mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 23:37:01 +00:00
Set the right master port to kube-proxy in libvirt-coreos.
The currently specified port is the old 7080 read-only-port. As the libvirt-coreos doesn't configure security, change it to the insecure-port 8080.
This commit is contained in:
parent
0be5405afd
commit
10904f2217
@ -37,7 +37,7 @@ coreos:
|
||||
|
||||
[Service]
|
||||
ExecStart=/opt/kubernetes/bin/kube-proxy \
|
||||
--master=http://${MASTER_IP}:7080
|
||||
--master=http://${MASTER_IP}:8080
|
||||
Restart=always
|
||||
RestartSec=2
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user