-
Notifications
You must be signed in to change notification settings - Fork 30
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: Support VCN Native CNI/Native Pod Networking changes #399
base: main
Are you sure you want to change the base?
Conversation
…ges from open source
…luster-api-provider-oci into vcn-native-changes
Unittest output: |
e2e tests
|
cloud/util/util.go
Outdated
npnVersion = "oci.oraclecloud.com/v1beta1" | ||
npnKind = "NativePodNetwork" | ||
apiExtensionVersion = "apiextensions.k8s.io/v1" | ||
npnCrdName = "nativepodnetworks.oci.oraclecloud.com" |
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.
Are these needed here now?
Unittests after the latest commit make test |
Feat: Support VCN Native CNI/Native Pod Networking changes
What this PR does / why we need it:
This includes new fields to support vcn native cni using native pod networking. Fields are introduced at the machine and machinetemplate level to include the cniType param. OKE on PCA needs this feature and could be supported when NPN is open as well.
Which issue(s) this PR fixes (optional, in fixes #(, fixes #<issue_number>, ...) format, will close the issue(s) when PR gets merged):
Fixes #357