File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -118,9 +118,9 @@ jobs:
118118
119119 ### Installation
120120
121- **Quick install (Ubuntu 22.04/20 .04):**
121+ **Quick install (Ubuntu 22.04/24 .04):**
122122 ```bash
123- curl -fsSL https://raw.githubusercontent.com/Azure/AKSFlexNode/main/scripts/install.sh | bash
123+ curl -fsSL https://raw.githubusercontent.com/Azure/AKSFlexNode/main/scripts/install.sh | sudo bash
124124 ```
125125
126126 **Manual installation:**
Original file line number Diff line number Diff line change @@ -122,6 +122,9 @@ sudo tee /etc/aks-flex-node/config.json > /dev/null << 'EOF'
122122 "location": "westus"
123123 }
124124 },
125+ "kubernetes": {
126+ "version": "your-kubernetes-version"
127+ },
125128 "agent": {
126129 "logLevel": "info",
127130 "logDir": "/var/log/aks-flex-node"
You can’t perform that action at this time.
0 commit comments