Alex Henning Johannessen
Alex Henning Johannessen
What about 21.10.x? - We cannot just put interim releases into production in order to update our servers to Ubuntu 22.04.1 LTS. We would really appreciate if preview packages for...
@oskardudycz I think it would be great to specify a temporary directory for scavenge, e.g. on zfs I would use a different dataset for temporary files to avoid getting those...
Same issue here, however I worked around it by using `Schema.derived[T]`
Got same problem, matchbox / dnsmasq work and I did ssh-add -L. Seems like something is borked with remote.tf as /etc/ssl/etcd is never created on master and kubeconfig is never...
@mcamen Logs from terraform do not report any error. Seems like there is some condition on `count` or similar that prevents those assets being copied via `ssh` - code around...
I have the same issue with pxe and metal (vmware fusion), matchbox works fine, got one master and one worker. Seems like something is wrong with copying etcd tls stuff...
I had terraform 0.10.8 installed via brew - after I removed that things worked! :)
I am also getting: `java.io.IOException: Broken pipe` and `skunk.exception.EofException: EOF was reached on the network socket.` - Using `Session.pooled(max = 5)` - This is using consul connect with envoy for...
@tgross Is this a similar issue to what is solved by using systemd notify in consul [here](https://github.com/hashicorp/consul/issues/16844)?
@tgross I understand. Reason this has my interest is only because I use short lived TLS certificates from Vault with consul-template that causes Nomad to stop while starting up because...