udemy-docker-mastery icon indicating copy to clipboard operation
udemy-docker-mastery copied to clipboard

--server-dry-run is deprecated and replaced by --dry-run=server and --dry-run=client

Open BretFisher opened this issue 2 years ago • 0 comments

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

BretFisher avatar Sep 09 '22 04:09 BretFisher