You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/getting-started-guides/scratch.md
+26-18Lines changed: 26 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -225,9 +225,11 @@ we recommend that you run these as containers, so you need an image to be built.
225
225
226
226
You have several choices for Kubernetes images:
227
227
- Use images hosted on Google Container Registry (GCR):
228
-
- e.g `gcr.io/google_containers/kube-apiserver:$TAG`, where `TAG` is the latest
228
+
- e.g `gcr.io/google_containers/hyperkube:$TAG`, where `TAG` is the latest
229
229
release tag, which can be found on the [latest releases page](https://github.com/GoogleCloudPlatform/kubernetes/releases/latest).
230
230
- Ensure $TAG is the same tag as the release tag you are using for kubelet and kube-proxy.
231
+
- The [hyperkube](../../cmd/hyperkube/) binary is an all in one binary
232
+
-`hyperkube kubelet ...` runs the kublet, `hyperkube apiserver ...` runs an apiserver, etc.
231
233
- Build your own images.
232
234
- Useful if you are using a private registry.
233
235
- The release contains files such as `./kubernetes/server/bin/kube-apiserver.tar` which
@@ -248,9 +250,7 @@ were tested extensively with this version of etcd and not with any other version
248
250
The recommended version number can also be found as the value of `ETCD_VERSION` in `kubernetes/cluster/images/etcd/Makefile`.
249
251
250
252
The remainder of the document assumes that the image identifiers have been chosen and stored in corresponding env vars. Examples (replace with latest tags and appropriate registry):
0 commit comments