Merge pull request #2403 from pwittrock/apply-docs-concepts

Fix url in declarative kubectl
reviewable/pr2405/r1
Phillip Wittrock 2017-02-01 16:55:20 -08:00 committed by GitHub
commit f9d4fd18e4
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`: