--server-dry-run is deprecated and replaced by --dry-run=server and --dry-run=client #118
Open
1 of 2 tasks
Labels
deprecation update
A fix for something that is outdated but not broken yet
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
The text was updated successfully, but these errors were encountered: