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:
Michael Faille 2016-01-02 00:05:57 -05:00
parent e7b41f132b
commit a2c7ea9ac1

View File

@ -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