-
Notifications
You must be signed in to change notification settings - Fork 447
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
Adding OCI Cloud Controller Manager integration #21
base: main
Are you sure you want to change the base?
Adding OCI Cloud Controller Manager integration #21
Conversation
@@ -8,6 +8,27 @@ locals { | |||
compartment_id = oci_identity_compartment._.id | |||
} | |||
|
|||
# Dynamic groups must be created with a tenancy comportament id |
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.
Dynamic groups and identity_policy should be created in the home region.
https://docs.oracle.com/en-us/iaas/Content/Identity/Tasks/managingregions.htm#The
Hi! Sorry that it took me so long to review this 😅 This is neat, but I have two questions:
What do you think? |
Hi!
Today, Oracle CCM team released version 0.13.0 with ARM support, so now, it works with Ampere instances.
Important to remember that the maximum supported version of Kubernetes is 1.21
This is my little contribution to integrating this CCM with the project.