udemy-docker-mastery
udemy-docker-mastery copied to clipboard
--server-dry-run is deprecated and replaced by --dry-run=server and --dry-run=client
In Dry Runs and Diff's, I show the example
kubectl apply -f app.yml --dry-run
and another with --server-dry-run
Which now needs --dry-run=client/server
- [x] Provide details in a written lecture on the changes to dry run options
- [ ] Edit or record video to adjust all commands