Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
faf60a3c
Commit
faf60a3c
authored
Apr 12, 2015
by
Eric Paris
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update docs using spf13/cobra generator
parent
263dc981
Show whitespace changes
Inline
Side-by-side
Showing
30 changed files
with
83 additions
and
159 deletions
+83
-159
kubectl-apiversions.md
docs/kubectl-apiversions.md
+0
-52
kubectl-clusterinfo.md
docs/kubectl-clusterinfo.md
+0
-52
kubectl.md
docs/kubectl.md
+21
-20
kubectl_api-versions.md
docs/kubectl_api-versions.md
+2
-1
kubectl_cluster-info.md
docs/kubectl_cluster-info.md
+2
-1
kubectl_config.md
docs/kubectl_config.md
+10
-9
kubectl_config_set-cluster.md
docs/kubectl_config_set-cluster.md
+2
-1
kubectl_config_set-context.md
docs/kubectl_config_set-context.md
+2
-1
kubectl_config_set-credentials.md
docs/kubectl_config_set-credentials.md
+2
-1
kubectl_config_set.md
docs/kubectl_config_set.md
+2
-1
kubectl_config_unset.md
docs/kubectl_config_unset.md
+2
-1
kubectl_config_use-context.md
docs/kubectl_config_use-context.md
+2
-1
kubectl_config_view.md
docs/kubectl_config_view.md
+2
-1
kubectl_create.md
docs/kubectl_create.md
+2
-1
kubectl_delete.md
docs/kubectl_delete.md
+2
-1
kubectl_describe.md
docs/kubectl_describe.md
+2
-1
kubectl_exec.md
docs/kubectl_exec.md
+2
-1
kubectl_expose.md
docs/kubectl_expose.md
+2
-1
kubectl_get.md
docs/kubectl_get.md
+2
-1
kubectl_label.md
docs/kubectl_label.md
+2
-1
kubectl_log.md
docs/kubectl_log.md
+2
-1
kubectl_namespace.md
docs/kubectl_namespace.md
+2
-1
kubectl_port-forward.md
docs/kubectl_port-forward.md
+2
-1
kubectl_proxy.md
docs/kubectl_proxy.md
+2
-1
kubectl_resize.md
docs/kubectl_resize.md
+2
-1
kubectl_rolling-update.md
docs/kubectl_rolling-update.md
+2
-1
kubectl_run-container.md
docs/kubectl_run-container.md
+2
-1
kubectl_stop.md
docs/kubectl_stop.md
+2
-1
kubectl_update.md
docs/kubectl_update.md
+2
-1
kubectl_version.md
docs/kubectl_version.md
+2
-1
No files found.
docs/kubectl-apiversions.md
deleted
100644 → 0
View file @
263dc981
## kubectl api-versions
Print available API versions.
### Synopsis
Print available API versions.
```
kubectl api-versions
```
### Options
```
-h, --help=false: help for api-versions
```
### Options inherrited from parent commands
```
--alsologtostderr=false: log to standard error as well as files
--api-version="": The API version to use when talking to the server
-a, --auth-path="": Path to the auth info file. If missing, prompt the user. Only used if using https.
--certificate-authority="": Path to a cert. file for the certificate authority.
--client-certificate="": Path to a client key file for TLS.
--client-key="": Path to a client key file for TLS.
--cluster="": The name of the kubeconfig cluster to use
--context="": The name of the kubeconfig context to use
--insecure-skip-tls-verify=false: If true, the server's certificate will not be checked for validity. This will make your HTTPS connections insecure.
--kubeconfig="": Path to the kubeconfig file to use for CLI requests.
--log_backtrace_at=:0: when logging hits line file:N, emit a stack trace
--log_dir=: If non-empty, write log files in this directory
--log_flush_frequency=5s: Maximum number of seconds between log flushes
--logtostderr=true: log to standard error instead of files
--match-server-version=false: Require server version to match client version
--namespace="": If present, the namespace scope for this CLI request.
--password="": Password for basic authentication to the API server.
-s, --server="": The address and port of the Kubernetes API server
--stderrthreshold=2: logs at or above this threshold go to stderr
--token="": Bearer token for authentication to the API server.
--user="": The name of the kubeconfig user to use
--username="": Username for basic authentication to the API server.
--v=0: log level for V logs
--validate=false: If true, use a schema to validate the input before sending it
--vmodule=: comma-separated list of pattern=N settings for file-filtered logging
```
### SEE ALSO
*
[
kubectl
](
kubectl.md
)
docs/kubectl-clusterinfo.md
deleted
100644 → 0
View file @
263dc981
## kubectl cluster-info
Display cluster info
### Synopsis
Display addresses of the master and services with label kubernetes.io/cluster-service=true
```
kubectl cluster-info
```
### Options
```
-h, --help=false: help for cluster-info
```
### Options inherrited from parent commands
```
--alsologtostderr=false: log to standard error as well as files
--api-version="": The API version to use when talking to the server
-a, --auth-path="": Path to the auth info file. If missing, prompt the user. Only used if using https.
--certificate-authority="": Path to a cert. file for the certificate authority.
--client-certificate="": Path to a client key file for TLS.
--client-key="": Path to a client key file for TLS.
--cluster="": The name of the kubeconfig cluster to use
--context="": The name of the kubeconfig context to use
--insecure-skip-tls-verify=false: If true, the server's certificate will not be checked for validity. This will make your HTTPS connections insecure.
--kubeconfig="": Path to the kubeconfig file to use for CLI requests.
--log_backtrace_at=:0: when logging hits line file:N, emit a stack trace
--log_dir=: If non-empty, write log files in this directory
--log_flush_frequency=5s: Maximum number of seconds between log flushes
--logtostderr=true: log to standard error instead of files
--match-server-version=false: Require server version to match client version
--namespace="": If present, the namespace scope for this CLI request.
--password="": Password for basic authentication to the API server.
-s, --server="": The address and port of the Kubernetes API server
--stderrthreshold=2: logs at or above this threshold go to stderr
--token="": Bearer token for authentication to the API server.
--user="": The name of the kubeconfig user to use
--username="": Username for basic authentication to the API server.
--v=0: log level for V logs
--validate=false: If true, use a schema to validate the input before sending it
--vmodule=: comma-separated list of pattern=N settings for file-filtered logging
```
### SEE ALSO
*
[
kubectl
](
kubectl.md
)
docs/kubectl.md
View file @
faf60a3c
...
@@ -45,24 +45,25 @@ kubectl
...
@@ -45,24 +45,25 @@ kubectl
```
```
### SEE ALSO
### SEE ALSO
*
[
kubectl
-get
](
kubectl-get.md
)
*
[
kubectl
api-versions
](
kubectl_api-versions.md
)
- Print available API versions.
*
[
kubectl
-describe
](
kubectl-describe.md
)
*
[
kubectl
cluster-info
](
kubectl_cluster-info.md
)
- Display cluster info
*
[
kubectl
-create
](
kubectl-create.md
)
*
[
kubectl
config
](
kubectl_config.md
)
- config modifies kubeconfig files
*
[
kubectl
-update
](
kubectl-update.md
)
*
[
kubectl
create
](
kubectl_create.md
)
- Create a resource by filename or stdin
*
[
kubectl
-delete
](
kubectl-delete.md
)
*
[
kubectl
delete
](
kubectl_delete.md
)
- Delete a resource by filename, stdin, resource and ID, or by resources and label selector.
*
[
kubectl
-namespace
](
kubectl-namespace.md
)
*
[
kubectl
describe
](
kubectl_describe.md
)
- Show details of a specific resource
*
[
kubectl
-log
](
kubectl-log.md
)
*
[
kubectl
exec
](
kubectl_exec.md
)
- Execute a command in a container.
*
[
kubectl
-rolling-update
](
kubectl-rolling-update.md
)
*
[
kubectl
expose
](
kubectl_expose.md
)
- Take a replicated application and expose it as Kubernetes Service
*
[
kubectl
-resize
](
kubectl-resize.md
)
*
[
kubectl
get
](
kubectl_get.md
)
- Display one or many resources
*
[
kubectl
-exec
](
kubectl-exec.md
)
*
[
kubectl
label
](
kubectl_label.md
)
- Update the labels on a resource
*
[
kubectl
-port-forward
](
kubectl-port-forward.md
)
*
[
kubectl
log
](
kubectl_log.md
)
- Print the logs for a container in a pod.
*
[
kubectl
-proxy
](
kubectl-proxy.md
)
*
[
kubectl
namespace
](
kubectl_namespace.md
)
- SUPERCEDED: Set and view the current Kubernetes namespace
*
[
kubectl
-run-container
](
kubectl-run-container.md
)
*
[
kubectl
port-forward
](
kubectl_port-forward.md
)
- Forward one or more local ports to a pod.
*
[
kubectl
-stop
](
kubectl-stop.md
)
*
[
kubectl
proxy
](
kubectl_proxy.md
)
- Run a proxy to the Kubernetes API server
*
[
kubectl
-expose
](
kubectl-expose.md
)
*
[
kubectl
resize
](
kubectl_resize.md
)
- Set a new size for a Replication Controller.
*
[
kubectl
-label
](
kubectl-label.md
)
*
[
kubectl
rolling-update
](
kubectl_rolling-update.md
)
- Perform a rolling update of the given ReplicationController.
*
[
kubectl
-config
](
kubectl-config.md
)
*
[
kubectl
run-container
](
kubectl_run-container.md
)
- Run a particular image on the cluster.
*
[
kubectl
-cluster-info
](
kubectl-cluster-info.md
)
*
[
kubectl
stop
](
kubectl_stop.md
)
- Gracefully shut down a resource by id or filename.
*
[
kubectl
-api-versions
](
kubectl-api-versions.md
)
*
[
kubectl
update
](
kubectl_update.md
)
- Update a resource by filename or stdin.
*
[
kubectl
-version
](
kubectl-version.md
)
*
[
kubectl
version
](
kubectl_version.md
)
- Print the client and server version information.
###### Auto generated by spf13/cobra at 2015-04-12 19:00:26.865844658 +0000 UTC
docs/kubectl
-
api-versions.md
→
docs/kubectl
_
api-versions.md
View file @
faf60a3c
...
@@ -48,5 +48,6 @@ kubectl api-versions
...
@@ -48,5 +48,6 @@ kubectl api-versions
```
```
### SEE ALSO
### SEE ALSO
*
[
kubectl
](
kubectl.md
)
*
[
kubectl
](
kubectl.md
)
- kubectl controls the Kubernetes cluster manager
###### Auto generated by spf13/cobra at 2015-04-12 19:00:26.865438603 +0000 UTC
docs/kubectl
-
cluster-info.md
→
docs/kubectl
_
cluster-info.md
View file @
faf60a3c
...
@@ -48,5 +48,6 @@ kubectl cluster-info
...
@@ -48,5 +48,6 @@ kubectl cluster-info
```
```
### SEE ALSO
### SEE ALSO
*
[
kubectl
](
kubectl.md
)
*
[
kubectl
](
kubectl.md
)
- kubectl controls the Kubernetes cluster manager
###### Auto generated by spf13/cobra at 2015-04-12 19:00:26.865291243 +0000 UTC
docs/kubectl
-
config.md
→
docs/kubectl
_
config.md
View file @
faf60a3c
...
@@ -51,12 +51,13 @@ kubectl config SUBCOMMAND
...
@@ -51,12 +51,13 @@ kubectl config SUBCOMMAND
```
```
### SEE ALSO
### SEE ALSO
*
[
kubectl
](
kubectl.md
)
*
[
kubectl
](
kubectl.md
)
- kubectl controls the Kubernetes cluster manager
*
[
kubectl-config-view
](
kubectl-config-view.md
)
*
[
kubectl config set
](
kubectl_config_set.md
)
- Sets an individual value in a kubeconfig file
*
[
kubectl-config-set-cluster
](
kubectl-config-set-cluster.md
)
*
[
kubectl config set-cluster
](
kubectl_config_set-cluster.md
)
- Sets a cluster entry in kubeconfig
*
[
kubectl-config-set-credentials
](
kubectl-config-set-credentials.md
)
*
[
kubectl config set-context
](
kubectl_config_set-context.md
)
- Sets a context entry in kubeconfig
*
[
kubectl-config-set-context
](
kubectl-config-set-context.md
)
*
[
kubectl config set-credentials
](
kubectl_config_set-credentials.md
)
- Sets a user entry in kubeconfig
*
[
kubectl-config-set
](
kubectl-config-set.md
)
*
[
kubectl config unset
](
kubectl_config_unset.md
)
- Unsets an individual value in a kubeconfig file
*
[
kubectl-config-unset
](
kubectl-config-unset.md
)
*
[
kubectl config use-context
](
kubectl_config_use-context.md
)
- Sets the current-context in a kubeconfig file
*
[
kubectl-config-use-context
](
kubectl-config-use-context.md
)
*
[
kubectl config view
](
kubectl_config_view.md
)
- displays merged kubeconfig settings or a specified kubeconfig file.
###### Auto generated by spf13/cobra at 2015-04-12 19:00:26.86513156 +0000 UTC
docs/kubectl
-config-
set-cluster.md
→
docs/kubectl
_config_
set-cluster.md
View file @
faf60a3c
...
@@ -66,5 +66,6 @@ $ kubectl config set-cluster e2e --insecure-skip-tls-verify=true
...
@@ -66,5 +66,6 @@ $ kubectl config set-cluster e2e --insecure-skip-tls-verify=true
```
```
### SEE ALSO
### SEE ALSO
*
[
kubectl
-config
](
kubectl-config.md
)
*
[
kubectl
config
](
kubectl_config.md
)
- config modifies kubeconfig files
###### Auto generated by spf13/cobra at 2015-04-12 19:00:26.864096021 +0000 UTC
docs/kubectl
-config-
set-context.md
→
docs/kubectl
_config_
set-context.md
View file @
faf60a3c
...
@@ -59,5 +59,6 @@ $ kubectl config set-context gce --user=cluster-admin
...
@@ -59,5 +59,6 @@ $ kubectl config set-context gce --user=cluster-admin
```
```
### SEE ALSO
### SEE ALSO
*
[
kubectl
-config
](
kubectl-config.md
)
*
[
kubectl
config
](
kubectl_config.md
)
- config modifies kubeconfig files
###### Auto generated by spf13/cobra at 2015-04-12 19:00:26.86442717 +0000 UTC
docs/kubectl
-config-
set-credentials.md
→
docs/kubectl
_config_
set-credentials.md
View file @
faf60a3c
...
@@ -79,5 +79,6 @@ $ kubectl set-credentials cluster-admin --client-certificate=~/.kube/admin.crt -
...
@@ -79,5 +79,6 @@ $ kubectl set-credentials cluster-admin --client-certificate=~/.kube/admin.crt -
```
```
### SEE ALSO
### SEE ALSO
*
[
kubectl
-config
](
kubectl-config.md
)
*
[
kubectl
config
](
kubectl_config.md
)
- config modifies kubeconfig files
###### Auto generated by spf13/cobra at 2015-04-12 19:00:26.864263862 +0000 UTC
docs/kubectl
-config-
set.md
→
docs/kubectl
_config_
set.md
View file @
faf60a3c
...
@@ -53,5 +53,6 @@ kubectl config set PROPERTY_NAME PROPERTY_VALUE
...
@@ -53,5 +53,6 @@ kubectl config set PROPERTY_NAME PROPERTY_VALUE
```
```
### SEE ALSO
### SEE ALSO
*
[
kubectl
-config
](
kubectl-config.md
)
*
[
kubectl
config
](
kubectl_config.md
)
- config modifies kubeconfig files
###### Auto generated by spf13/cobra at 2015-04-12 19:00:26.864594301 +0000 UTC
docs/kubectl
-config-
unset.md
→
docs/kubectl
_config_
unset.md
View file @
faf60a3c
...
@@ -52,5 +52,6 @@ kubectl config unset PROPERTY_NAME
...
@@ -52,5 +52,6 @@ kubectl config unset PROPERTY_NAME
```
```
### SEE ALSO
### SEE ALSO
*
[
kubectl
-config
](
kubectl-config.md
)
*
[
kubectl
config
](
kubectl_config.md
)
- config modifies kubeconfig files
###### Auto generated by spf13/cobra at 2015-04-12 19:00:26.864788809 +0000 UTC
docs/kubectl
-config-
use-context.md
→
docs/kubectl
_config_
use-context.md
View file @
faf60a3c
...
@@ -51,5 +51,6 @@ kubectl config use-context CONTEXT_NAME
...
@@ -51,5 +51,6 @@ kubectl config use-context CONTEXT_NAME
```
```
### SEE ALSO
### SEE ALSO
*
[
kubectl
-config
](
kubectl-config.md
)
*
[
kubectl
config
](
kubectl_config.md
)
- config modifies kubeconfig files
###### Auto generated by spf13/cobra at 2015-04-12 19:00:26.864953658 +0000 UTC
docs/kubectl
-config-
view.md
→
docs/kubectl
_config_
view.md
View file @
faf60a3c
...
@@ -71,5 +71,6 @@ $ kubectl config view -o template --template='{{range .users}}{{ if eq .name "e2
...
@@ -71,5 +71,6 @@ $ kubectl config view -o template --template='{{range .users}}{{ if eq .name "e2
```
```
### SEE ALSO
### SEE ALSO
*
[
kubectl
-config
](
kubectl-config.md
)
*
[
kubectl
config
](
kubectl_config.md
)
- config modifies kubeconfig files
###### Auto generated by spf13/cobra at 2015-04-12 19:00:26.863759642 +0000 UTC
docs/kubectl
-
create.md
→
docs/kubectl
_
create.md
View file @
faf60a3c
...
@@ -61,5 +61,6 @@ $ cat pod.json | kubectl create -f -
...
@@ -61,5 +61,6 @@ $ cat pod.json | kubectl create -f -
```
```
### SEE ALSO
### SEE ALSO
*
[
kubectl
](
kubectl.md
)
*
[
kubectl
](
kubectl.md
)
- kubectl controls the Kubernetes cluster manager
###### Auto generated by spf13/cobra at 2015-04-12 19:00:26.858089037 +0000 UTC
docs/kubectl
-
delete.md
→
docs/kubectl
_
delete.md
View file @
faf60a3c
...
@@ -79,5 +79,6 @@ $ kubectl delete pods --all
...
@@ -79,5 +79,6 @@ $ kubectl delete pods --all
```
```
### SEE ALSO
### SEE ALSO
*
[
kubectl
](
kubectl.md
)
*
[
kubectl
](
kubectl.md
)
- kubectl controls the Kubernetes cluster manager
###### Auto generated by spf13/cobra at 2015-04-12 19:00:26.858739718 +0000 UTC
docs/kubectl
-
describe.md
→
docs/kubectl
_
describe.md
View file @
faf60a3c
...
@@ -51,5 +51,6 @@ kubectl describe RESOURCE ID
...
@@ -51,5 +51,6 @@ kubectl describe RESOURCE ID
```
```
### SEE ALSO
### SEE ALSO
*
[
kubectl
](
kubectl.md
)
*
[
kubectl
](
kubectl.md
)
- kubectl controls the Kubernetes cluster manager
###### Auto generated by spf13/cobra at 2015-04-12 19:00:26.857744518 +0000 UTC
docs/kubectl
-
exec.md
→
docs/kubectl
_
exec.md
View file @
faf60a3c
...
@@ -62,5 +62,6 @@ $ kubectl exec -p 123456-7890 -c ruby-container -i -t -- bash -il
...
@@ -62,5 +62,6 @@ $ kubectl exec -p 123456-7890 -c ruby-container -i -t -- bash -il
```
```
### SEE ALSO
### SEE ALSO
*
[
kubectl
](
kubectl.md
)
*
[
kubectl
](
kubectl.md
)
- kubectl controls the Kubernetes cluster manager
###### Auto generated by spf13/cobra at 2015-04-12 19:00:26.860311374 +0000 UTC
docs/kubectl
-
expose.md
→
docs/kubectl
_
expose.md
View file @
faf60a3c
...
@@ -80,5 +80,6 @@ $ kubectl expose streamer --port=4100 --protocol=udp --service-name=video-stream
...
@@ -80,5 +80,6 @@ $ kubectl expose streamer --port=4100 --protocol=udp --service-name=video-stream
```
```
### SEE ALSO
### SEE ALSO
*
[
kubectl
](
kubectl.md
)
*
[
kubectl
](
kubectl.md
)
- kubectl controls the Kubernetes cluster manager
###### Auto generated by spf13/cobra at 2015-04-12 19:00:26.863051668 +0000 UTC
docs/kubectl
-
get.md
→
docs/kubectl
_
get.md
View file @
faf60a3c
...
@@ -83,5 +83,6 @@ $ kubectl get rc/web service/frontend pods/web-pod-13je7
...
@@ -83,5 +83,6 @@ $ kubectl get rc/web service/frontend pods/web-pod-13je7
```
```
### SEE ALSO
### SEE ALSO
*
[
kubectl
](
kubectl.md
)
*
[
kubectl
](
kubectl.md
)
- kubectl controls the Kubernetes cluster manager
###### Auto generated by spf13/cobra at 2015-04-12 19:00:26.836684094 +0000 UTC
docs/kubectl
-
label.md
→
docs/kubectl
_
label.md
View file @
faf60a3c
...
@@ -79,5 +79,6 @@ $ kubectl label pods foo bar-
...
@@ -79,5 +79,6 @@ $ kubectl label pods foo bar-
```
```
### SEE ALSO
### SEE ALSO
*
[
kubectl
](
kubectl.md
)
*
[
kubectl
](
kubectl.md
)
- kubectl controls the Kubernetes cluster manager
###### Auto generated by spf13/cobra at 2015-04-12 19:00:26.863412074 +0000 UTC
docs/kubectl
-
log.md
→
docs/kubectl
_
log.md
View file @
faf60a3c
...
@@ -60,5 +60,6 @@ $ kubectl log -f 123456-7890 ruby-container
...
@@ -60,5 +60,6 @@ $ kubectl log -f 123456-7890 ruby-container
```
```
### SEE ALSO
### SEE ALSO
*
[
kubectl
](
kubectl.md
)
*
[
kubectl
](
kubectl.md
)
- kubectl controls the Kubernetes cluster manager
###### Auto generated by spf13/cobra at 2015-04-12 19:00:26.859351191 +0000 UTC
docs/kubectl
-
namespace.md
→
docs/kubectl
_
namespace.md
View file @
faf60a3c
...
@@ -51,5 +51,6 @@ kubectl namespace [namespace]
...
@@ -51,5 +51,6 @@ kubectl namespace [namespace]
```
```
### SEE ALSO
### SEE ALSO
*
[
kubectl
](
kubectl.md
)
*
[
kubectl
](
kubectl.md
)
- kubectl controls the Kubernetes cluster manager
###### Auto generated by spf13/cobra at 2015-04-12 19:00:26.859053402 +0000 UTC
docs/kubectl
-
port-forward.md
→
docs/kubectl
_
port-forward.md
View file @
faf60a3c
...
@@ -66,5 +66,6 @@ $ kubectl port-forward -p mypod 0:5000
...
@@ -66,5 +66,6 @@ $ kubectl port-forward -p mypod 0:5000
```
```
### SEE ALSO
### SEE ALSO
*
[
kubectl
](
kubectl.md
)
*
[
kubectl
](
kubectl.md
)
- kubectl controls the Kubernetes cluster manager
###### Auto generated by spf13/cobra at 2015-04-12 19:00:26.860596821 +0000 UTC
docs/kubectl
-
proxy.md
→
docs/kubectl
_
proxy.md
View file @
faf60a3c
...
@@ -63,5 +63,6 @@ $ kubectl proxy --api-prefix=k8s-api
...
@@ -63,5 +63,6 @@ $ kubectl proxy --api-prefix=k8s-api
```
```
### SEE ALSO
### SEE ALSO
*
[
kubectl
](
kubectl.md
)
*
[
kubectl
](
kubectl.md
)
- kubectl controls the Kubernetes cluster manager
###### Auto generated by spf13/cobra at 2015-04-12 19:00:26.860912037 +0000 UTC
docs/kubectl
-
resize.md
→
docs/kubectl
_
resize.md
View file @
faf60a3c
...
@@ -66,5 +66,6 @@ $ kubectl resize --current-replicas=2 --replicas=3 replicationcontrollers foo
...
@@ -66,5 +66,6 @@ $ kubectl resize --current-replicas=2 --replicas=3 replicationcontrollers foo
```
```
### SEE ALSO
### SEE ALSO
*
[
kubectl
](
kubectl.md
)
*
[
kubectl
](
kubectl.md
)
- kubectl controls the Kubernetes cluster manager
###### Auto generated by spf13/cobra at 2015-04-12 19:00:26.859972905 +0000 UTC
docs/kubectl
-
rolling-update.md
→
docs/kubectl
_
rolling-update.md
View file @
faf60a3c
...
@@ -66,5 +66,6 @@ $ cat frontend-v2.json | kubectl rolling-update frontend-v1 -f -
...
@@ -66,5 +66,6 @@ $ cat frontend-v2.json | kubectl rolling-update frontend-v1 -f -
```
```
### SEE ALSO
### SEE ALSO
*
[
kubectl
](
kubectl.md
)
*
[
kubectl
](
kubectl.md
)
- kubectl controls the Kubernetes cluster manager
###### Auto generated by spf13/cobra at 2015-04-12 19:00:26.859654934 +0000 UTC
docs/kubectl
-
run-container.md
→
docs/kubectl
_
run-container.md
View file @
faf60a3c
...
@@ -76,5 +76,6 @@ $ kubectl run-container nginx --image=dockerfile/nginx --overrides='{ "apiVersio
...
@@ -76,5 +76,6 @@ $ kubectl run-container nginx --image=dockerfile/nginx --overrides='{ "apiVersio
```
```
### SEE ALSO
### SEE ALSO
*
[
kubectl
](
kubectl.md
)
*
[
kubectl
](
kubectl.md
)
- kubectl controls the Kubernetes cluster manager
###### Auto generated by spf13/cobra at 2015-04-12 19:00:26.861280128 +0000 UTC
docs/kubectl
-
stop.md
→
docs/kubectl
_
stop.md
View file @
faf60a3c
...
@@ -70,5 +70,6 @@ $ kubectl stop -f path/to/resources
...
@@ -70,5 +70,6 @@ $ kubectl stop -f path/to/resources
```
```
### SEE ALSO
### SEE ALSO
*
[
kubectl
](
kubectl.md
)
*
[
kubectl
](
kubectl.md
)
- kubectl controls the Kubernetes cluster manager
###### Auto generated by spf13/cobra at 2015-04-12 19:00:26.862654585 +0000 UTC
docs/kubectl
-
update.md
→
docs/kubectl
_
update.md
View file @
faf60a3c
...
@@ -65,5 +65,6 @@ $ kubectl update pods my-pod --patch='{ "apiVersion": "v1beta1", "desiredState":
...
@@ -65,5 +65,6 @@ $ kubectl update pods my-pod --patch='{ "apiVersion": "v1beta1", "desiredState":
```
```
### SEE ALSO
### SEE ALSO
*
[
kubectl
](
kubectl.md
)
*
[
kubectl
](
kubectl.md
)
- kubectl controls the Kubernetes cluster manager
###### Auto generated by spf13/cobra at 2015-04-12 19:00:26.858390462 +0000 UTC
docs/kubectl
-
version.md
→
docs/kubectl
_
version.md
View file @
faf60a3c
...
@@ -49,5 +49,6 @@ kubectl version
...
@@ -49,5 +49,6 @@ kubectl version
```
```
### SEE ALSO
### SEE ALSO
*
[
kubectl
](
kubectl.md
)
*
[
kubectl
](
kubectl.md
)
- kubectl controls the Kubernetes cluster manager
###### Auto generated by spf13/cobra at 2015-04-12 19:00:26.865600008 +0000 UTC
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment