add explicit titles to docs
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
---
|
||||
title: kubectl
|
||||
---
|
||||
|
||||
## kubectl
|
||||
|
||||
kubectl controls the Kubernetes cluster manager
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
---
|
||||
title: kubectl annotate
|
||||
---
|
||||
|
||||
## kubectl annotate
|
||||
|
||||
Update the annotations on a resource
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
---
|
||||
title: kubectl api-versions
|
||||
---
|
||||
|
||||
## kubectl api-versions
|
||||
|
||||
Print the supported API versions on the server, in the form of "group/version"
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
---
|
||||
title: kubectl apply
|
||||
---
|
||||
|
||||
## kubectl apply
|
||||
|
||||
Apply a configuration to a resource by filename or stdin
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
---
|
||||
title: kubectl attach
|
||||
---
|
||||
|
||||
## kubectl attach
|
||||
|
||||
Attach to a running container
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
---
|
||||
title: kubectl autoscale
|
||||
---
|
||||
|
||||
## kubectl autoscale
|
||||
|
||||
Auto-scale a Deployment, ReplicaSet, or ReplicationController
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
---
|
||||
title: kubectl cluster-info
|
||||
---
|
||||
|
||||
## kubectl cluster-info
|
||||
|
||||
Display cluster info
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
---
|
||||
title: kubectl config
|
||||
---
|
||||
|
||||
## kubectl config
|
||||
|
||||
Modify kubeconfig files
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
---
|
||||
title: kubectl config current-context
|
||||
---
|
||||
|
||||
## kubectl config current-context
|
||||
|
||||
Displays the current-context
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
---
|
||||
title: kubectl config set-cluster
|
||||
---
|
||||
|
||||
## kubectl config set-cluster
|
||||
|
||||
Sets a cluster entry in kubeconfig
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
---
|
||||
title: kubectl config set-context
|
||||
---
|
||||
|
||||
## kubectl config set-context
|
||||
|
||||
Sets a context entry in kubeconfig
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
---
|
||||
title: kubectl config set-credentials
|
||||
---
|
||||
|
||||
## kubectl config set-credentials
|
||||
|
||||
Sets a user entry in kubeconfig
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
---
|
||||
title: kubectl config set
|
||||
---
|
||||
|
||||
## kubectl config set
|
||||
|
||||
Sets an individual value in a kubeconfig file
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
---
|
||||
title: kubectl config unset
|
||||
---
|
||||
|
||||
## kubectl config unset
|
||||
|
||||
Unsets an individual value in a kubeconfig file
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
---
|
||||
title: kubectl config use-context
|
||||
---
|
||||
|
||||
## kubectl config use-context
|
||||
|
||||
Sets the current-context in a kubeconfig file
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
---
|
||||
title: kubectl config view
|
||||
---
|
||||
|
||||
## kubectl config view
|
||||
|
||||
Display merged kubeconfig settings or a specified kubeconfig file
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
---
|
||||
title: kubectl convert
|
||||
---
|
||||
|
||||
## kubectl convert
|
||||
|
||||
Convert config files between different API versions
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
---
|
||||
title: kubectl cordon
|
||||
---
|
||||
|
||||
## kubectl cordon
|
||||
|
||||
Mark node as unschedulable
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
---
|
||||
title: kubectl create
|
||||
---
|
||||
|
||||
## kubectl create
|
||||
|
||||
Create a resource by filename or stdin
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
---
|
||||
title: kubectl create configmap
|
||||
---
|
||||
|
||||
## kubectl create configmap
|
||||
|
||||
Create a configmap from a local file, directory or literal value
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
---
|
||||
title: kubectl create namespace
|
||||
---
|
||||
|
||||
## kubectl create namespace
|
||||
|
||||
Create a namespace with the specified name
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
---
|
||||
title: kubectl create secret
|
||||
---
|
||||
|
||||
## kubectl create secret
|
||||
|
||||
Create a secret using specified subcommand
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
---
|
||||
title: kubectl create secret docker-registry
|
||||
---
|
||||
|
||||
## kubectl create secret docker-registry
|
||||
|
||||
Create a secret for use with a Docker registry
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
---
|
||||
title: kubectl create secret generic
|
||||
---
|
||||
|
||||
## kubectl create secret generic
|
||||
|
||||
Create a secret from a local file, directory or literal value
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
---
|
||||
title: kubectl create serviceaccount
|
||||
---
|
||||
|
||||
## kubectl create serviceaccount
|
||||
|
||||
Create a service account with the specified name
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
---
|
||||
title: kubectl delete
|
||||
---
|
||||
|
||||
## kubectl delete
|
||||
|
||||
Delete resources by filenames, stdin, resources and names, or by resources and label selector
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
---
|
||||
title: kubectl describe
|
||||
---
|
||||
|
||||
## kubectl describe
|
||||
|
||||
Show details of a specific resource or group of resources
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
---
|
||||
title: kubectl drain
|
||||
---
|
||||
|
||||
## kubectl drain
|
||||
|
||||
Drain node in preparation for maintenance
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
---
|
||||
title: kubectl edit
|
||||
---
|
||||
|
||||
## kubectl edit
|
||||
|
||||
Edit a resource on the server
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
---
|
||||
title: kubectl exec
|
||||
---
|
||||
|
||||
## kubectl exec
|
||||
|
||||
Execute a command in a container
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
---
|
||||
title: kubectl explain
|
||||
---
|
||||
|
||||
## kubectl explain
|
||||
|
||||
Documentation of resources
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
---
|
||||
title: kubectl expose
|
||||
---
|
||||
|
||||
## kubectl expose
|
||||
|
||||
Take a replication controller, service, deployment or pod and expose it as a new Kubernetes Service
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
---
|
||||
title: kubectl get
|
||||
---
|
||||
|
||||
## kubectl get
|
||||
|
||||
Display one or many resources
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
---
|
||||
title: kubectl label
|
||||
---
|
||||
|
||||
## kubectl label
|
||||
|
||||
Update the labels on a resource
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
---
|
||||
title: kubectl logs
|
||||
---
|
||||
|
||||
## kubectl logs
|
||||
|
||||
Print the logs for a container in a pod
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
---
|
||||
title: kubectl patch
|
||||
---
|
||||
|
||||
## kubectl patch
|
||||
|
||||
Update field(s) of a resource using strategic merge patch
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
---
|
||||
title: kubectl port-forward
|
||||
---
|
||||
|
||||
## kubectl port-forward
|
||||
|
||||
Forward one or more local ports to a pod
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
---
|
||||
title: kubectl proxy
|
||||
---
|
||||
|
||||
## kubectl proxy
|
||||
|
||||
Run a proxy to the Kubernetes API server
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
---
|
||||
title: kubectl replace
|
||||
---
|
||||
|
||||
## kubectl replace
|
||||
|
||||
Replace a resource by filename or stdin
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
---
|
||||
title: kubectl rolling-update
|
||||
---
|
||||
|
||||
## kubectl rolling-update
|
||||
|
||||
Perform a rolling update of the given ReplicationController
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
---
|
||||
title: kubectl rollout
|
||||
---
|
||||
|
||||
## kubectl rollout
|
||||
|
||||
Manage a deployment rollout
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
---
|
||||
title: kubectl rollout history
|
||||
---
|
||||
|
||||
## kubectl rollout history
|
||||
|
||||
View rollout history
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
---
|
||||
title: kubectl rollout pause
|
||||
---
|
||||
|
||||
## kubectl rollout pause
|
||||
|
||||
Mark the provided resource as paused
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
---
|
||||
title: kubectl rollout resume
|
||||
---
|
||||
|
||||
## kubectl rollout resume
|
||||
|
||||
Resume a paused resource
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
---
|
||||
title: kubectl rollout undo
|
||||
---
|
||||
|
||||
## kubectl rollout undo
|
||||
|
||||
Undo a previous rollout
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
---
|
||||
title: kubectl run
|
||||
---
|
||||
|
||||
## kubectl run
|
||||
|
||||
Run a particular image on the cluster
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
---
|
||||
title: kubectl scale
|
||||
---
|
||||
|
||||
## kubectl scale
|
||||
|
||||
Set a new size for a Deployment, ReplicaSet, Replication Controller, or Job
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
---
|
||||
title: kubectl stop
|
||||
---
|
||||
|
||||
## kubectl stop
|
||||
|
||||
Deprecated: Gracefully shut down a resource by name or filename.
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
---
|
||||
title: kubectl uncordon
|
||||
---
|
||||
|
||||
## kubectl uncordon
|
||||
|
||||
Mark node as schedulable
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
---
|
||||
title: kubectl version
|
||||
---
|
||||
|
||||
## kubectl version
|
||||
|
||||
Print the client and server version information
|
||||
|
||||
Reference in New Issue
Block a user