Skip to content
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

Merged
merged 22 commits into from
Sep 12, 2024
Merged

Add support for Google Cloud #938

merged 22 commits into from
Sep 12, 2024

Conversation

nhudson
Copy link
Collaborator

@nhudson nhudson commented Sep 4, 2024

Adding GCP configuration support in the operator

  • Updating tests to use kind v1.29 (1.28 in AWS, 1.29 in GCP)
  • Update tests to use the same version of Traefik we do in AWS/GCP
  • Add Backup configuration options to support GKE Workload Identity Auth or passing in GCP credentials.
  • Appended new NetworkPolicy to allow for DNS lookups in GCP. Keeps compatibility with AWS.

fixes: CLOUD-1217

@nhudson nhudson self-assigned this Sep 4, 2024
@nhudson nhudson changed the title attempt to add support for Google Cloud, update k8s crates Add support for Google Cloud Sep 9, 2024
@nhudson
Copy link
Collaborator Author

nhudson commented Sep 9, 2024

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.

@nhudson nhudson marked this pull request as ready for review September 9, 2024 14:33
Copy link
Contributor

@ianstanton ianstanton left a 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

tembo-operator/src/network_policies.rs Outdated Show resolved Hide resolved
Copy link
Contributor

@sjmiller609 sjmiller609 left a 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.

Copy link
Contributor

@sjmiller609 sjmiller609 left a 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

tembo-operator/src/apis/coredb_types.rs Outdated Show resolved Hide resolved
tembo-operator/src/apis/coredb_types.rs Outdated Show resolved Hide resolved
@nhudson nhudson merged commit e5635ee into main Sep 12, 2024
19 checks passed
@nhudson nhudson deleted the nhudson/CLOUD-1217 branch September 12, 2024 16:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants