Update all kubernetes-incubator/kubespray refs to kubernetes-sigs/kubespray (#3780)

This commit is contained in:
Aivars Sterns
2018-11-28 10:15:25 +02:00
committed by Antoine Legrand
parent b59d5c35bc
commit d30dbdde23
9 changed files with 16 additions and 16 deletions

View File

@@ -19,7 +19,7 @@ on. Had it belonged to the new [operators world](https://coreos.com/blog/introdu
it may have been named a "Kubernetes cluster operator". Kubespray however,
does generic configuration management tasks from the "OS operators" ansible
world, plus some initial K8s clustering (with networking plugins included) and
control plane bootstrapping. Kubespray [strives](https://github.com/kubernetes-incubator/kubespray/issues/553)
control plane bootstrapping. Kubespray [strives](https://github.com/kubernetes-sigs/kubespray/issues/553)
to adopt kubeadm as a tool in order to consume life cycle management domain
knowledge from it and offload generic OS configuration things from it, which
hopefully benefits both sides.