openebs / monitoring

OpenEBS Monitoring add-on. A set of Grafana, Prometheus, and alert manager plugins.
Apache License 2.0
28 stars 20 forks source link

Deprecation Warning in k8s 1.21 #40

Open dyasny opened 3 years ago

dyasny commented 3 years ago

On a fresh 1.21.2 deployment I am getting the following:

W0714 11:03:34.634539 1922149 warnings.go:70] policy/v1beta1 PodSecurityPolicy is deprecated in v1.21+, unavailable in v1.25+

Versions: helm version.BuildInfo{Version:"v3.6.0", GitCommit:"7f2df6467771a75f5646b7f12afb408590ed1755", GitTreeState:"clean", GoVersion:"go1.16.3"} kubernetes: v1.21.2

datacore-vvarakantham commented 8 months ago

@dyasny The PR includes the changes to disable the PSP and resolves the issue, has been merged.