Link to the actual kubeadm code, not the issues
parent
fc62415758
commit
0b187c400c
|
|
@ -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).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue