Open BBBmau opened 1 year ago
Since this would be the schema for the ValidatingAdmissionPolicy
resource
The provider typically does not implement resources where there is a feature gate that defaults to false. This is because cloud provisioned clusters generally do not have the option to set feature gates to true. Unfortunately the feature gate ValidatingAdmissionPolicy
defaults to false
as of v1.28, see docs.
@appilon according to the doc that you've sharedValidatingAdmissionPolicy
defaults to true
nowadays (starting from k8s 1.30 is in GA)
@appilon according to the doc that you've shared
ValidatingAdmissionPolicy
defaults totrue
nowadays (starting from k8s 1.30 is in GA)
Thanks for the update! Marking this as good first issue
/ help wanted
@skraga you're welcome to open a PR if interested. Refer to CONTRIBUTING.md
interested in this one @aayushsss1? @JaylonmcShan03 can review once the PR is open.
Hey @BBBmau thanks, I can take this up!
marked as blocked and moved to v3.0.0
since this requires a k8s version bump which will be addressed in the next major version release of the provider.
Description
https://kubernetes.io/blog/2023/08/15/kubernetes-v1-28-release/#validatingadmissionpolicies-graduate-to-beta https://kubernetes.io/docs/reference/access-authn-authz/validating-admission-policy/
with
ValidatingAdmissionPolicy
being moved to the beta state inv1.28.0
we should consider whether this resource should be a high priority or wait until it has reached the stable state.YAML configuration
References
Community Note