Open port for internal_address in Rancher/Kubernates (RKE)?
问题 I have the following configuration to setup the cluster using Rancher (RKE). rancher-config.yml nodes: - address: 192.168.88.204 internal_address: 172.16.22.12 user: dockeruser role: [controlplane,worker,etcd] - address: 192.168.88.203 internal_address: 172.16.32.37 user: dockeruser role: [controlplane,worker,etcd] - address: 192.168.88.202 internal_address: 172.16.42.73 user: dockeruser role: [controlplane,worker,etcd] services: etcd: snapshot: true creation: 6h retention: 24h According