fix typo: "kublet"
parent
1972537aef
commit
ad02c1a4d3
|
@ -160,7 +160,7 @@ You have several choices for Kubernetes images:
|
||||||
release tag, which can be found on the [latest releases page](https://github.com/kubernetes/kubernetes/releases/latest).
|
release tag, which can be found on the [latest releases page](https://github.com/kubernetes/kubernetes/releases/latest).
|
||||||
- Ensure $TAG is the same tag as the release tag you are using for kubelet and kube-proxy.
|
- Ensure $TAG is the same tag as the release tag you are using for kubelet and kube-proxy.
|
||||||
- The [hyperkube](https://releases.k8s.io/{{page.githubbranch}}/cmd/hyperkube) binary is an all in one binary
|
- The [hyperkube](https://releases.k8s.io/{{page.githubbranch}}/cmd/hyperkube) binary is an all in one binary
|
||||||
- `hyperkube kubelet ...` runs the kublet, `hyperkube apiserver ...` runs an apiserver, etc.
|
- `hyperkube kubelet ...` runs the kubelet, `hyperkube apiserver ...` runs an apiserver, etc.
|
||||||
- Build your own images.
|
- Build your own images.
|
||||||
- Useful if you are using a private registry.
|
- Useful if you are using a private registry.
|
||||||
- The release contains files such as `./kubernetes/server/bin/kube-apiserver.tar` which
|
- The release contains files such as `./kubernetes/server/bin/kube-apiserver.tar` which
|
||||||
|
|
Loading…
Reference in New Issue