Thomas Rampelberg
Thomas Rampelberg
@timfallmk any good ideas on what we could provide here? #116 is a good first step but there's definitely issues where there could be an error (maybe the remote directory...
Hmm, the underlying implementations would allow it. There must be a disconnect somewhere in the stack. Take a look at the syncthing REST client and trace it back up the...
Is there a RBAC mismatch maybe? What version of k8s are you running?
@eroldan the remote container *shouldn't* restart on remote changes by default. Is that happening right now?
Nope, I was wrong. https://github.com/vapor-ware/ksync/blob/master/pkg/ksync/folder.go#L249 Looks like we'll need a new flag maybe? I'm not sure what the correct default behavior should be. I guess since we have `--local-read-only` we...
I think we need to get a little more clear on what the reload functionality should actually do. - Reload all the time - this covers instances where you are...
No, #185 reloads syncthing and not the actual container remotely.
Here's the code that does it: https://github.com/vapor-ware/ksync/blob/master/pkg/ksync/folder.go#L190 There's a time limit on there and it only reloads for local -> remote files, not remote -> local. It'd be easy to...
This is a cool idea! You wouldn't even need an operator to do it. Just add an APIService and RBAC on top of that to manage access to `radar` and...
Yup! Ksync would be 100% client only. I've been wanting to do the restructuring, just not had the time.