-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Documentation/Manifests: Improve YMLs. #884
Conversation
Could you make this change to the other two manifest files in this repo too? |
Done. I did not change the legacy init containers in some manifests since it would make them hardly readable. |
@@ -93,7 +94,7 @@ spec: | |||
serviceAccountName: flannel | |||
initContainers: | |||
- name: install-cni | |||
image: registry.cn-hangzhou.aliyuncs.com/google-containers/flannel:v0.9.0 | |||
image: registry.cn-hangzhou.aliyuncs.com/google-containers/flannel:v0.9.1 |
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.
Does this image actually exist? I don't have permissions to push to this repo...
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.
I don't know. I thought you already did so. I'll revert this change.
@Gacko Looks good, but I'm not sure about bumping the aliyun image - it might be safer to just leave that at 0.9.0 |
I removed the commit changing the version of the image from the aliyun registry. |
No description provided.