We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have my lab on a vlan - 10.0.60.1/22
However regardless of how I set this up, I am not seeing the ips inside of the vms via serial shell.
I see 0.0.0.0
I am able to create VM's manually and do dhcp reservation/static with no issues.
I am a novice with both ansible/terraform however I have a pretty rounded knowledge of k3s.
What would the correct configuration be?
name_prefix = "k3s-node" ips = [ "10.0.60.100", "10.0.60.101", "10.0.60.102", "10.0.60.103", ]
So for 10.0.60.100 cloud-init states - 10.0.60.100/24 with gateway 10.0.60.1
Not seeing anything hit my router, and output of ip a is
0.0.0.0 in the interface.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have my lab on a vlan - 10.0.60.1/22
However regardless of how I set this up, I am not seeing the ips inside of the vms via serial shell.
I see 0.0.0.0
I am able to create VM's manually and do dhcp reservation/static with no issues.
I am a novice with both ansible/terraform however I have a pretty rounded knowledge of k3s.
What would the correct configuration be?
name_prefix = "k3s-node" ips = [ "10.0.60.100", "10.0.60.101", "10.0.60.102", "10.0.60.103", ]
So for 10.0.60.100 cloud-init states - 10.0.60.100/24 with gateway 10.0.60.1
Not seeing anything hit my router, and output of ip a is
0.0.0.0 in the interface.
The text was updated successfully, but these errors were encountered: