Merge pull request #570 from fc92/patch-2

update server-side dry run for recent kubectl
This commit is contained in:
Jérôme Petazzoni
2020-10-11 23:22:28 +02:00
committed by GitHub

View File

@@ -124,7 +124,7 @@ The resulting YAML doesn't represent a valid DaemonSet.
- Try the same YAML file as earlier, with server-side dry run:
```bash
kubectl apply -f web.yaml --server-dry-run --validate=false -o yaml
kubectl apply -f web.yaml --dry-run=server --validate=false -o yaml
```
]