muicoder
muicoder
Improved loading TLS certificates in the ENV mode on the probe (tested).
> is there a reason, why this was closed? > > does any other patch get the exporter in combination with sentinal working? **Change probeCommand to append mode** Repush later...
> any update? updated
Use script to get MasterIP method ```shell if [ -s "$REDIS_TLS_CA_KEY" ]; then readonly REDIS_CLI="redis-cli --tls --cacert $REDIS_TLS_CA_KEY" else readonly REDIS_CLI="redis-cli" fi readonly REPLSVC="${REPLICATION:-repl}" until $REDIS_CLI -h "$MASTER_HOST" -p "$MASTER_PORT"...
### After the master-slave switchover, the env(IP) address change triggers the pod to restart.
> I noticed that it has been a long time since it was last updated, but I think this change is very important. I would like to raise another PR...
This can also add all registry of dockerproxy.com to accelerate the image pulls of other registries. ```text https://dockerproxy.com https://gcr.dockerproxy.com https://ghcr.dockerproxy.com https://k8s.dockerproxy.com https://mcr.dockerproxy.com https://quay.dockerproxy.com ```