1KUBERNETES(1)(kubernetes)                            KUBERNETES(1)(kubernetes)
2
3
4
5Eric Paris Jan 2015
6
7

NAME

9       kubectl set - Set specific features on objects
10
11
12

SYNOPSIS

14       kubectl set [OPTIONS]
15
16
17

DESCRIPTION

19       Configure application resources.
20
21
22       These commands help you make changes to existing application resources.
23
24
25

OPTIONS INHERITED FROM PARENT COMMANDS

27       --as=""      Username to impersonate for the operation. User could be a
28       regular user or a service account in a namespace.
29
30
31       --as-group=[]      Group to impersonate for the  operation,  this  flag
32       can be repeated to specify multiple groups.
33
34
35       --as-uid=""      UID to impersonate for the operation.
36
37
38       --azure-container-registry-config=""       Path  to the file containing
39       Azure container registry configuration information.
40
41
42       --cache-dir="/builddir/.kube/cache"      Default cache directory
43
44
45       --certificate-authority=""      Path to a cert file for the certificate
46       authority
47
48
49       --client-certificate=""      Path to a client certificate file for TLS
50
51
52       --client-key=""      Path to a client key file for TLS
53
54
55       --cluster=""      The name of the kubeconfig cluster to use
56
57
58       --context=""      The name of the kubeconfig context to use
59
60
61       --insecure-skip-tls-verify=false      If true, the server's certificate
62       will not be checked for validity. This will make your HTTPS connections
63       insecure
64
65
66       --kubeconfig=""       Path  to  the  kubeconfig file to use for CLI re‐
67       quests.
68
69
70       --match-server-version=false       Require  server  version  to   match
71       client version
72
73
74       -n,  --namespace=""       If  present, the namespace scope for this CLI
75       request
76
77
78       --password=""      Password for basic authentication to the API server
79
80
81       --profile="none"        Name   of   profile   to   capture.   One    of
82       (none|cpu|heap|goroutine|threadcreate|block|mutex)
83
84
85       --profile-output="profile.pprof"       Name  of  the  file to write the
86       profile to
87
88
89       --request-timeout="0"      The length of time to wait before giving  up
90       on  a  single  server  request. Non-zero values should contain a corre‐
91       sponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't time‐
92       out requests.
93
94
95       -s, --server=""      The address and port of the Kubernetes API server
96
97
98       --tls-server-name=""       Server  name  to  use for server certificate
99       validation. If it is not provided, the hostname  used  to  contact  the
100       server is used
101
102
103       --token=""      Bearer token for authentication to the API server
104
105
106       --user=""      The name of the kubeconfig user to use
107
108
109       --username=""      Username for basic authentication to the API server
110
111
112       --version=false      Print version information and quit
113
114
115       --warnings-as-errors=false      Treat warnings received from the server
116       as errors and exit with a non-zero exit code
117
118
119

SEE ALSO

121       kubectl(1), kubectl-set-env(1),  kubectl-set-image(1),  kubectl-set-re‐
122       sources(1),   kubectl-set-selector(1),   kubectl-set-serviceaccount(1),
123       kubectl-set-subject(1),
124
125
126

HISTORY

128       January 2015, Originally compiled by Eric Paris (eparis at  redhat  dot
129       com)  based  on the kubernetes source material, but hopefully they have
130       been automatically generated since!
131
132
133
134Manuals                              User            KUBERNETES(1)(kubernetes)
Impressum