Change RedSpread link (#10124)

This commit is contained in:
Masahito Zembutsu 2018-08-30 02:29:06 +09:00 committed by k8s-ci-robot
parent a936d465fb
commit b8877a00c5
1 changed files with 1 additions and 1 deletions

View File

@ -369,7 +369,7 @@ $ export no_proxy=$no_proxy,$(minikube ip)
## Design
Minikube uses [libmachine](https://github.com/docker/machine/tree/master/libmachine) for provisioning VMs, and [localkube](https://git.k8s.io/minikube/pkg/localkube) (originally written and donated to this project by [RedSpread](https://redspread.com/)) for running the cluster.
Minikube uses [libmachine](https://github.com/docker/machine/tree/master/libmachine) for provisioning VMs, and [localkube](https://git.k8s.io/minikube/pkg/localkube) (originally written and donated to this project by [RedSpread](https://github.com/redspread)) for running the cluster.
For more information about minikube, see the [proposal](https://git.k8s.io/community/contributors/design-proposals/cluster-lifecycle/local-cluster-ux.md).