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