Skip to content

Release v0.0.12-swap-and-systemd-unit-fix

Choose a tag to compare

@bcho bcho released this 03 Mar 05:09
bb8f4cc

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 bash

Manual installation:

  1. Download the appropriate binary for your platform
  2. Extract the archive: tar -xzf aks-flex-node-*.tar.gz
  3. Move the binary to your PATH: sudo mv aks-flex-node-* /usr/local/bin/aks-flex-node
  4. 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 -f with 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