From 3669b54fcf593e203891fb8481053415c334d348 Mon Sep 17 00:00:00 2001 From: Andrea Longo Date: Wed, 23 Aug 2023 12:01:19 -0600 Subject: [PATCH] Operator supports PSA restricted namespaces (#965) Add a mention in the Operator docs that MinIO supports the `restricted` policy for [Pod Security admission](https://kubernetes.io/docs/concepts/security/pod-security-admission/) Staged: http://192.241.195.202:9000/staging/DOCS-900-1/k8s/operations/installation.html#kubernetes-version-1-19-0 Partly addresses https://github.com/minio/docs/issues/900 --- source/includes/k8s/deploy-operator.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/includes/k8s/deploy-operator.rst b/source/includes/k8s/deploy-operator.rst index d6f5df62..761ccaa7 100644 --- a/source/includes/k8s/deploy-operator.rst +++ b/source/includes/k8s/deploy-operator.rst @@ -73,6 +73,11 @@ You *must* upgrade your Kubernetes infrastructure to 1.19.0 or later to use the Starting with v5.0.0, MinIO *recommends* Kubernetes 1.21.0 or later for both the infrastructure and the ``kubectl`` CLI tool. +.. versionadded:: Operator 5.0.6 + +For Kubernetes 1.25.0 and later, MinIO supports deploying in environments with the :kube-docs:`Pod Security admission (PSA) ` ``restricted`` policy enabled. + + ``kubectl`` Configuration ~~~~~~~~~~~~~~~~~~~~~~~~~