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

Always spin up KinD cluster for pulumi-kubernetes-* providers in test step #1235

Merged
merged 3 commits into from
Dec 17, 2024

Conversation

rquitales
Copy link
Member

@rquitales rquitales commented Dec 17, 2024

We need to create the KinD cluster in all workflows that run tests, not just the run-acceptance workflow. For the pulumi-kubernetes provider, we don't need to create a KinD cluster as we create a GKE cluster for testing instead.

Closes: pulumi/pulumi-kubernetes-cert-manager#254

@rquitales rquitales requested review from rshade and blampe December 17, 2024 22:31
@rquitales rquitales self-assigned this Dec 17, 2024
Copy link
Contributor

@blampe blampe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reasonable to unbreak things.

Just so you're aware, we actually just consolidated the test workflow for bridged providers in #1214, which is nice because it prevents bugs like this.

In the future I'll be looking into moving this setup out of CI and into the tests.

@rquitales rquitales added this pull request to the merge queue Dec 17, 2024
Merged via the queue into master with commit 1243b9e Dec 17, 2024
9 checks passed
@rquitales rquitales deleted the rquitales/fix-kind-cluster-creation branch December 17, 2024 22:40
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.

Workflow failure: build
2 participants