change the job example k8s.io to kubernetes.io (#18699)

k8s.io No longer accessible
This commit is contained in:
neo502721
2020-03-16 13:14:35 +08:00
committed by GitHub
parent 6c0e47e652
commit 1e5d05293b
@@ -39,7 +39,7 @@ It takes around 10s to complete.
You can run the example with this command:
```shell
kubectl apply -f https://k8s.io/examples/controllers/job.yaml
kubectl apply -f https://kubernetes.io/examples/controllers/job.yaml
```
```
job.batch/pi created