Releases: Azure/AKSFlexNode
Release v0.1.1.alpha-5
AKS Flex Node v0.1.1.alpha-5
Installation
Quick install (Ubuntu 22.04/24.04):
curl -fsSL https://raw.githubusercontent.com/Azure/AKSFlexNode/v0.1.1.alpha-5/scripts/install.sh | sudo bashManual installation:
- Download the appropriate binary for your platform
- Extract the archive:
tar -xzf aks-flex-node-*.tar.gz - Move the binary to your PATH:
sudo mv aks-flex-node-* /usr/local/bin/aks-flex-node - Make it executable:
sudo chmod +x /usr/local/bin/aks-flex-node
Supported Platforms
- Ubuntu 22.04 LTS (AMD64):
aks-flex-node-linux-amd64.tar.gz - Ubuntu 22.04 LTS (ARM64):
aks-flex-node-linux-arm64.tar.gz - Ubuntu 24.04 LTS: Compatible with AMD64 and ARM64 binaries above
Verification
Verify your download with the checksums in checksums.txt.
What's Changed
Full Changelog: v0.1.1.alpha-4...v0.1.1.alpha-5
Release v0.1.1.alpha-4
AKS Flex Node v0.1.1.alpha-4
Installation
Quick install (Ubuntu 22.04/24.04):
curl -fsSL https://raw.githubusercontent.com/Azure/AKSFlexNode/v0.1.1.alpha-4/scripts/install.sh | sudo bashManual installation:
- Download the appropriate binary for your platform
- Extract the archive:
tar -xzf aks-flex-node-*.tar.gz - Move the binary to your PATH:
sudo mv aks-flex-node-* /usr/local/bin/aks-flex-node - Make it executable:
sudo chmod +x /usr/local/bin/aks-flex-node
Supported Platforms
- Ubuntu 22.04 LTS (AMD64):
aks-flex-node-linux-amd64.tar.gz - Ubuntu 22.04 LTS (ARM64):
aks-flex-node-linux-arm64.tar.gz - Ubuntu 24.04 LTS: Compatible with AMD64 and ARM64 binaries above
Verification
Verify your download with the checksums in checksums.txt.
What's Changed
Full Changelog: v0.1.1.alpha-3...v0.1.1.alpha-4
Release v0.1.1.alpha-3
AKS Flex Node v0.1.1.alpha-3
Installation
Quick install (Ubuntu 22.04/24.04):
curl -fsSL https://raw.githubusercontent.com/Azure/AKSFlexNode/v0.1.1.alpha-3/scripts/install.sh | sudo bashManual installation:
- Download the appropriate binary for your platform
- Extract the archive:
tar -xzf aks-flex-node-*.tar.gz - Move the binary to your PATH:
sudo mv aks-flex-node-* /usr/local/bin/aks-flex-node - Make it executable:
sudo chmod +x /usr/local/bin/aks-flex-node
Supported Platforms
- Ubuntu 22.04 LTS (AMD64):
aks-flex-node-linux-amd64.tar.gz - Ubuntu 22.04 LTS (ARM64):
aks-flex-node-linux-arm64.tar.gz - Ubuntu 24.04 LTS: Compatible with AMD64 and ARM64 binaries above
Verification
Verify your download with the checksums in checksums.txt.
What's Changed
Full Changelog: v0.1.1.alpha-2...v0.1.1.alpha-3
Release v0.1.1.alpha-2
AKS Flex Node v0.1.1.alpha-2
Installation
Quick install (Ubuntu 22.04/24.04):
curl -fsSL https://raw.githubusercontent.com/Azure/AKSFlexNode/v0.1.1.alpha-2/scripts/install.sh | sudo bashManual installation:
- Download the appropriate binary for your platform
- Extract the archive:
tar -xzf aks-flex-node-*.tar.gz - Move the binary to your PATH:
sudo mv aks-flex-node-* /usr/local/bin/aks-flex-node - Make it executable:
sudo chmod +x /usr/local/bin/aks-flex-node
Supported Platforms
- Ubuntu 22.04 LTS (AMD64):
aks-flex-node-linux-amd64.tar.gz - Ubuntu 22.04 LTS (ARM64):
aks-flex-node-linux-arm64.tar.gz - Ubuntu 24.04 LTS: Compatible with AMD64 and ARM64 binaries above
Verification
Verify your download with the checksums in checksums.txt.
What's Changed
Full Changelog: v0.1.1.alpha-1...v0.1.1.alpha-2
Release v0.1.1.alpha-1
AKS Flex Node v0.1.1.alpha-1
Installation
Quick install (Ubuntu 22.04/24.04):
curl -fsSL https://raw.githubusercontent.com/Azure/AKSFlexNode/v0.1.1.alpha-1/scripts/install.sh | sudo bashManual installation:
- Download the appropriate binary for your platform
- Extract the archive:
tar -xzf aks-flex-node-*.tar.gz - Move the binary to your PATH:
sudo mv aks-flex-node-* /usr/local/bin/aks-flex-node - Make it executable:
sudo chmod +x /usr/local/bin/aks-flex-node
Supported Platforms
- Ubuntu 22.04 LTS (AMD64):
aks-flex-node-linux-amd64.tar.gz - Ubuntu 22.04 LTS (ARM64):
aks-flex-node-linux-arm64.tar.gz - Ubuntu 24.04 LTS: Compatible with AMD64 and ARM64 binaries above
Verification
Verify your download with the checksums in checksums.txt.
What's Changed
Full Changelog: v0.1.0...v0.1.1.alpha-1
Release v0.1.0
AKS Flex Node v0.1.0
Installation
Quick install (Ubuntu 22.04/24.04):
curl -fsSL https://raw.githubusercontent.com/Azure/AKSFlexNode/v0.1.0/scripts/install.sh | sudo bashManual installation:
- Download the appropriate binary for your platform
- Extract the archive:
tar -xzf aks-flex-node-*.tar.gz - Move the binary to your PATH:
sudo mv aks-flex-node-* /usr/local/bin/aks-flex-node - Make it executable:
sudo chmod +x /usr/local/bin/aks-flex-node
Supported Platforms
- Ubuntu 22.04 LTS (AMD64):
aks-flex-node-linux-amd64.tar.gz - Ubuntu 22.04 LTS (ARM64):
aks-flex-node-linux-arm64.tar.gz - Ubuntu 24.04 LTS: Compatible with AMD64 and ARM64 binaries above
Verification
Verify your download with the checksums in checksums.txt.
What's Changed
What's Changed
- Migrate bootstrap/upgrade to unbounded agent library by @bcho in #153
- Move agent bootstrap lifecycle into binary by @bcho in #157
- fix: drop rootfs image override to allow gpu detection by @bcho in #160
- Repave nspawn node for Kubernetes drift remediation by @bcho in #161
- agent interaction by @bcho in #162
- Refactor CLI commands and config cleanup by @bcho in #163
- node: preserve configured kubelet node IP by @chokevin in #167
- hostrouting: add ConfigureStaticRoutes and CheckRouteOverlap as phases.Task by @Copilot in #159
- Bump unbounded to v0.1.7 and validate token-node kubelet IP from provisioned VM config by @Copilot in #169
- Refresh AKS Flex Node documentation by @bcho in #165
- docs: add GPU node setup guide by @chokevin in #171
- Bump
github.com/Azure/unboundedtov0.1.8by @Copilot in #173
New Contributors
Full Changelog: v0.0.20...v0.1.0
Release v0.1.0.alpha-4
AKS Flex Node v0.1.0.alpha-4
Installation
Quick install (Ubuntu 22.04/24.04):
curl -fsSL https://raw.githubusercontent.com/Azure/AKSFlexNode/v0.1.0.alpha-4/scripts/install.sh | sudo bashManual installation:
- Download the appropriate binary for your platform
- Extract the archive:
tar -xzf aks-flex-node-*.tar.gz - Move the binary to your PATH:
sudo mv aks-flex-node-* /usr/local/bin/aks-flex-node - Make it executable:
sudo chmod +x /usr/local/bin/aks-flex-node
Supported Platforms
- Ubuntu 22.04 LTS (AMD64):
aks-flex-node-linux-amd64.tar.gz - Ubuntu 22.04 LTS (ARM64):
aks-flex-node-linux-arm64.tar.gz - Ubuntu 24.04 LTS: Compatible with AMD64 and ARM64 binaries above
Verification
Verify your download with the checksums in checksums.txt.
What's Changed
What's Changed
- fix: drop rootfs image override to allow gpu detection by @bcho in #160
- Repave nspawn node for Kubernetes drift remediation by @bcho in #161
- agent interaction by @bcho in #162
- Refactor CLI commands and config cleanup by @bcho in #163
Full Changelog: v0.1.0.alpha-1...v0.1.0.alpha-4
Release v0.1.0.alpha-3
AKS Flex Node v0.1.0.alpha-3
Installation
Quick install (Ubuntu 22.04/24.04):
curl -fsSL https://raw.githubusercontent.com/Azure/AKSFlexNode/v0.1.0.alpha-3/scripts/install.sh | sudo bashManual installation:
- Download the appropriate binary for your platform
- Extract the archive:
tar -xzf aks-flex-node-*.tar.gz - Move the binary to your PATH:
sudo mv aks-flex-node-* /usr/local/bin/aks-flex-node - Make it executable:
sudo chmod +x /usr/local/bin/aks-flex-node
Supported Platforms
- Ubuntu 22.04 LTS (AMD64):
aks-flex-node-linux-amd64.tar.gz - Ubuntu 22.04 LTS (ARM64):
aks-flex-node-linux-arm64.tar.gz - Ubuntu 24.04 LTS: Compatible with AMD64 and ARM64 binaries above
Verification
Verify your download with the checksums in checksums.txt.
What's Changed
Full Changelog: v0.1.0.alpha-1...v0.1.0.alpha-3
Release v0.1.0.alpha-2
AKS Flex Node v0.1.0.alpha-2
Installation
Quick install (Ubuntu 22.04/24.04):
curl -fsSL https://raw.githubusercontent.com/Azure/AKSFlexNode/v0.1.0.alpha-2/scripts/install.sh | sudo bashManual installation:
- Download the appropriate binary for your platform
- Extract the archive:
tar -xzf aks-flex-node-*.tar.gz - Move the binary to your PATH:
sudo mv aks-flex-node-* /usr/local/bin/aks-flex-node - Make it executable:
sudo chmod +x /usr/local/bin/aks-flex-node
Supported Platforms
- Ubuntu 22.04 LTS (AMD64):
aks-flex-node-linux-amd64.tar.gz - Ubuntu 22.04 LTS (ARM64):
aks-flex-node-linux-arm64.tar.gz - Ubuntu 24.04 LTS: Compatible with AMD64 and ARM64 binaries above
Verification
Verify your download with the checksums in checksums.txt.
What's Changed
What's Changed
- Migrate bootstrap/upgrade to unbounded agent library by @bcho in #153
- Move agent bootstrap lifecycle into binary by @bcho in #157
Full Changelog: v0.0.20...v0.1.0.alpha-2
Release v0.1.0.alpha-1
AKS Flex Node v0.1.0.alpha-1
Installation
Quick install (Ubuntu 22.04/24.04):
curl -fsSL https://raw.githubusercontent.com/Azure/AKSFlexNode/v0.1.0.alpha-1/scripts/install.sh | sudo bashManual installation:
- Download the appropriate binary for your platform
- Extract the archive:
tar -xzf aks-flex-node-*.tar.gz - Move the binary to your PATH:
sudo mv aks-flex-node-* /usr/local/bin/aks-flex-node - Make it executable:
sudo chmod +x /usr/local/bin/aks-flex-node
Supported Platforms
- Ubuntu 22.04 LTS (AMD64):
aks-flex-node-linux-amd64.tar.gz - Ubuntu 22.04 LTS (ARM64):
aks-flex-node-linux-arm64.tar.gz - Ubuntu 24.04 LTS: Compatible with AMD64 and ARM64 binaries above
Verification
Verify your download with the checksums in checksums.txt.
What's Changed
What's Changed
- Migrate bootstrap/upgrade to unbounded agent library by @bcho in #153
- Move agent bootstrap lifecycle into binary by @bcho in #157
Full Changelog: v0.0.20...v0.1.0.alpha-1