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
6bdb9b0b
Commit
6bdb9b0b
authored
Jun 18, 2016
by
k8s-merge-robot
Committed by
GitHub
Jun 18, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #27070 from girishkalele/exechealthz-quiet
Automatic merge from submit-queue DNS healthz container - add quiet option to stop flooding logs
parents
d526f82f
6dbcd727
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
0 deletions
+3
-0
skydns-rc.yaml.base
cluster/saltbase/salt/kube-dns/skydns-rc.yaml.base
+1
-0
skydns-rc.yaml.in
cluster/saltbase/salt/kube-dns/skydns-rc.yaml.in
+1
-0
skydns-rc.yaml.sed
cluster/saltbase/salt/kube-dns/skydns-rc.yaml.sed
+1
-0
No files found.
cluster/saltbase/salt/kube-dns/skydns-rc.yaml.base
View file @
6bdb9b0b
...
...
@@ -108,6 +108,7 @@ spec:
args:
- -cmd=nslookup kubernetes.default.svc.__PILLAR__DNS__DOMAIN__ 127.0.0.1 >/dev/null
- -port=8080
- -quiet
ports:
- containerPort: 8080
protocol: TCP
...
...
cluster/saltbase/salt/kube-dns/skydns-rc.yaml.in
View file @
6bdb9b0b
...
...
@@ -108,6 +108,7 @@ spec:
args:
- -cmd=nslookup kubernetes.default.svc.{{ pillar['dns_domain'] }} 127.0.0.1 >/dev/null
- -port=8080
- -quiet
ports:
- containerPort: 8080
protocol: TCP
...
...
cluster/saltbase/salt/kube-dns/skydns-rc.yaml.sed
View file @
6bdb9b0b
...
...
@@ -108,6 +108,7 @@ spec:
args
:
- -cmd=nslookup kubernetes.default.svc.$DNS_DOMAIN 127.0.0.1 >/dev/null
- -port=8080
- -quiet
ports
:
-
c
ontainerPort: 8080
p
roto
c
ol: TCP
...
...
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