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

support for new override labels #527

Merged
merged 10 commits into from
Feb 28, 2023
Prev Previous commit
Next Next commit
add notes in the doc
  • Loading branch information
dani-santos-code committed Feb 24, 2023
commit 37523c16d958afd4ccb5e5f14b6e1dcb06dae269
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

> It is now a requirement for clusters to run Kubernetes >=1.19.

> override labels with unregistered `kubernetes.io` annotations will be deprecated. It'll soon be a requirement to use `kubeaudit.io` instead.
Refer to this [discussion](https://github.com/Shopify/kubeaudit/issues/457) for additional context.
dani-santos-code marked this conversation as resolved.
Show resolved Hide resolved

# kubeaudit :cloud: :lock: :muscle:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: v1
kind: Pod
metadata:
name: pod
namespace: apparmor-disabled-overriden
namespace: apparmor-disabled-overriden-old
annotations:
container.apparmor.security.beta.kubernetes.io/container: unconfined
labels:
Expand Down