kubernetes/cluster/addons/dns
Bowei Du 19be1d2504 Allow kube-dns to load its configuration from a config map
- Adds command line flags --config-map, --config-map-ns.
- Fixes 36194 (https://github.com/kubernetes/kubernetes/issues/36194)
- Update kube-dns yamls
- Update bazel (hack/update-bazel.sh)
- Update known command line flags
- Temporarily reference new kube-dns image (this will be fixed with
  a separate commit when the DNS image is created)
2016-11-18 16:11:12 -08:00
..
Makefile move kube-dns to the cluster/addons/ directory 2016-07-14 11:44:00 -07:00
README.md move kube-dns to the cluster/addons/ directory 2016-07-14 11:44:00 -07:00
skydns-rc.yaml.base Allow kube-dns to load its configuration from a config map 2016-11-18 16:11:12 -08:00
skydns-rc.yaml.in Allow kube-dns to load its configuration from a config map 2016-11-18 16:11:12 -08:00
skydns-rc.yaml.sed Allow kube-dns to load its configuration from a config map 2016-11-18 16:11:12 -08:00
skydns-svc.yaml.base remove cpu limits for dns pod. The current limits are not based on usage profiles 2016-09-21 19:14:52 -07:00
skydns-svc.yaml.in remove cpu limits for dns pod. The current limits are not based on usage profiles 2016-09-21 19:14:52 -07:00
skydns-svc.yaml.sed remove cpu limits for dns pod. The current limits are not based on usage profiles 2016-09-21 19:14:52 -07:00
transforms2salt.sed Migrates addons from using ReplicationControllers to Deployments 2016-11-09 09:17:05 -08:00
transforms2sed.sed Migrates addons from using ReplicationControllers to Deployments 2016-11-09 09:17:05 -08:00

SkyDNS Replication Controllers and Service templates

This directory contains the base UNDERSCORE templates that can be used to generate the skydns-rc.yaml.in and skydns.rc.yaml.in needed in Salt format.

Due to a varied preference in templating language choices, the transform Makefile in this directory should be enhanced to generate all required formats from the base underscore templates.

NOTE WELL: Developers, when you add a parameter you should also update the various scripts that supply values for your new parameter. Here is one way you might find those scripts:

cd kubernetes
find [a-zA-Z0-9]* -type f -exec grep skydns-rc.yaml \{\} \; -print -exec echo \;

Base Template files

These are the authoritative base templates. Run 'make' to generate the Salt and Sed yaml templates from these.

skydns-rc.yaml.base skydns-svc.yaml.base

Generated Salt files

skydns-rc.yaml.in skydns-svc.yaml.in

Generated Sed files

skydns-rc.yaml.sed skydns-svc.yaml.sed

Analytics