Skip to content

Releases: Azure/AKSFlexNode

Release v0.0.9

05 Feb 21:53
6bdb4d8

Choose a tag to compare

AKS Flex Node v0.0.9

Installation

Quick install (Ubuntu 22.04/24.04):

curl -fsSL https://raw.githubusercontent.com/Azure/AKSFlexNode/v0.0.9/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

Full Changelog: v0.0.8...v0.0.9

Release v0.0.8

05 Feb 20:16
a68b8d0

Choose a tag to compare

AKS Flex Node v0.0.8

Installation

Quick install (Ubuntu 22.04/24.04):

curl -fsSL https://raw.githubusercontent.com/Azure/AKSFlexNode/v0.0.8/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

  • Add E2E testing infrastructure with self-hosted runner by @hao1939 in #54
  • Add bootstrap token support by @anson627 in #62
  • Update scripts to allow bypass CLI login during install and remove CLI during uninstall by @anson627 in #66

Full Changelog: v0.0.7...v0.0.8

Release v0.0.7

04 Feb 20:50
8de0562

Choose a tag to compare

AKS Flex Node v0.0.7

Installation

Quick install (Ubuntu 22.04/24.04):

curl -fsSL https://raw.githubusercontent.com/Azure/AKSFlexNode/v0.0.7/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

Full Changelog: v0.0.6...v0.0.7

Release v0.0.6

03 Feb 19:52
705a94a

Choose a tag to compare

AKS Flex Node v0.0.6

Installation

Quick install (Ubuntu 22.04/24.04):

curl -fsSL https://raw.githubusercontent.com/Azure/AKSFlexNode/v0.0.6/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

  • Update installation instructions and improve Azure CLI installation s… by @anson627 in #53
  • Support ARC Bypass - use SP credential for kubelet to apiserver request by @wenxuan0923 in #52
  • Make Target cluster resource ID regex pattern case insensitive by @wenxuan0923 in #56

Full Changelog: v0.0.5...v0.0.6

Release v0.0.5

30 Jan 19:19
8eeb063

Choose a tag to compare

AKS Flex Node v0.0.5

Installation

Quick install (Ubuntu 22.04/24.04):

curl -fsSL https://raw.githubusercontent.com/Azure/AKSFlexNode/v0.0.5/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

Full Changelog: v0.0.4...v0.0.5

Release v0.0.4

20 Jan 21:03
73de310

Choose a tag to compare

AKS Flex Node v0.0.4

Installation

Quick install (Ubuntu 22.04/24.04):

curl -fsSL https://raw.githubusercontent.com/Azure/AKSFlexNode/v0.0.4/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

New Contributors

Full Changelog: v0.0.3...v0.0.4

Release v0.0.3

13 Jan 01:49
d2d6825

Choose a tag to compare

AKS Flex Node v0.0.3

Installation

Quick install (Ubuntu 22.04/24.04):

curl -fsSL https://raw.githubusercontent.com/Azure/AKSFlexNode/main/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

  • Housekeeping - clean up and refactor more installer code by @wenxuan0923 in #27
  • Fix a couple bugs observed during EC2 test by @wenxuan0923 in #30
  • Add role assignment retry in arc installer by @anson627 in #29
  • Enhance runc installation by allowing custom download URL configuration by @anson627 in #31
  • Fix uninstall command regarding az login by @wenxuan0923 in #32
  • Update README and release workflow for installation instructions and … by @anson627 in #33

Full Changelog: v0.0.2...v0.0.3

Release v0.0.2

10 Jan 01:28
fd0de9c

Choose a tag to compare

AKS Flex Node v0.0.2

Installation

Quick install (Ubuntu 22.04/20.04):

curl -fsSL https://raw.githubusercontent.com/Azure/AKSFlexNode/main/scripts/install.sh | 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

New Contributors

Full Changelog: https://github.com/Azure/AKSFlexNode/commits/v0.0.2

Release v0.0.1

09 Jan 21:08

Choose a tag to compare

AKS Flex Node v0.0.1

Installation

Quick install (Ubuntu 22.04/20.04):

curl -fsSL https://raw.githubusercontent.com/Azure/AKSFlexNode/main/scripts/install.sh | 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

New Contributors

Full Changelog: https://github.com/Azure/AKSFlexNode/commits/v0.0.1