Merge pull request #2403 from pwittrock/apply-docs-concepts
Fix url in declarative kubectlreviewable/pr2405/r1
commit
f9d4fd18e4
|
@ -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`:
|
||||
|
|
Loading…
Reference in New Issue