From 4b3cdb335eb6c445578a38509d7689f15ebf1c7d Mon Sep 17 00:00:00 2001 From: Neferites Date: Thu, 20 Jun 2024 23:06:15 +0200 Subject: [PATCH] . --- 7-autoscaling/index.json | 8 +++++--- 7-autoscaling/step1/step1.md | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/7-autoscaling/index.json b/7-autoscaling/index.json index 7a51bbe..f237949 100644 --- a/7-autoscaling/index.json +++ b/7-autoscaling/index.json @@ -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" } diff --git a/7-autoscaling/step1/step1.md b/7-autoscaling/step1/step1.md index a104981..feba079 100644 --- a/7-autoscaling/step1/step1.md +++ b/7-autoscaling/step1/step1.md @@ -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 ```