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

Fix Webhook failures in k8s 1.22+ #215

Closed
wants to merge 1 commit into from

Conversation

Samze
Copy link
Contributor

@Samze Samze commented Feb 11, 2022

What this PR does / why we need it

Kubernetes 1.22 added a new subresource field kubernetes/kubernetes#100970. The knative pkg which is used the webhook had an issue that was resolved here knative/serving#11448.

This change bumps the knative pkg dependency which includes the fix but keeps it pinned on the 0.22 release branch.

In addition it adds 1.22.6 to the k8s testing matrix in Github actions.

fixes #214

Describe testing done for PR

  1. Created k8s 1.22/1.23 on Kind
  2. ko apply -f config/ with this change.
  3. k apply -f samples/spring-pet-clinic
  4. Verified the binding is successful.

Note

This bumps the knative pkg only two commits https://github.com/knative/pkg/commits/release-0.22 so should be a relatively low risk change.

Kubernetes 1.22 added a new subresource field kubernetes/kubernetes#100970. The knative pkg which is used the webhook had an issue that was resolved here knative/serving#11448.

This change bumps the knative pkg dependency which includes the fix but keeps it pinned on the 0.22 release branch.

In addition it adds 1.22.6 to the k8s testing matrix in Github actions.

fixes vmware-tanzu#214
@vmwclabot
Copy link

@Samze, you must sign our contributor license agreement before your changes are merged. Click here to sign the agreement. If you are a VMware employee, read this for further instruction.

@Samze Samze closed this Feb 11, 2022
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.

ServiceBinding reconciliation fails on kubernetes v1.22+
2 participants