From 4c5a8f5928b1a384f5b018964c5e2fe960c77924 Mon Sep 17 00:00:00 2001 From: "marcoemi.poleggi" <marco-emilio.poleggi@hesge.ch> Date: Sun, 27 Oct 2024 21:05:12 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b7e7455..84c4f23 100644 --- a/README.md +++ b/README.md @@ -270,12 +270,12 @@ Of course, just one, because we declared our deployment `nodeSelector` to use a - add the label "application=http-echo" to your worker nodes; - verify the labeling with the command: ```bash -kubectl get nodes --show-labels + kubectl get nodes --show-labels ``` - modify your `lb-deployment.yaml` so that the `nodeSelector` reference the above label instead of the node name; - redeploy with the command ```bash -kubectl replace -f lb-deployment.yaml` + kubectl replace -f lb-deployment.yaml` ``` - verify that each pod is deployed to a different node. -- GitLab