Marco Capuccini

Results 23 issues of Marco Capuccini

We should avoid wildcards in https://github.com/kubenow/KubeNow/blob/1ad79120ff2e6018cb7c8d8d60dced7d8b2a1fa4/bin/kn-init#L12 Let's try to remove it later on, as the plugin system improves.

enhancement

According to https://github.com/kubernetes/kubeadm/issues/202 node configuration is now possible within kubeadm, we might look into it, so we can simplify node bootstrap.

As per discussion in Trygve2 meeting, it could be a good idea to add support for VPN gateway in KubeNow. It should be relatively easy, as cloud providers and Terraform...

enhancement

It would be very nice to have dnsutils installed in the mesosphere/spark container. This would make possible to do service discovery using mesos-dns or consul. This would enable the users...

As it is now the proxy returns the Spark master homepage for unrecognized path. E.g.: `localhost:9999/yadayada` returns the Spark master home page. Why not to return 404 in that case?...

This fixes wget downloading problem in CI ( #153)

Hello! This fixes https://github.com/docker/libkv/issues/151. This line https://github.com/docker/libkv/blob/master/store/consul/consul.go#L77 overwrites the setting that I am trying to pass via the environment variable `CONSUL_HTTP_SSL` to the hashicorp API. This makes impossible to connect...

CI fails when downloading consul: https://travis-ci.org/docker/libkv/builds/210916019#L218, using curl instead of wget should fix this.

Hello! This line https://github.com/docker/libkv/blob/master/store/consul/consul.go#L77 overwrites the setting that I am trying to pass via the environment variable `CONSUL_HTTP_SSL` to the hashicorp API. This makes impossible to connect to a consul...

Fixes https://github.com/src-d/coreos-nvidia/issues/10.