Andy Jeffries

Results 110 comments of Andy Jeffries

Just came to look if this was a feature… @anirudhlagisetty are you still working on this? If not, if anyone can give any tips on where to get started with...

I believe it goes via a router's IP address, so that may not work. A guaranteed way of it working (at least until Kube100 Platform goes live) is to use...

Out of interest, how do you get `/etc/default/inlets-pro`? Is that using the same check-up.amazonaws.com service?

Hmmm, so either way it uses checkip.amazonaws.com? That's weird then that it changes; maybe it uses a router's IP up until the public IP is connected. The only thing I...

The user-data is run during cloud-init, but we already use it to initialise the instance. So the way we handled this is to allow the users to specify a custom...

https://opensource.com/article/18/5/how-find-ip-address-linux

`curl ifconfig.me` works nicely from that list I believe, returns just the IP address with no trailing newline.

Cloud-init is generated in our Operator, but run on the VM itself. The IP is known before the instance starts building. We could try to inject the public IP in...

Thank you @dirien . So if you run this on Civo, what IP address do you get at that point and could you leave the instance running (and let me...

I believe that Dinesh worked with @dirien and this is all resolved now.