-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support dual stack for K3S image #291
Comments
|
from logs worker
then it tries to connect to the master over the private ipv4
|
|
|
|
|
The current image version does not enable the 'DualStack' but 'SingleStack', which provides access to the master/workers only over public IPv4. This was requested in threefoldtech/tfgrid-sdk-ts#3149 to support managing gateways on Kubernetes and can include IPv6 normally.
after some investigations, I found that we should pass the flag while running the k3s server as well as mentioned in k3s-io/k3s#4400
The text was updated successfully, but these errors were encountered: