Link to the actual kubeadm code, not the issues

pull/3575/head
Anders F Björklund 2019-01-23 22:02:15 +01:00
parent fc62415758
commit 0b187c400c
1 changed files with 1 additions and 1 deletions

View File

@ -222,7 +222,7 @@ minikube service [-n NAMESPACE] [--url] NAME
## Design
Minikube uses [libmachine](https://github.com/docker/machine/tree/master/libmachine) for provisioning VMs, and [kubeadm](https://github.com/kubernetes/kubeadm) to provision a kubernetes cluster
Minikube uses [libmachine](https://github.com/docker/machine/tree/master/libmachine) for provisioning VMs, and [kubeadm](https://github.com/kubernetes/kubernetes/tree/master/cmd/kubeadm) to provision a kubernetes cluster
For more information about Minikube, see the [proposal](https://github.com/kubernetes/community/blob/master/contributors/design-proposals/cluster-lifecycle/local-cluster-ux.md).