Julio H Morimoto

Results 17 comments of Julio H Morimoto

Same issue here. Running click at the master node, using the default `/root/.kube/config` created when Kubernetes was installed by Kubespray. ```bash [none] [none] [none] > context admin-cluster.local [admin-cluster.local] [none] [none]...

Heads up for build dependencies, since the provided `./configure` does not list them as missing. ``` apt-get install texi2html texinfo ```

I believe this has been addressed by https://github.com/gopaddle-io/configurator/pull/41.

Hey guys. Dropping by after I saw my username mentioned here :smile: Here are the main difficulties I found trying to get warsaw running inside a container: 1) Warsaw will...

That would be great, @jsalatiel. Let us know if you get this to work. Podman is not widely available as docker, but it's a start.

That is excellent! Works like a charm. Works with podman and docker. But it still needs the usual `sudo`. I tried both rootless docker and rootless podman. In rootless mode,...

Oi @rcassaniga! O warsaw realmente é um mistério. Das poucas coisas que sei a respeito é que ele é escrito em C++ e está cheio de validações internas para tentar...

`KUBELESS_CONFIG` holds the name of the ConfigMap for Kubeless controller configuration. ```bash $ kubectl get cm -n kubeless NAME DATA AGE kubeless-config 10 3d23h ``` The default is `kubeless-config`, but...

Have been watching this issue for sometime now, and initially I had upvoted. At the time, with little experience on containers. I just now retracted my upvote to agree with...

Just fired up our first kube-lego container and immediately stumbled into this issue. Because it lacked permissions to create secrets in its current namespace, it failed to install the new...