-
Notifications
You must be signed in to change notification settings - Fork 14
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
Make cilium cni.exclusive configurable #838
Conversation
274c334
to
5c9e6a3
Compare
5c9e6a3
to
5581161
Compare
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.
Great stuff, added some questions/comments.
We'll add an annotation, making the cilium "cni.exclusive" setting configurable. This will allow using additional CNIs such as Multus.
* use "cni.exclusive=false" by default * only check if the annotation is set, do not expect an actual boolean value * s/AnnotationCniExclusive/AnnotationCNIExclusive
d85c328
to
7449524
Compare
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.
LGTM after CI is green
We need to merge the other PR first and then bump the requirement. |
Some docs are generated based on the k8s-snap-api docstrings. We've just bumped the k8s-snap-api version and the docs are out of sync because of a spelling fix. To fix the docs CI job, we need to apply this fix here as well. In the future, we may want to remove automatically generated docs from the Github repo.
We'll add an annotation, making the cilium "cni.exclusive" setting configurable. This will allow using additional CNIs such as Multus.
Requires: canonical/k8s-snap-api#20
Fixes: #796