1
0
mirror of https://github.com/minio/docs.git synced 2025-07-24 10:22:32 +03:00

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
This commit is contained in:
Andrea Longo
2023-08-23 12:01:19 -06:00
committed by GitHub
parent 34cf55934a
commit 3669b54fcf

View File

@ -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) <concepts/security/pod-security-admission>` ``restricted`` policy enabled.
``kubectl`` Configuration
~~~~~~~~~~~~~~~~~~~~~~~~~