Releases: Azure/AKSFlexNode
Releases · Azure/AKSFlexNode
Release v0.0.4
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 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
- validate if managed cluster enabled azure rbac before role assignment by @zqingqing1 in #34
- install node problem detector by @runzhen in #37
- collect kubelet readiness, containerd version and status by @zqingqing1 in #38
- Housekeeping - clean up and refactor code by @wenxuan0923 in #35
- Fix npd tmp directory clean up command by @wenxuan0923 in #42
- Fix sudoer for jq and iptables installation by @wenxuan0923 in #41
New Contributors
- @zqingqing1 made their first contribution in #34
- @runzhen made their first contribution in #37
Full Changelog: v0.0.3...v0.0.4
Release v0.0.3
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 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
- 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
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 | 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
- Update README by @wenxuan0923 in #4
- Adding Microsoft SECURITY.MD by @microsoft-github-policy-service[bot] in #2
- Add a LICENSE.MD file. by @yizhang4321 in #5
- Initial commit by @wenxuan0923 in #6
- Add new release workflow and refine systemd sudoers permission by @wenxuan0923 in #16
- Add comprehensive testing workflow for PR checks by @hao1939 in #18
- Bump golang.org/x/crypto from 0.41.0 to 0.45.0 by @dependabot[bot] in #17
- add ARCHITECTURE.md by @hao1939 in #20
- Housekeeping - clean up and refactor by @wenxuan0923 in #23
- Housekeeping - clean up and refactor CNI related code by @wenxuan0923 in #24
- Housekeeping - clean up and refactor Containerd related code by @wenxuan0923 in #25
- Change bootstrap to daemon mode by @wenxuan0923 in #26
- Housekeeping - enhance release workflow by consolidating artifacts an… by @anson627 in #28
New Contributors
- @wenxuan0923 made their first contribution in #4
- @microsoft-github-policy-service[bot] made their first contribution in #2
- @yizhang4321 made their first contribution in #5
- @hao1939 made their first contribution in #18
- @dependabot[bot] made their first contribution in #17
- @anson627 made their first contribution in #28
Full Changelog: https://github.com/Azure/AKSFlexNode/commits/v0.0.2
Release v0.0.1
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 | 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
- Update README by @wenxuan0923 in #4
- Adding Microsoft SECURITY.MD by @microsoft-github-policy-service[bot] in #2
- Add a LICENSE.MD file. by @yizhang4321 in #5
- Initial commit by @wenxuan0923 in #6
- Add new release workflow and refine systemd sudoers permission by @wenxuan0923 in #16
- Add comprehensive testing workflow for PR checks by @hao1939 in #18
- Bump golang.org/x/crypto from 0.41.0 to 0.45.0 by @dependabot[bot] in #17
- add ARCHITECTURE.md by @hao1939 in #20
- Housekeeping - clean up and refactor by @wenxuan0923 in #23
- Housekeeping - clean up and refactor CNI related code by @wenxuan0923 in #24
- Housekeeping - clean up and refactor Containerd related code by @wenxuan0923 in #25
New Contributors
- @wenxuan0923 made their first contribution in #4
- @microsoft-github-policy-service[bot] made their first contribution in #2
- @yizhang4321 made their first contribution in #5
- @hao1939 made their first contribution in #18
- @dependabot[bot] made their first contribution in #17
Full Changelog: https://github.com/Azure/AKSFlexNode/commits/v0.0.1