-
Notifications
You must be signed in to change notification settings - Fork 241
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
feat: New yaml file for updated CNI and CNS version #2772
Conversation
Are the other manifests in this directory still in use? Is this strictly a version bump? Can we just write a kustomize template and let the consumer set these versions instead of hosting a manifest copy for every release? |
Yes the others are still in use. Two of them are the ones we communicated to OpenAI to use, but our tests no longer work with them, so we created two other ones with updated CNI version for two different tests. |
04cb495
/azp run Azure Container Networking PR |
Azure Pipelines successfully started running 1 pipeline(s). |
yeah I think this makes sense. Otherwise we keep creating new files just to bump up versions. These files are purely consumer by our e2e pipeline and nobody else should be using them. |
I'm going to merge this PR first to unblock our E2E test. Having a customizable way to input the version is useful and can be done next time we need an update. |
Reason for Change:
Need an update to CNI version to resolve issue with newer kernels
Issue Fixed:
Requirements:
Notes: