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
646cb70f
Commit
646cb70f
authored
Feb 10, 2016
by
k8s-merge-robot
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #20905 from yifan-gu/add_command_in_templates
Auto commit by PR queue bot
parents
ac401a27
9f2d2193
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
2 deletions
+9
-2
glbc-controller.yaml
...ts/addons/cluster-loadbalancing/glbc/glbc-controller.yaml
+3
-0
skydns-rc.yaml
cluster/gce/coreos/kube-manifests/addons/dns/skydns-rc.yaml
+6
-2
No files found.
cluster/gce/coreos/kube-manifests/addons/cluster-loadbalancing/glbc/glbc-controller.yaml
View file @
646cb70f
...
...
@@ -63,6 +63,8 @@ spec:
requests
:
cpu
:
100m
memory
:
50Mi
command
:
-
/glbc
args
:
-
--default-backend-service=kube-system/default-http-backend
-
--sync-period=300s
\ No newline at end of file
cluster/gce/coreos/kube-manifests/addons/dns/skydns-rc.yaml
View file @
646cb70f
...
...
@@ -53,8 +53,9 @@ spec:
requests
:
cpu
:
100m
memory
:
50Mi
command
:
-
/kube2sky
args
:
# command = "/kube2sky"
-
-domain=${DNS_DOMAIN}
-
name
:
skydns
image
:
gcr.io/google_containers/skydns:2015-10-13-8c72f8c
...
...
@@ -66,8 +67,9 @@ spec:
requests
:
cpu
:
100m
memory
:
50Mi
command
:
-
/skydns
args
:
# command = "/skydns"
-
-machines=http://127.0.0.1:4001
-
-addr=0.0.0.0:53
-
-ns-rotate=false
...
...
@@ -103,6 +105,8 @@ spec:
requests
:
cpu
:
10m
memory
:
20Mi
command
:
-
/exechealthz
args
:
-
-cmd=nslookup kubernetes.default.svc.${DNS_DOMAIN} 127.0.0.1 >/dev/null
-
-port=8080
...
...
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