na4ma4

Results 14 comments of na4ma4

With the [introduction](https://github.com/moby/moby/pull/43197) of `--default-network-opt mapmap` as an argument for the docker daemon, is it possible to add an option to specify custom arguments for the docker sidecar image ?...

I think there is three separate errors here but linked to a common issue, we're seeing the same thing with postgresql and provider-sql. I'm not sure why the secret is...

What about using [argparser](https://docs.python.org/3/library/argparse.html) for the flags and arguments ?

I've had a quick go but there's some bugs in the [archiver-debt](https://github.com/Owez/yark/tree/archiver-debt) branch that I'll wait to get settled. But basically the changes I was looking to make: - add...

And so I don't lose it, the help text for `view`. ``` yark view [name] [args?] Launches offline archive viewer website, optionally opening a webbrowser to view a specific archive....

I'll try and get a chance to look into it on the weekend, I'll try running the client and changing settings, seeing what causes errors.

It seems like `tsh kube login` doesn't pass on `--add-keys-to-agent` to the kube config. It seems logical that [kubeLoginCommand](https://github.com/gravitational/teleport/blob/be2a9535c7a04f66e1ed01f7e7c3480297e95e64/tool/tsh/kube.go#L1018) would check `cf.AddKeysToAgent` and pass it along to the kubeconfig update.

In my values file I specified (along with the init and runner container). ```yaml template: spec: containers: - name: dind image: docker:dind args: - dockerd - --host=unix:///var/run/docker.sock - --group=$(DOCKER_GROUP_GID) -...

I was going to update today, I saw that moby/moby#43197 has been merged (earlier this year/late last year) and that solves my issue by adding this argument `--default-network-opt=bridge=com.docker.network.driver.mtu=1400`. Now when...

would it make more sense then to go `org/repo/(checkout)repo` ? like: ``` org/repo/repo org/repo/repo1 org/repo/repo2 ```