1
0
mirror of https://github.com/minio/docs.git synced 2025-07-24 10:22:32 +03:00
Files
docs/source
Allan Roger Reid 9381b113f5 Tweak helm deployment strategy (#1073)
Important @ravindk89 : the installation of the tenant will end up with
CrashLooping pods unless a Standard storageclass is previously installed
- similar to the following. Please document this where best you see fit.
```
cat <<EOF | kubectl apply -f -
apiVersion: storage.k8s.io/v1
kind: StorageClass
metadata:
  name: standard
provisioner: rancher.io/local-path
reclaimPolicy: Delete
volumeBindingMode: WaitForFirstConsumer
EOF
2023-11-17 10:58:43 -05:00
..
2020-09-30 18:37:33 -04:00
2023-08-17 09:01:46 -05:00