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

NAME

9       kubectl plugin - Provides utilities for interacting with plugins
10
11
12

SYNOPSIS

14       kubectl plugin [OPTIONS]
15
16
17

DESCRIPTION

19       Provides utilities for interacting with plugins.
20
21
22       Plugins  provide  extended  functionality that is not part of the major
23       command-line distribution. Please refer to the documentation and  exam‐
24       ples for more information about how write your own plugins.
25
26
27       The  easiest  way to discover and install plugins is via the kubernetes
28       sub-project       krew.       To       install       krew,        visit
29       https://krew.sigs.k8s.io/docs/user-guide/setup/install/
30
31
32

OPTIONS INHERITED FROM PARENT COMMANDS

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

SEE ALSO

128       kubectl(1), kubectl-plugin-list(1),
129
130
131

HISTORY

133       January 2015, Originally compiled by Eric Paris (eparis at  redhat  dot
134       com)  based  on the kubernetes source material, but hopefully they have
135       been automatically generated since!
136
137
138
139Manuals                              User            KUBERNETES(1)(kubernetes)
Impressum