weichuliu

Results 13 comments of weichuliu

Also, I searched the README but there is nowhere mentioning which environment does the examples support. It might be a good idea to tell macOS is not supported on README/`start.sh`....

Looks like Docker for Mac setup a virtual network to make everything work smoothly, and without it (e.g. people only use `docker-machine` and `docker` directly) the networking configuration is absent,...

@david-yu As you pointed out, I meant Consul clients running as daemonset. It's a typo. Yes, snapshot agent landed on master nodes. Part of our helm: ``` consul: client: enabled:...

The reason is that we set *client's* toleration with NoExecute/NoSchedule to make it running on all nodes. However, [this line](https://github.com/hashicorp/consul-helm/blob/master/templates/client-snapshot-agent-deployment.yaml#L33) makes snapAgent to use the same toleration. Since master node...

@lkysow Yeah I think your comment makes perfect sense. Looking forward to the fix

Awesome! Very happy to hear that and looking forward to the implementation.

By the way, this is introduced in `v0.8.19`, because `v0.8.18` works fine.

Are you doing shell eval or python eval?

I guess it's because Sublime is spawning too many threads to evaluate your snippets. Current setting IIRC is Sublime creating as many threads as your codeblock. On the other hand,...