
- Bump CLI tools version - Bump CoreOS image IDs - Use etcd2 shipped in stable channel - Prefix unit names for consistency - Run proxy on master as well - Allocate node port for the app - Update docs - No need to register nodes any more - Remove stale argument `--cloud_provider=vagrant` - Refactor how addons are delivered - Remove fluentd (it can be optionally dropped into addons dir) - Script Azure endpoint creation for Guestbook example - Provide only SkyDNS addon out-of-the-box
21 lines
354 B
YAML
21 lines
354 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: kube-dns
|
|
namespace: kube-system
|
|
labels:
|
|
k8s-app: kube-dns
|
|
kubernetes.io/cluster-service: "true"
|
|
kubernetes.io/name: "KubeDNS"
|
|
spec:
|
|
selector:
|
|
k8s-app: kube-dns
|
|
clusterIP: 10.1.0.3
|
|
ports:
|
|
- name: dns
|
|
port: 53
|
|
protocol: UDP
|
|
- name: dns-tcp
|
|
port: 53
|
|
protocol: TCP
|