mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 14:37:00 +00:00
FIX : replace publicIP (decapricated) for clusterIP
It fix this bug : https://stackoverflow.com/questions/34255601/kube-addons-service-failed-on-coreos-libvirt-installation Some documentation that explain why clusterIP is better : https://github.com/kubernetes/kubernetes/blob/master/docs/api.md
This commit is contained in:
parent
e7b41f132b
commit
a2c7ea9ac1
@ -6,7 +6,7 @@ metadata:
|
||||
name: skydns
|
||||
namespace: kube-system
|
||||
spec:
|
||||
portalIP: ${DNS_SERVER_IP}
|
||||
clusterIP: ${DNS_SERVER_IP}
|
||||
ports:
|
||||
- port: 53
|
||||
protocol: UDP
|
||||
|
Loading…
Reference in New Issue
Block a user