Skip to content

Releases: Azure/AKSFlexNode

Release v0.1.1.alpha-5

30 May 00:13

Choose a tag to compare

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 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

Full Changelog: v0.1.1.alpha-4...v0.1.1.alpha-5

Release v0.1.1.alpha-4

29 May 23:42

Choose a tag to compare

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 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

Full Changelog: v0.1.1.alpha-3...v0.1.1.alpha-4

Release v0.1.1.alpha-3

29 May 23:18

Choose a tag to compare

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 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

Full Changelog: v0.1.1.alpha-2...v0.1.1.alpha-3

Release v0.1.1.alpha-2

29 May 19:56

Choose a tag to compare

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 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

Full Changelog: v0.1.1.alpha-1...v0.1.1.alpha-2

Release v0.1.1.alpha-1

26 May 23:42

Choose a tag to compare

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 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

Full Changelog: v0.1.0...v0.1.1.alpha-1

Release v0.1.0

22 May 20:03
65d8d38

Choose a tag to compare

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 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

  • 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/unbounded to v0.1.8 by @Copilot in #173

New Contributors

Full Changelog: v0.0.20...v0.1.0

Release v0.1.0.alpha-4

19 May 19:46
1db09d1

Choose a tag to compare

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 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

  • 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

30 Apr 20:11
58b1047

Choose a tag to compare

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 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

Full Changelog: v0.1.0.alpha-1...v0.1.0.alpha-3

Release v0.1.0.alpha-2

30 Apr 20:10
d6ee127

Choose a tag to compare

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 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

  • 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

30 Apr 18:23
d6ee127

Choose a tag to compare

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 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

  • 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