-
Notifications
You must be signed in to change notification settings - Fork 14.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add prompt about KUBE_REPO_PREFIX #3597
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor formatting issue.
docs/admin/kubeadm.md
Outdated
@@ -388,6 +388,15 @@ configuration file. | |||
|
|||
If `KUBE_KUBERNETES_DIR` is specified, you may need to rewrite the arguments of the kubelet. | |||
(e.g. --kubeconfig, --pod-manifest-path) | |||
If `KUBE_REPO_PREFIX` is specified, you may need to set --pod-infra-container-image which is the pause image. | |||
```bash |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Put an extra newline before the bash commands so that there is some space around it. Thx
@xilabao We just fixed a Travis issue, so if you update the branch, the Travis CI check should now work. Thx |
29b95a5
to
eb10c86
Compare
Done. PTAL |
7c918a9
to
1506815
Compare
rebased. |
ping @chenopis |
I just need a quick tech review on this. @luxas can you take a look? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One suggestion, then LGTM
@chenopis feel free to merge after it's updated
docs/admin/kubeadm.md
Outdated
@@ -389,6 +389,17 @@ configuration file. | |||
If `KUBE_KUBERNETES_DIR` is specified, you may need to rewrite the arguments of the kubelet. | |||
(e.g. --kubeconfig, --pod-manifest-path) | |||
|
|||
If `KUBE_REPO_PREFIX` is specified, you may need to set --pod-infra-container-image which is the pause image. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
suggest:
If `KUBE_REPO_PREFIX` is specified, you may need to set the kubelet flag `--pod-infra-container-image` which specifies which pause image to use.
Defaults to `gcr.io/google_containers/pause-${ARCH}:3.0` where `${ARCH}` can be one of `amd64`, `arm`, `arm64`, `ppc64le` or `s390x`
…hub.io into release-1.7 * 'master' of https://github.com/kubernetes/kubernetes.github.io: Fix log rotation description in the logging doc (#3918) Add colon to #3897 add prompt about KUBE_REPO_PREFIX (#3597) Warn against managing ReplicaSets owned by Deployments Update small typo in components page (#3930) change the service name to pod ip (#3926)
…hub.io into release-1.6 * 'master' of https://github.com/kubernetes/kubernetes.github.io: networking.md: Add reference to the Cilium network plugin Fix typo in cluster api docs [Kubeadm] bugfix in the index listing Fix log rotation description in the logging doc (#3918) Add colon to #3897 add prompt about KUBE_REPO_PREFIX (#3597) Warn against managing ReplicaSets owned by Deployments Update small typo in components page (#3930) change the service name to pod ip (#3926)
ref to kubernetes/kubeadm#257
This change is