Fix url in declarative kubectl

This commit is contained in:
Phillip Wittrock 2017-02-01 16:54:12 -08:00
parent db6506f640
commit 6e42b5f6ce
1 changed files with 1 additions and 1 deletions

View File

@ -242,7 +242,7 @@ Update the `simple_deployment.yaml` configuration file to change the image from
Apply the changes made to the configuration file:
```shell
kubectl apply -f http://k8s.io/docs/concepts/tools/kubectl/updated_deployment.yaml
kubectl apply -f http://k8s.io/docs/concepts/tools/kubectl/update_deployment.yaml
```
Print the live configuration using `kubectl get`: