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:
@@ -6,7 +6,7 @@ metadata:
|
|||||||
name: skydns
|
name: skydns
|
||||||
namespace: kube-system
|
namespace: kube-system
|
||||||
spec:
|
spec:
|
||||||
portalIP: ${DNS_SERVER_IP}
|
clusterIP: ${DNS_SERVER_IP}
|
||||||
ports:
|
ports:
|
||||||
- port: 53
|
- port: 53
|
||||||
protocol: UDP
|
protocol: UDP
|
||||||
|
Reference in New Issue
Block a user