You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Key files can be specified using their file path, in which case a default name will be given to them, or optionally with a name and file path, in which case the given name will be used. Specifying a directory will iterate each named file in the directory that is a valid secret key.
154
155
-->
@@ -162,7 +163,8 @@ Key files can be specified using their file path, in which case a default name w
If true, the configuration of current object will be saved in its annotation. Otherwise, the annotation will be unchanged. This flag is useful when you want to perform kubectl apply on this object in the future.
205
210
-->
@@ -212,7 +217,8 @@ If true, the configuration of current object will be saved in its annotation. Ot
Template string or path to template file to use when -o=go-template, -o=go-template-file. The template format is golang templates [http://golang.org/pkg/text/template/#pkg-overview].
230
237
-->
@@ -237,7 +244,8 @@ Template string or path to template file to use when -o=go-template, -o=go-templ
Must be one of: strict (or true), warn, ignore (or false). "true" or "strict" will use a schema to validate the input and fail the request if invalid. It will perform server side validation if ServerSideFieldValidation is enabled on the api-server, but will fall back to less reliable client-side validation if not. "warn" will warn about unknown or duplicate fields without blocking the request if server-side field validation is enabled on the API server, and behave as "ignore" otherwise. "false" or "ignore" will not perform any schema validation, silently dropping any unknown or duplicate fields.
255
264
-->
@@ -268,7 +277,7 @@ Must be one of: strict (or true), warn, ignore (or false). "true" or &
268
277
269
278
## {{% heading "parentoptions" %}}
270
279
271
-
<tablestyle="width: 100%; table-layout: fixed;">
280
+
<tablestyle="width: 100%; table-layout: fixed;">
272
281
<colgroup>
273
282
<colspan="1"style="width: 10px;" />
274
283
<colspan="1" />
@@ -279,7 +288,8 @@ Must be one of: strict (or true), warn, ignore (or false). "true" or &
Indicates the tolerationSeconds of the toleration for notReady:NoExecute that is added by default to every pod that does not already have such a toleration.
Indicates the tolerationSeconds of the toleration for unreachable:NoExecute that is added by default to every pod that does not already have such a toleration.
Path to the kuberc file to use for preferences. This can be disabled by exporting KUBECTL_KUBERC=false feature gate or turning off the feature KUBERC=off.
0 commit comments