Commit 33e176eb authored by Mike Spreitzer's avatar Mike Spreitzer

Added note to developers about adding parameters to skydns

Added a friendly note, with a suggestion of how to find the scripts.
parent 6aeb5da2
...@@ -7,6 +7,14 @@ Due to a varied preference in templating language choices, the transform ...@@ -7,6 +7,14 @@ Due to a varied preference in templating language choices, the transform
Makefile in this directory should be enhanced to generate all required Makefile in this directory should be enhanced to generate all required
formats from the base underscore templates. 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 ## Base Template files
These are the authoritative base templates. These are the authoritative base templates.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment