We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 071225c commit 921936dCopy full SHA for 921936d
content/en/docs/concepts/overview/working-with-objects/_index.md
@@ -129,8 +129,7 @@ of `kubectl --validate` on the server side.
129
130
The `kubectl` tool uses the `--validate` flag to set the level of field validation. It accepts the
131
values `ignore`, `warn`, and `strict` while also accepting the values `true` (equivalent to `strict`)
132
-and `false` (equivalent to `ignore`). The default validation setting for kubectl is `--validate=true`,
133
-which means strict server-side field validation.
+and `false` (equivalent to `ignore`). The default validation setting for `kubectl` is `--validate=true`.
134
135
`Strict`
136
: Strict field validation, errors on validation failure
0 commit comments