-
Notifications
You must be signed in to change notification settings - Fork 40
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
Add support for Google Cloud #938
Conversation
Conductor tests will fail (due to CRD change), since we are testing against a released version of the operator and not the version in this branch that supports the CRD change. |
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.
Awesome! Just one question about the netpol
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.
Nick and I discussed to be careful about compatibility with existing resources, since the CRD is being updated.
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.
In a peer programming session, we are determining how to roll this out
Adding GCP configuration support in the operator
Backup
configuration options to support GKE Workload Identity Auth or passing in GCP credentials.NetworkPolicy
to allow for DNS lookups in GCP. Keeps compatibility with AWS.fixes: CLOUD-1217