Keep --restart=Never for folks running 1.17-

This commit is contained in:
Jerome Petazzoni
2020-05-03 17:08:32 +02:00
parent 3f088236a4
commit a0314fc5f5

View File

@@ -280,7 +280,7 @@
- Try to create a Pod directly:
```bash
kubectl run testpsp1 --image=nginx
kubectl run testpsp1 --image=nginx --restart=Never
```
<!-- ```wait forbidden: no providers available``` -->
@@ -345,7 +345,7 @@ We can get hints at what's happening by looking at the ReplicaSet and Events.
- Check that we can now create a Pod directly:
```bash
kubectl run testpsp3 --image=nginx
kubectl run testpsp3 --image=nginx --restart=Never
```
- Create a Deployment as well: