Shashank Veerapaneni
Shashank Veerapaneni
You can do it already using the `local_dir` field under `charts` section. https://github.com/shashankv02/helm-image-mirror/blob/v2.1.0/sample-config.yaml#L53
> Additionally, I am not sure how to provide both redis master and sentinel passwords if they differ (using the same at the moment) The password in broker url is...
@caseydavenport There is only one CNI. ``` # /etc/cni/net.d# ls -lrt total 8 -rw------- 1 root root 2623 Nov 30 02:52 calico-kubeconfig -rw-r--r-- 1 root root 533 Nov 30 02:52...
Been trying to recreate this by removing and adding nodes with a script. Reproduced the same issue i.e., cannot access the docker-registry-proxy pod at hostPort 5000 on new node but...
@caseydavenport Yeah, the symptom is similar i.e., not able to connect to a daemonset created pod on a newly joined node but the underlying cause seems to be different.