Code review comments and corrections

This commit is contained in:
Girish Kalele 2016-05-31 11:33:51 -07:00
parent 60d2293f4c
commit 555b9000c3
6 changed files with 15 additions and 3 deletions

View File

@ -14,6 +14,8 @@
# This file should be kept in sync with cluster/images/hyperkube/dns-rc.yaml
# TODO - At some point, we need to rename all skydns-*.yaml.* files to kubedns-*.yaml.*
# __MACHINE_GENERATED_WARNING__
apiVersion: v1
@ -71,7 +73,7 @@ spec:
timeoutSeconds: 5
args:
# command = "/kube-dns"
- --domain=__PILLAR__DNS__DOMAIN__
- --domain=__PILLAR__DNS__DOMAIN__.
- --dns-port=10053
ports:
- containerPort: 10053

View File

@ -14,6 +14,8 @@
# This file should be kept in sync with cluster/images/hyperkube/dns-rc.yaml
# TODO - At some point, we need to rename all skydns-*.yaml.* files to kubedns-*.yaml.*
# Warning: This is a file generated from the base underscore template file: skydns-rc.yaml.base
apiVersion: v1
@ -71,7 +73,7 @@ spec:
timeoutSeconds: 5
args:
# command = "/kube-dns"
- --domain={{ pillar['dns_domain'] }}
- --domain={{ pillar['dns_domain'] }}.
- --dns-port=10053
ports:
- containerPort: 10053

View File

@ -14,6 +14,8 @@
# This file should be kept in sync with cluster/images/hyperkube/dns-rc.yaml
# TODO - At some point, we need to rename all skydns-*.yaml.* files to kubedns-*.yaml.*
# Warning: This is a file generated from the base underscore template file: skydns-rc.yaml.base
apiVersion: v1
@ -71,7 +73,7 @@ spec:
timeoutSeconds: 5
args:
# command = "/kube-dns"
- --domain=$DNS_DOMAIN}}
- --domain=$DNS_DOMAIN}}.
- --dns-port=10053
ports:
- containerPort: 10053

View File

@ -14,6 +14,8 @@
# This file should be kept in sync with cluster/images/hyperkube/dns-svc.yaml
# TODO - At some point, we need to rename all skydns-*.yaml.* files to kubedns-*.yaml.*
# __MACHINE_GENERATED_WARNING__
apiVersion: v1

View File

@ -14,6 +14,8 @@
# This file should be kept in sync with cluster/images/hyperkube/dns-svc.yaml
# TODO - At some point, we need to rename all skydns-*.yaml.* files to kubedns-*.yaml.*
# Warning: This is a file generated from the base underscore template file: skydns-svc.yaml.base
apiVersion: v1

View File

@ -14,6 +14,8 @@
# This file should be kept in sync with cluster/images/hyperkube/dns-svc.yaml
# TODO - At some point, we need to rename all skydns-*.yaml.* files to kubedns-*.yaml.*
# Warning: This is a file generated from the base underscore template file: skydns-svc.yaml.base
apiVersion: v1