jenkins-x / jx

Jenkins X provides automated CI+CD for Kubernetes with Preview Environments on Pull Requests using Cloud Native pipelines from Tekton
https://jenkins-x.io/
Apache License 2.0
4.57k stars 787 forks source link

Kubernetes 1.22 related: jxboot-helmfile-resources has `networking.k8s.io/v1beta1` reference #8300

Closed haysclark closed 9 months ago

haysclark commented 2 years ago

I'm running the jx 3.3.2 and I noticed this message in my GKE console today (see Screenshot). image

I rebuilt my cluster on the 9th and the issue has not happened again, so it's definitely jx-boot related... specifically jxboot-helmfile-resources.

I did a search for networking.k8s.io/v1beta1 in my cluster repo and I noticed the following line in config-root/namespaces/jx/jxboot-helmfile-resources/kapp-config-cm.yaml. (source appears to be jenkins-x-charts/jxboot-helmfile-resources)

- apiVersionKindMatcher: {kind: Ingress, apiVersion: [networking.k8s.io/v1beta1](http://networking.k8s.io/v1beta1)}
msvticket commented 9 months ago

Fixed