Webhook should update K8s service info for various callback configurations
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 276
- Forks
- 344
- Avg merge
- 1d 1h
- Merged PRs (30d)
- 1
Description
Expected Behavior
Context: https://github.com/knative/serving/pull/6566#discussion_r374769140
Currently the webhook only updates the CA cert bundle & the webhook path. But it's aware of the fronting service.
Actual Behavior
The webhook should update the K8s service config for Mutating/ValidatingWebhookConfigurations & CRD conversion webhook config
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the webhook behavior described in the linked Knative Serving discussion, then trace where the CA cert bundle and webhook path are currently updated. Inspect handling for MutatingWebhookConfigurations, ValidatingWebhookConfigurations, and CRD conversion webhook configuration; done means their Kubernetes service information is updated for the supported callback configurations.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go, kubernetes
- Domain
- api, backend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100