Lin Sun

Results 168 comments of Lin Sun

The scenario I have was very simple, I deployed a swarm worker group using the terraform instance plugin (for SL), e.g. build/infrakit group watch {path}/group.json then I did build/infrakit group...

@wfarner sorry for the delay, i tried to recreate this today, here are the steps: 1. launch the following plugins: ``` shell # linsun at linsun in ~/go/src/github.com/docker/infrakit on git:master...

@wfarner @chungers As part of the group destroy successful, can we also perform the unwatch the group action? I don't believe terraform keep apply-ing every second if I issue unwatch...

@chungers I noticed this behavior when I do group unwatch cmd too... once I issue group watch, I saw terraform apply continuously in the terraform instance plugin... but once I...

Curious if this is supplied in a third file like .tfvar file or env vars.... I don't see the terraform instance plugin code takes the -var-file as the param.

Thank you @anonymuse! Ah, I didn't realize that key_name is the only thing needed for applying terraform AWS plan. yes, i am curious on the ssh key too, i would...

+1, would be nice to have a mode to disable iptables. This is the biggest puzzle for me when following the merbridge blog, since there is no modification to Istio....

> > I am not sure we have an issue for waypoints, or its at least no worse than sidecars? At least from my initial thinking > > I agree,...

This is an important point - this means we can't hold app starting for anything related to waypoint. > The difference is waypoints do not need to be on the...

Is this issue still unresolved after https://github.com/istio/istio/issues/48212, @howardjohn @bleggett ?