diff --git a/README.md b/README.md index b7e74550a5e0014df7fe03769b65748cd43b4c86..84c4f2393b2648956d439747e6ee2c1a422e1bda 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.