Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Neferites committed Jun 20, 2024
1 parent ee85f4e commit 4b3cdb3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions 7-autoscaling/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,15 @@
{"file": "init.sh", "target": "/ks", "chmod": "+x"},
{"file": "k8s.sh", "target": "/ks", "chmod": "+x"},
{"file": "wait-init.sh", "target": "/ks", "chmod": "+x"},
{"file": "deployments/*", "target": "/root", "chmod": "+x"},
{"file": "solution*", "target": "/var/killercoda/solution","chmod":"+w"}
]
},
"finish": {
"text": "finish .md"
}
},
"finish": {
"text": "finish.md"
},

"backend": {
"imageid": "ubuntu"
}
Expand Down
2 changes: 1 addition & 1 deletion 7-autoscaling/step1/step1.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Création du déploiement
```
kubectl apply -f deployments/hpa-example.yaml
```
```{{exec}}
Création du service avec la méthode impérative
```
Expand Down

0 comments on commit 4b3cdb3

Please sign in to comment.