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
7b203c68
Unverified
Commit
7b203c68
authored
Feb 19, 2019
by
Kubernetes Prow Robot
Committed by
GitHub
Feb 19, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #74137 from rajansandeep/readinessprobe
Add readinessProbe to CoreDNS
parents
9e55995a
37c3d68a
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
20 additions
and
0 deletions
+20
-0
coredns.yaml.base
cluster/addons/dns/coredns/coredns.yaml.base
+5
-0
coredns.yaml.in
cluster/addons/dns/coredns/coredns.yaml.in
+5
-0
coredns.yaml.sed
cluster/addons/dns/coredns/coredns.yaml.sed
+5
-0
manifests.go
cmd/kubeadm/app/phases/addons/dns/manifests.go
+5
-0
No files found.
cluster/addons/dns/coredns/coredns.yaml.base
View file @
7b203c68
...
@@ -147,6 +147,11 @@ spec:
...
@@ -147,6 +147,11 @@ spec:
timeoutSeconds: 5
timeoutSeconds: 5
successThreshold: 1
successThreshold: 1
failureThreshold: 5
failureThreshold: 5
readinessProbe:
httpGet:
path: /health
port: 8080
scheme: HTTP
securityContext:
securityContext:
allowPrivilegeEscalation: false
allowPrivilegeEscalation: false
capabilities:
capabilities:
...
...
cluster/addons/dns/coredns/coredns.yaml.in
View file @
7b203c68
...
@@ -147,6 +147,11 @@ spec:
...
@@ -147,6 +147,11 @@ spec:
timeoutSeconds: 5
timeoutSeconds: 5
successThreshold: 1
successThreshold: 1
failureThreshold: 5
failureThreshold: 5
readinessProbe:
httpGet:
path: /health
port: 8080
scheme: HTTP
securityContext:
securityContext:
allowPrivilegeEscalation: false
allowPrivilegeEscalation: false
capabilities:
capabilities:
...
...
cluster/addons/dns/coredns/coredns.yaml.sed
View file @
7b203c68
...
@@ -147,6 +147,11 @@ spec:
...
@@ -147,6 +147,11 @@ spec:
timeoutSe
c
o
nds
:
5
timeoutSe
c
o
nds
:
5
successThreshold
:
1
successThreshold
:
1
failureThreshold
:
5
failureThreshold
:
5
re
a
dinessProbe:
h
tt
pG
et
:
path:
/
h
e
a
lth
p
ort
:
8080
s
c
heme: HTTP
se
c
urityContext:
se
c
urityContext:
allowPrivilegeEs
c
a
lation: false
allowPrivilegeEs
c
a
lation: false
c
apabilities:
c
apabilities:
...
...
cmd/kubeadm/app/phases/addons/dns/manifests.go
View file @
7b203c68
...
@@ -279,6 +279,11 @@ spec:
...
@@ -279,6 +279,11 @@ spec:
timeoutSeconds: 5
timeoutSeconds: 5
successThreshold: 1
successThreshold: 1
failureThreshold: 5
failureThreshold: 5
readinessProbe:
httpGet:
path: /health
port: 8080
scheme: HTTP
securityContext:
securityContext:
allowPrivilegeEscalation: false
allowPrivilegeEscalation: false
capabilities:
capabilities:
...
...
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