pulumi / kubernetes-guides

Crosswalk Playbooks and Code for Teams to Manage Kubernetes in Production
https://pulumi.com/crosswalk/kubernetes
85 stars 26 forks source link

Update code to reflect networking/v1beta1 scheme #38

Closed cangussu closed 3 years ago

cangussu commented 3 years ago

The provider was updated: https://github.com/pulumi/pulumi-kubernetes/pull/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.