Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
33e176eb
Commit
33e176eb
authored
Jun 24, 2016
by
Mike Spreitzer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added note to developers about adding parameters to skydns
Added a friendly note, with a suggestion of how to find the scripts.
parent
6aeb5da2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
README.md
cluster/saltbase/salt/kube-dns/README.md
+8
-0
No files found.
cluster/saltbase/salt/kube-dns/README.md
View file @
33e176eb
...
@@ -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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment