k3s agent on google cloud vm using the wrong ip #11981
-
I have a k8s cluster that was installed by k3s. I have added the Is there a way to configure it to use only google cloud's vm external ip? Or it just not possible to use a google cloud's vm as a k3s-agent if the k3s-server is running on an on-prem server? The k3s server and nodes: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
If you want to change the public IP, you should set See also the |
Beta Was this translation helpful? Give feedback.
If you want to change the public IP, you should set
--node-external-ip
. Not--node-ip
.See also the
--flannel-external-ip
option:https://docs.k3s.io/networking/basic-network-options