You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/mcs.md
+14-1Lines changed: 14 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ MCS Configuration is a part of MinIOInstance yaml file. Check the sample file [a
21
21
|-----------------------|-------------|
22
22
| spec.mcs | Defines the mcs configuration. mcs is a graphical user interface for MinIO. Refer [this](https://github.com/minio/mcs)|
23
23
| spec.mcs.image | Defines the mcs image |
24
-
| spec.mcs.mcsAccessKey|Specify the access key to be used by mcs|
24
+
| spec.mcs.replicas|Number of MCS pods to be created.|
25
25
| spec.mcs.mcsSecret | Use this secret to assign mcs credentials to MinIOInstance. |
26
26
| spec.mcs.selector | Add a selector for the mcs. Which will be used by the mcs container for grouping. (Note: Should not match the labels provided in `spec.selector`) |
27
27
| spec.mcs.metadata | This allows a way to map metadata to the mcs container. Internally `metadata` is a struct type as [explained here](https://godoc.org/k8s.io/apimachinery/pkg/apis/meta/v1#ObjectMeta). [Note: Should match the labels in `spec.mcs.selector`]|
@@ -39,3 +39,16 @@ Alternatively, you can deploy the example like this
Copy file name to clipboardExpand all lines: docs/operator-fields.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ If the MirrorInstance is named as `mirrorinstance`, resources and their names as
45
45
| spec.securityContext | Define a security context for the MinIOInstance pod. Refer [this document](https://kubernetes.io/docs/tasks/configure-pod-container/security-context/) for details. |
46
46
| spec.mcs | Defines the mcs configuration. mcs is a graphical user interface for MinIO. Refer [this](https://github.com/minio/mcs)|
47
47
| spec.mcs.image | Defines the mcs image. |
48
-
| spec.mcs.mcsAccessKey|Specify the access key to be used by mcs|
48
+
| spec.mcs.replicas|Number of MCS pods to be created.|
49
49
| spec.mcs.mcsSecret | Use this secret to assign mcs credentials to MinIOInstance. |
50
50
| spec.mcs.selector | Add a selector for the mcs. Which will be used by the mcs container for grouping. (Note: Should not match the labels provided in `spec.selector`) |
51
51
| spec.mcs.metadata | This allows a way to map metadata to the mcs container. Internally `metadata` is a struct type as [explained here](https://godoc.org/k8s.io/apimachinery/pkg/apis/meta/v1#ObjectMeta). [Note: Should match the labels in `spec.mcs.selector`]|
0 commit comments