-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
panic: runtime error: invalid memory address or nil pointer dereference #11715
Comments
Here is my Cluster configuration:
|
Just add this to your cluster spec and you should be good to go :) cloudConfig:
awsEBSCSIDriver:
enabled: false
version: v1.0.0 |
Also, check #11688 (comment), may be useful. |
Thanks, I will try this tomorrow and let you know how it works |
Thanks, that would be cool. |
I was able to get cluster with IPv6 installed with a caveat related to Calico also installed, and I appreciate that reference from the comment. This is the config that worked for me (with exception to
|
Closing this. Needed to add:
|
Cool. Would you mind explaining a little your use case for IPv6 and the if you managed to make it work as you wanted? |
I built my own
kops
command-line tool so I could experiment with IPv6. I am usingVersion 1.22.0-alpha.1 (git-038d908078)
However, it seems that Kops is not able to install due to a runtime error.
journalctl -u kops-configuration.service
The text was updated successfully, but these errors were encountered: