AKS Flex Node v0.1.3
Installation
Quick install (Ubuntu 22.04/24.04):
curl -fsSL https://raw.githubusercontent.com/Azure/AKSFlexNode/v0.1.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
What's Changed
- Add E2E runner workspace cleanup by @wenxuan0923 in #208
- Add AMD GPU support by @bcho in #209
- Fix kubeadm E2E bootstrap group by @bcho in #202
- Reset host network state through binary reset during uninstall by @bcho with @Copilot in #207
Full Changelog: v0.1.2...v0.1.3