Releases: Azure/AKSFlexNode
Release v0.0.17
AKS Flex Node v0.0.17
Installation
Quick install (Ubuntu 22.04/24.04):
curl -fsSL https://raw.githubusercontent.com/Azure/AKSFlexNode/v0.0.17/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 k8s version drift detection and remediation by @zqingqing1 in #89
- fix: correct kubelet dirs clean up behavior by @bcho in #123
- chore: remove azcli install step by @bcho in #124
Full Changelog: v0.0.16...v0.0.17
Release v0.0.16
AKS Flex Node v0.0.16
Installation
Quick install (Ubuntu 22.04/24.04):
curl -fsSL https://raw.githubusercontent.com/Azure/AKSFlexNode/v0.0.16/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
- Move arc installer to component api by @wenxuan0923 in #119
- feat: configure rp filter by @bcho in #120
- feat: reset flows for containerd and kubelet by @bcho in #118
Full Changelog: v0.0.15...v0.0.16
Release v0.0.15
AKS Flex Node v0.0.15
Installation
Quick install (Ubuntu 22.04/24.04):
curl -fsSL https://raw.githubusercontent.com/Azure/AKSFlexNode/v0.0.15/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
Full Changelog: v0.0.14...v0.0.15
Release v0.0.14-docker2
AKS Flex Node v0.0.14-docker2
Installation
Quick install (Ubuntu 22.04/24.04):
curl -fsSL https://raw.githubusercontent.com/Azure/AKSFlexNode/v0.0.14-docker2/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.0.14-docker...v0.0.14-docker2
Release v0.0.14-docker
AKS Flex Node v0.0.14-docker
Installation
Quick install (Ubuntu 22.04/24.04):
curl -fsSL https://raw.githubusercontent.com/Azure/AKSFlexNode/v0.0.14-docker/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.0.14...v0.0.14-docker
Release v0.0.14
AKS Flex Node v0.0.14
Installation
Quick install (Ubuntu 22.04/24.04):
curl -fsSL https://raw.githubusercontent.com/Azure/AKSFlexNode/v0.0.14/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
- doc: add AGENTS.md by @bcho in #111
- fix: drop legacy aks-flex-node user reference by @bcho in #101
- feat: migrate systemd resolve settings to os configure component by @bcho in #114
Full Changelog: v0.0.13...v0.0.14
Release v0.0.13
AKS Flex Node v0.0.13
Installation
Quick install (Ubuntu 22.04/24.04):
curl -fsSL https://raw.githubusercontent.com/Azure/AKSFlexNode/v0.0.13/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
- feat: pull e2e tests into bash script target by @bcho in #102
- Add E2E test cases for
apply -fwith kubeadm join flow by @Copilot in #106 - feat: allow setting registration taints by @bcho in #107
- Fix serverURL and caCertData for non bootstrap token modes by @anson627 in #108
- feat: disable swap in configureBaseOSAction by @bcho in #109
- fix: override systemd unit by @bcho in #110
New Contributors
- @Copilot made their first contribution in #106
Full Changelog: v0.0.12...v0.0.13
Release v0.0.12-swap-and-systemd-unit-fix
AKS Flex Node v0.0.12-swap-and-systemd-unit-fix
Installation
Quick install (Ubuntu 22.04/24.04):
curl -fsSL https://raw.githubusercontent.com/Azure/AKSFlexNode/v0.0.12-swap-and-systemd-unit-fix/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
- feat: pull e2e tests into bash script target by @bcho in #102
- Add E2E test cases for
apply -fwith kubeadm join flow by @Copilot in #106 - feat: allow setting registration taints by @bcho in #107
New Contributors
- @Copilot made their first contribution in #106
Full Changelog: v0.0.12...v0.0.12-swap-and-systemd-unit-fix
Release v0.0.12-kubeadm-taint
AKS Flex Node v0.0.12-kubeadm-taint
Installation
Quick install (Ubuntu 22.04/24.04):
curl -fsSL https://raw.githubusercontent.com/Azure/AKSFlexNode/v0.0.12-kubeadm-taint/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
Full Changelog: v0.0.12...v0.0.12-kubeadm-taint
Release v0.0.12
AKS Flex Node v0.0.12
Installation
Quick install (Ubuntu 22.04/24.04):
curl -fsSL https://raw.githubusercontent.com/Azure/AKSFlexNode/v0.0.12/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
Full Changelog: v0.0.11...v0.0.12