Open divanodestiny opened 1 year ago
/retitle Unclear documentation for ValidatingAdmissionPolicy and contents of CEL context
/kind bug /language en /sig api-machinery /priority backlog /triage accepted
Should be fixed with https://github.com/kubernetes/website/issues/39089
/cc @jpbetz
This issue doesn't mention which page is referring to. I did some search and found this page, which contains the quoted paragraph: https://kubernetes.io/docs/reference/kubernetes-api/extend-resources/validating-admission-policy-v1alpha1/
Are these reference/api
pages auto-generated @sftim? If not, I can try to update it.
Have a look at https://kubernetes.io/docs/reference/kubernetes-api/extend-resources/validating-admission-policy-v1alpha1/#auto-generated-edit-notice - yes, that's auto generated.
See https://github.com/kubernetes-sigs/reference-docs/ for the code that does the generation. Improvements are welcome.
This still needs a fix, BTW.
This issue has not been updated in over 1 year, and should be re-triaged.
You can:
/triage accepted
(org members only)/close
For more details on the triage process, see https://www.kubernetes.dev/docs/guide/issue-triage/
/remove-triage accepted
The Kubernetes project currently lacks enough contributors to adequately respond to all issues.
This bot triages un-triaged issues according to the following rules:
lifecycle/stale
is appliedlifecycle/stale
was applied, lifecycle/rotten
is appliedlifecycle/rotten
was applied, the issue is closedYou can:
/remove-lifecycle stale
/close
Please send feedback to sig-contributor-experience at kubernetes/community.
/lifecycle stale
i wonder why it says that
i create a ValidatingAdmissionPolicy like
it can reject creating or updating deployments without label
test
. Sometadata.labels
is accessible.