Skip to content

Commit d2d6825

Browse files
authored
Update README and release workflow for installation instructions and … (#33)
1 parent c71c086 commit d2d6825

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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:**

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)