nebari icon indicating copy to clipboard operation
nebari copied to clipboard

Does the GCP kubernetes API upgrade affect us?

Open iameskild opened this issue 2 years ago • 4 comments

The GCP console has a warning message that we might need to investigate further:

This cluster will not be scheduled for an automatic upgrade to v1.22, the next minor version, because API clients in your cluster have used APIs in the last 30 days that are removed in this version. Once the cluster reaches end of life on v1.21, it could then be automatically upgraded to v1.22, but upgrading the cluster before it’s migrated to updated APIs could cause it to break.

Potentially affected resources:

  • /apis/networking.k8s.io/v1beta1/ingressclasses
  • /apis/extensions/v1beta1/ingresses
  • /apis/apiextensions.k8s.io/v1beta1/customresourcedefinitions

iameskild avatar Aug 23 '22 04:08 iameskild

Yes, this will probably affect us in the future. I guess that our helm chart for traefik/ingress is outdated. The deprecation is due to this

viniciusdc avatar Aug 23 '22 13:08 viniciusdc

Hi There,

we are facing issue with traefik calling the v1beta1/ingresses which is removed in 1.22. do we have any plan to update the helm chart for this or any workaround

amjad489 avatar Oct 10 '22 10:10 amjad489

Hey @amjad489, thanks for the feedback! I have not yet run into this, could you please share your qhub-config.yaml file and any logs that you've captured?

iameskild avatar Oct 11 '22 05:10 iameskild

@amjad489 I believe I'm experiencing the same issue you are. See this issue #1488 for more details and this PR #1489 for a possible resolution :)

iameskild avatar Oct 11 '22 23:10 iameskild

Closing as this was fixed in #1489

trallard avatar Jan 12 '23 18:01 trallard