Skip to content

Commit 921936d

Browse files
committed
Update default kubectl validate statement
1 parent 071225c commit 921936d

File tree

1 file changed

+1
-2
lines changed
  • content/en/docs/concepts/overview/working-with-objects

1 file changed

+1
-2
lines changed

content/en/docs/concepts/overview/working-with-objects/_index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,7 @@ of `kubectl --validate` on the server side.
129129

130130
The `kubectl` tool uses the `--validate` flag to set the level of field validation. It accepts the
131131
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.
132+
and `false` (equivalent to `ignore`). The default validation setting for `kubectl` is `--validate=true`.
134133

135134
`Strict`
136135
: Strict field validation, errors on validation failure

0 commit comments

Comments
 (0)