openebs/monitoring

Deprecation Warning in k8s 1.21

Closed this issue · 2 comments

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

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

Closing based on the above comment.