m3db-operator
m3db-operator copied to clipboard
Kubernetes operator for M3DB
It would be really useful if operator would be able to initiate rolling restart for stateful set when update annotation is set even when there are no changes in cluster...
install.sh: ``` #!/bin/bash CWD=$(cd $(dirname $0)/; pwd) cd $CWD/.. systemctl stop m3dbnode mkdir -p /opt/data/{m3db,m3kv} mkdir -p /opt/m3db/{bin,etc} cp -af ./bin/* /opt/m3db/bin/ cp -af ./etc/*.yml /opt/m3db/etc/ sysctl -w vm.max_map_count=3000000 sysctl...
Thanks for opening an issue for the M3DB Operator! We'd love to help you, but we need the following information included with any issue: * What version of the operator...
The documentation should explain how to use the `-namespace` flag, and when to use it. * What version of the operator are you running? 0.6.0 * What version of Kubernetes...
The idea here is to deploy m3db onto minikube, feed it with the cluster metrics and monitor it using Grafana. This is done in order to have a quick playground...
I have an m3db cluster with 3 statefulsets(3 isolationGroups) and 3 nodes each. The podIdentifySource is PodUID because local disk way faster in our case. * What version of the...
Thanks for opening an issue for the M3DB Operator! We'd love to help you, but we need the following information included with any issue: * What version of the operator...
It's unused.
Fix for https://github.com/m3db/m3db-operator/issues/341
Thanks for opening an issue for the M3DB Operator! We'd love to help you, but we need the following information included with any issue: * What version of the operator...