Coggle requires JavaScript to display documents.
kubectl taint nodes [node] key=value:effect
NoSchedule
kubectl drain [node]
kubectl config use-context [cluster_name] kubectl get nodes
kubectl --context=cluster-name get nodes
kubefed init [name]
kubefed join [name]
--set
apiextensions.k8s.io/v1beta1
--enable-aggregator-routing=true
NetworkPolicies
kube-apiserver
kubectl set image ds ds-one nginx=nginx:1.8.1.-alpine
# yaml apiVersion: ... kind: ... metadata: ... spec: ...