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