From 422e3583ad58c5c3c56c0b7adbb88783c0c4ea8a Mon Sep 17 00:00:00 2001 From: YiscahLevySilas1 Date: Tue, 7 May 2024 14:53:02 +0300 Subject: [PATCH] update readme --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 357b2d8..b0c01ed 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,7 @@ This is a library of policies based on [Kubescape controls](https://hub.armosec. ## Using the library *Note: Kubernetes Validating Admission Policy feature _is _still in _its_ early phase_. -It has been released as an betav1 feature in Kubernetes 1.28, -and you need to enable its feature gate to be able to use it. Therefore it is not yet production ready. Look [here](docs/validating-admission-policies/README.md) for _how to _set up_ a playground_.* +It has been released as an betav1 feature in Kubernetes 1.28, and is stable from kubernetes 1.30. Therefore if you are not using kubernetes version 1.30+ you need to enable its feature gate to be able to use it. Look [here](docs/validating-admission-policies/README.md) for _how to _set up_ a playground_.* Install latest the release of the library: @@ -34,6 +33,9 @@ spec: policyName: kubescape-c-0016-allow-privilege-escalation paramRef: name: basic-control-configuration + parameterNotFoundAction: Deny + validationActions: + - Deny matchResources: namespaceSelector: matchLabels: