k3s/docs/yaml/kubectl
k8s-merge-robot 50524c78a1 Merge pull request #20672 from brendandburns/dump
Automatic merge from submit-queue

Add a 'kubectl clusterinfo dump' option

Ref: #3500 

@bgrant0607 @smarterclayton @jszczepkowski 

Usage:
```
  # Dump current cluster state to stdout
  kubectl clusterinfo dump
  
  # Dump current cluster state to /tmp
  kubectl clusterinfo dump --output-directory=/tmp
  
  # Dump all namespaces to stdout
  kubectl clusterinfo dump --all-namespaces
  
  # Dump a set of namespaces to /tmp
  kubectl clusterinfo dump --namespaces default,kube-system --output-directory=/tmp
```

<!-- Reviewable:start -->
---
This change is [<img src="http://reviewable.k8s.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](http://reviewable.k8s.io/reviews/kubernetes/kubernetes/20672)
<!-- Reviewable:end -->
2016-05-24 14:24:17 -07:00
..
kubectl.yaml implement taints and tolerations 2016-05-18 15:06:23 +00:00
kubectl_annotate.yaml fix the build 2016-04-14 17:20:31 -07:00
kubectl_api-versions.yaml fix the build 2016-04-14 17:20:31 -07:00
kubectl_apply.yaml update kubectl apply help info 2016-05-03 22:50:24 -04:00
kubectl_attach.yaml fix the build 2016-04-14 17:20:31 -07:00
kubectl_autoscale.yaml Add 'kubectl set image' 2016-05-18 21:23:17 -07:00
kubectl_cluster-info.yaml address comments 2016-05-17 10:24:29 -07:00
kubectl_config.yaml fix the build 2016-04-14 17:20:31 -07:00
kubectl_convert.yaml fix the build 2016-04-14 17:20:31 -07:00
kubectl_cordon.yaml fix the build 2016-04-14 17:20:31 -07:00
kubectl_create.yaml fix the build 2016-04-14 17:20:31 -07:00
kubectl_delete.yaml fix the build 2016-04-14 17:20:31 -07:00
kubectl_describe.yaml Introduce kubectl describe --show-events 2016-05-06 11:40:11 +02:00
kubectl_drain.yaml Drain pods created from ReplicaSets 2016-04-15 08:51:40 +01:00
kubectl_edit.yaml fix the build 2016-04-14 17:20:31 -07:00
kubectl_exec.yaml fix the build 2016-04-14 17:20:31 -07:00
kubectl_explain.yaml fix the build 2016-04-14 17:20:31 -07:00
kubectl_expose.yaml Add 'kubectl set image' 2016-05-18 21:23:17 -07:00
kubectl_get.yaml fix the build 2016-04-14 17:20:31 -07:00
kubectl_label.yaml fix the build 2016-04-14 17:20:31 -07:00
kubectl_logs.yaml fix the build 2016-04-14 17:20:31 -07:00
kubectl_namespace.yaml fix the build 2016-04-14 17:20:31 -07:00
kubectl_patch.yaml fix the build 2016-04-14 17:20:31 -07:00
kubectl_port-forward.yaml fix the build 2016-04-14 17:20:31 -07:00
kubectl_proxy.yaml fix the build 2016-04-14 17:20:31 -07:00
kubectl_replace.yaml fix the build 2016-04-14 17:20:31 -07:00
kubectl_rolling-update.yaml Add 'kubectl set image' 2016-05-18 21:23:17 -07:00
kubectl_rollout.yaml Add kubectl rollout status 2016-05-10 13:49:39 -07:00
kubectl_run.yaml Clarify limit/requests flags in kubectl run 2016-05-06 16:32:43 -07:00
kubectl_scale.yaml fix the build 2016-04-14 17:20:31 -07:00
kubectl_set.yaml Add 'kubectl set image' 2016-05-18 21:23:17 -07:00
kubectl_stop.yaml fix the build 2016-04-14 17:20:31 -07:00
kubectl_taint.yaml implement taints and tolerations 2016-05-18 15:06:23 +00:00
kubectl_uncordon.yaml fix the build 2016-04-14 17:20:31 -07:00
kubectl_version.yaml fix the build 2016-04-14 17:20:31 -07:00