-
Notifications
You must be signed in to change notification settings - Fork 90
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
Unable to change to a static IP address on a single-node k3s cluster. #1274
Comments
Can you dump the whole error ? |
The log file is too large, please see the attachment.
|
So api-server probe is failing at
And the routing table looks like routes:
running:
- destination: 0.0.0.0/0
next-hop-interface: eth0
next-hop-address: 10.1.1.1
metric: 100
table-id: 254
source: 10.1.1.55
config:
- destination: 0.0.0.0/0
next-hop-interface: eth0
next-hop-address: 10.1.1.1
metric: 100
table-id: 254
source: 10.1.1.55 |
I think is not able to access |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What happened:
Created an NNCP resource to configure a static IP address, routing, and DNS. After a while, the NNCP status shows as Degraded.
Error message after running "kubectl describe nncp ip1":
What you expected to happen:
Changing to a static IP should be successful, including the k3s services, and all pods should function normally.
How to reproduce it (as minimally and precisely as possible):
nncp manifest:
Anything else we need to know?:
Environment:
The text was updated successfully, but these errors were encountered: