You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already)
Issue details
I received an email from Google to point out we're using some deprecated features, which won't be supported by Kubernetes 1.22. So I'm trying to migrate our Ingress controller from networking.k8s.io/v1beta1 to networking.k8s.io/v1.
While applying the new config for the first time, I get an error. Applying it a second time works.
Expected: pulumi up completes successfully
Actual:
error: 1 error occurred:
* the Kubernetes API server reported that "default/seatsio-core-v2-staging-na-ingress-e3a28qp7" failed to fully initialize or become live: Ingress.extensions "seatsio-core-v2-staging-na-ingress-e3a28qp7" is invalid: spec: Invalid value: []networking.IngressRule(nil): either `backend` or `rules` must be specified
Running pulumi up a second time, with the same code, works.
Am I doing something wrong?
The text was updated successfully, but these errors were encountered:
mroloux
changed the title
Error when switching Ingress from networking.k8s.io/v1beta1 to networking.k8s.io/v1
Error when switching Ingress from v1beta1 to v1
Sep 29, 2021
Understood. I've got a potential fix in mind, but will need to do some testing to make sure it doesn't have unintended consequences. I'm hopeful that we can get this fixed in the next couple weeks if you can hold off until then.
Hello!
Issue details
I received an email from Google to point out we're using some deprecated features, which won't be supported by Kubernetes 1.22. So I'm trying to migrate our Ingress controller from
networking.k8s.io/v1beta1
tonetworking.k8s.io/v1
.While applying the new config for the first time, I get an error. Applying it a second time works.
Steps to reproduce
pulumi up
Expected:
pulumi up
completes successfullyActual:
Running
pulumi up
a second time, with the same code, works.Am I doing something wrong?
The text was updated successfully, but these errors were encountered: