mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-15 06:01:50 +00:00
Merge pull request #14087 from brendandburns/kubectl
Move the default schema cache to the home directory
This commit is contained in:
@@ -29,8 +29,8 @@ JSON and YAML formats are accepted.
|
||||
Output mode. Use "\-o name" for shorter output (resource/name).
|
||||
|
||||
.PP
|
||||
\fB\-\-schema\-cache\-dir\fP="/tmp/kubectl.schema"
|
||||
If non\-empty, load/store cached API schemas in this directory, default is '/tmp/kubectl.schema'
|
||||
\fB\-\-schema\-cache\-dir\fP="\~/.kube/schema"
|
||||
If non\-empty, load/store cached API schemas in this directory, default is '$HOME/.kube/schema'
|
||||
|
||||
.PP
|
||||
\fB\-\-validate\fP=true
|
||||
|
@@ -47,8 +47,8 @@ Please refer to the models in
|
||||
Output mode. Use "\-o name" for shorter output (resource/name).
|
||||
|
||||
.PP
|
||||
\fB\-\-schema\-cache\-dir\fP="/tmp/kubectl.schema"
|
||||
If non\-empty, load/store cached API schemas in this directory, default is '/tmp/kubectl.schema'
|
||||
\fB\-\-schema\-cache\-dir\fP="\~/.kube/schema"
|
||||
If non\-empty, load/store cached API schemas in this directory, default is '$HOME/.kube/schema'
|
||||
|
||||
.PP
|
||||
\fB\-\-timeout\fP=0
|
||||
|
@@ -61,8 +61,8 @@ existing replication controller and overwrite at least one (common) label in its
|
||||
If true, this is a request to abort an existing rollout that is partially rolled out. It effectively reverses current and next and runs a rollout
|
||||
|
||||
.PP
|
||||
\fB\-\-schema\-cache\-dir\fP="/tmp/kubectl.schema"
|
||||
If non\-empty, load/store cached API schemas in this directory, default is '/tmp/kubectl.schema'
|
||||
\fB\-\-schema\-cache\-dir\fP="\~/.kube/schema"
|
||||
If non\-empty, load/store cached API schemas in this directory, default is '$HOME/.kube/schema'
|
||||
|
||||
.PP
|
||||
\fB\-a\fP, \fB\-\-show\-all\fP=false
|
||||
|
Reference in New Issue
Block a user