This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ kubectl -n operators logs -f strimzi-user-operator-5ffd465cc5-6hwz5 | |
| + shift | |
| + . /opt/strimzi/bin/dynamic_resources.sh | |
| ++ get_heap_size | |
| +++ cat /sys/fs/cgroup/memory/memory.limit_in_bytes | |
| ++ CONTAINER_MEMORY_IN_BYTES=268435456 | |
| ++ DEFAULT_MEMORY_CEILING=32505856 | |
| ++ '[' 268435456 -lt 32505856 ']' | |
| + MAX_HEAP= | |
| + '[' -n '' ']' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ kubectl -n openshift-operators logs strimzi-operator-77cf59975d-clgsl | |
| + shift | |
| + . /opt/strimzi/bin/dynamic_resources.sh | |
| ++ get_heap_size | |
| +++ cat /sys/fs/cgroup/memory/memory.limit_in_bytes | |
| ++ CONTAINER_MEMORY_IN_BYTES=268435456 | |
| ++ DEFAULT_MEMORY_CEILING=32505856 | |
| ++ '[' 268435456 -lt 32505856 ']' | |
| + MAX_HEAP= | |
| + '[' -n '' ']' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| apiVersion: operators.coreos.com/v1alpha1 | |
| kind: ClusterServiceVersion | |
| metadata: | |
| name: minio-operator.v1.0.3 | |
| namespace: placeholder | |
| annotations: | |
| categories: 'Storage, Big Data, AI/Machine Learning' | |
| certified: 'false' | |
| description: ' MinIO Operator allows creating distributed MinIO Clusters and manage their lifecycle' | |
| containerImage: 'minio/k8s-operator:1.0.3' |