Skip to content
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

Merged
merged 2 commits into from
May 31, 2017
Merged

Conversation

xilabao
Copy link
Contributor

@xilabao xilabao commented May 2, 2017

ref to kubernetes/kubeadm#257


This change is Reviewable

@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label May 2, 2017
Copy link
Contributor

@chenopis chenopis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor formatting issue.

@@ -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
Copy link
Contributor

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

@chenopis chenopis self-assigned this May 2, 2017
@chenopis chenopis requested a review from jbeda May 2, 2017 18:54
@chenopis
Copy link
Contributor

chenopis commented May 2, 2017

@xilabao We just fixed a Travis issue, so if you update the branch, the Travis CI check should now work. Thx

@xilabao xilabao force-pushed the patch-15 branch 3 times, most recently from 29b95a5 to eb10c86 Compare May 3, 2017 00:44
@xilabao
Copy link
Contributor Author

xilabao commented May 3, 2017

Done. PTAL

@xilabao xilabao force-pushed the patch-15 branch 2 times, most recently from 7c918a9 to 1506815 Compare May 5, 2017 01:51
@xilabao
Copy link
Contributor Author

xilabao commented May 5, 2017

rebased.

@chenopis chenopis requested review from mikedanese and removed request for jbeda May 8, 2017 17:39
@xilabao
Copy link
Contributor Author

xilabao commented May 23, 2017

ping @chenopis

@chenopis chenopis requested review from luxas and removed request for mikedanese May 24, 2017 05:22
@chenopis
Copy link
Contributor

I just need a quick tech review on this. @luxas can you take a look?

Copy link
Member

@luxas luxas left a 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

@@ -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.
Copy link
Member

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`

@xilabao
Copy link
Contributor Author

xilabao commented May 31, 2017

done. @luxas @chenopis PTAL

@chenopis chenopis merged commit 75303cf into kubernetes:master May 31, 2017
chenopis added a commit that referenced this pull request May 31, 2017
…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)
chenopis added a commit that referenced this pull request May 31, 2017
…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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cncf-cla: yes Indicates the PR's author has signed the CNCF CLA.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants