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
a2fe8a9e
Commit
a2fe8a9e
authored
Apr 29, 2015
by
Quinton Hoole
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #7527 from cjcullen/dns
Bump kube2sky to 1.2. Point it at https endpoint (3rd try).
parents
70830adb
44cffec1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
skydns-rc.yaml.in
cluster/addons/dns/skydns-rc.yaml.in
+2
-1
No files found.
cluster/addons/dns/skydns-rc.yaml.in
View file @
a2fe8a9e
...
@@ -29,7 +29,7 @@ desiredState:
...
@@ -29,7 +29,7 @@ desiredState:
"-advertise-client-urls=http://127.0.0.1:4001",
"-advertise-client-urls=http://127.0.0.1:4001",
]
]
- name: kube2sky
- name: kube2sky
image: gcr.io/google_containers/kube2sky:1.
1
image: gcr.io/google_containers/kube2sky:1.
2
volumeMounts:
volumeMounts:
- name: dns-token
- name: dns-token
mountPath: /etc/dns_token
mountPath: /etc/dns_token
...
@@ -37,6 +37,7 @@ desiredState:
...
@@ -37,6 +37,7 @@ desiredState:
command: [
command: [
# entrypoint = "/kube2sky",
# entrypoint = "/kube2sky",
"-domain={{ pillar['dns_domain'] }}",
"-domain={{ pillar['dns_domain'] }}",
"-kubecfg_file=/etc/dns_token/kubeconfig",
]
]
- name: skydns
- name: skydns
image: gcr.io/google_containers/skydns:2015-03-11-001
image: gcr.io/google_containers/skydns:2015-03-11-001
...
...
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