-
Notifications
You must be signed in to change notification settings - Fork 83
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
update version of CNI plugins #3733
Conversation
weizhoublue
commented
Jul 19, 2024
- automatically update plugins version
- change image tag to commit hash
- add sriov cni
- update version
Signed-off-by: [email protected] <[email protected]>
Signed-off-by: [email protected] <[email protected]>
Signed-off-by: [email protected] <[email protected]>
Signed-off-by: [email protected] <[email protected]>
Signed-off-by: [email protected] <[email protected]>
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.
所以这个流程大概是 每天都会跑?只要有版本更新就提个 PR 构建镜像?镜像tag 如何变更?
@@ -91,6 +91,8 @@ spec: | |||
value: {{ .Values.plugins.installOvsCNI | quote }} | |||
- name: INSTALL_RDMA_PLUGIN | |||
value: {{ .Values.plugins.installRdmaCNI | quote }} | |||
- name: INSTALL_SRIOV_PLUGIN | |||
value: {{ .Values.plugins.installSriovCNI | quote }} |
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.
sriov-cni 也注册进去了? 目前它是通过 sriov-operator 安装的
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.
那边 被我砍了,少了个镜像
像 spdierpool 的 base 镜像一样,跟着 dockerfile 的 commit hash 走,可追踪 只要 pr 批入,就会有 新 cni 镜像, chart 那边手动 更新 |
Signed-off-by: [email protected] <[email protected]>
Signed-off-by: [email protected] <[email protected]>
Signed-off-by: [email protected] <[email protected]>
Signed-off-by: [email protected] <[email protected]>
Signed-off-by: [email protected] <[email protected]>
Signed-off-by: [email protected] <[email protected]>
Signed-off-by: [email protected] <[email protected]>
Signed-off-by: [email protected] <[email protected]>
the failed CI is about kubevirt, not relevant to this PR |