Craig Cabrey
Craig Cabrey
@andrey-yantsen thanks for finding all that, it was quite easy to add support
@shibby unfortunately not that I'm aware of, I had to switch to using a different library for loading indicators
To add on, we should require the dist version of the library, not the one at the root of the repo (the dist version includes the default template): ``` js...
No, my intention is to (eventually) rebuild the cluster using proper IPv6 routes. If it still happens after that then I'll come back here.
Spun up a test cluster using a routable IPv6 subnet. Now containers can talk to each other using IPv6 but egress from the cluster still doesn't work.
> What do you mean by egress from the cluster? As in, traffic is unable to route to external ipv6 addresses. e.g. if I try to ping Google's public ipv6...
Also, IPv6 wasn't actually working as I thought it was. As soon as I added other nodes, I ran into trouble. The docs state this: > Note that you can...
Using the example CIDRs from the docs, changing it to a /64 results in the same problem. I must be missing something, surely hundreds of trillions of addresses is enough...
Fantastic, thanks. I'll build a test cluster to check.
I built a single node cluster using Fedora CoreOS & an ignition file. I continued to have problems until I turned on the `flannel-ipv6-masq` flag during installation. It's unclear why...