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

Update code to reflect networking/v1beta1 scheme #38

Merged
merged 1 commit into from
Jul 21, 2021

Conversation

cangussu
Copy link
Contributor

The provider was updated: pulumi/pulumi-kubernetes#1221

Using the previous Ingress scheme caused an error, as the await logic is expecting extensions/v1beta1/Ingress and it was not able to find the endpoint associated with the service name.

The provider was updated:
https://github.com/pulumi/pulumi-kubernetes/pull/1221/files

Using the previous Ingress scheme caused an error, as the await logic
is expecting extensions/v1beta1/Ingress and it was not able to find
the endpoint associated with the service name.
Copy link
Member

@lblackstone lblackstone left a comment

Choose a reason for hiding this comment

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

LGTM - thanks for the PR!

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.

None yet

2 participants