mirror of
https://github.com/minio/docs.git
synced 2025-07-31 18:04:52 +03:00
Custom deployments are required to edit YAML manually (#1156)
Custom deployments are required to edit YAML manually to fulfill certain requirements or limitations such as those on resource requests. Fixes https://github.com/minio/operator/issues/1204 --------- Co-authored-by: Ravind Kumar <ravindk89@gmail.com>
This commit is contained in:
@ -27,6 +27,14 @@ The command initializes the MinIO Operator with the following default settings:
|
|||||||
different :kube-docs:`cluster domain
|
different :kube-docs:`cluster domain
|
||||||
<tasks/administer-cluster/dns-custom-nameservers/>` value.
|
<tasks/administer-cluster/dns-custom-nameservers/>` value.
|
||||||
|
|
||||||
|
|
||||||
|
The Operator deploys with certain default settings and resource requests.
|
||||||
|
To modify these settings, do the following:
|
||||||
|
|
||||||
|
1. Append the ``kubectl minio init -o > operator.yaml`` to save the YAML configuration to file
|
||||||
|
2. Modify settings as-needed to fit your deployment
|
||||||
|
3. Run ``kubectl apply -f operator.yaml`` to apply the customized Operator deployment.
|
||||||
|
|
||||||
.. important::
|
.. important::
|
||||||
|
|
||||||
Document all arguments used when initializing the MinIO Operator.
|
Document all arguments used when initializing the MinIO Operator.
|
||||||
|
Reference in New Issue
Block a user