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
89670c1d
Commit
89670c1d
authored
Dec 16, 2015
by
Abhi Shah
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #18733 from ArtfulCoder/kube2sky-ver
update kube2sky version
parents
418c7292
5abfce45
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
6 deletions
+12
-6
.gitignore
cluster/addons/dns/kube2sky/.gitignore
+1
-0
Changelog
cluster/addons/dns/kube2sky/Changelog
+5
-0
Makefile
cluster/addons/dns/kube2sky/Makefile
+1
-1
skydns-rc.yaml.in
cluster/addons/dns/skydns-rc.yaml.in
+5
-5
No files found.
cluster/addons/dns/kube2sky/.gitignore
0 → 100644
View file @
89670c1d
kube2sky
cluster/addons/dns/kube2sky/Changelog
View file @
89670c1d
## Version 1.12 (Dec 15 2015 Abhishek Shah <abshah@google.com>)
- Gave pods their own cache store. (034ecbd)
- Allow pods to have dns. (717660a)
## Version 1.10 (Jun 19 2015 Tim Hockin <thockin@google.com>)
## Version 1.10 (Jun 19 2015 Tim Hockin <thockin@google.com>)
- Fall back on service account tokens if no other auth is specified.
- Fall back on service account tokens if no other auth is specified.
...
...
cluster/addons/dns/kube2sky/Makefile
View file @
89670c1d
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
.PHONY
:
all kube2sky container push clean test
.PHONY
:
all kube2sky container push clean test
TAG
=
1.1
1
TAG
=
1.1
2
PREFIX
=
gcr.io/google_containers
PREFIX
=
gcr.io/google_containers
all
:
container
all
:
container
...
...
cluster/addons/dns/skydns-rc.yaml.in
View file @
89670c1d
apiVersion: v1
apiVersion: v1
kind: ReplicationController
kind: ReplicationController
metadata:
metadata:
name: kube-dns-v
9
name: kube-dns-v
10
namespace: kube-system
namespace: kube-system
labels:
labels:
k8s-app: kube-dns
k8s-app: kube-dns
version: v
9
version: v
10
kubernetes.io/cluster-service: "true"
kubernetes.io/cluster-service: "true"
spec:
spec:
replicas: {{ pillar['dns_replicas'] }}
replicas: {{ pillar['dns_replicas'] }}
selector:
selector:
k8s-app: kube-dns
k8s-app: kube-dns
version: v
9
version: v
10
template:
template:
metadata:
metadata:
labels:
labels:
k8s-app: kube-dns
k8s-app: kube-dns
version: v
9
version: v
10
kubernetes.io/cluster-service: "true"
kubernetes.io/cluster-service: "true"
spec:
spec:
containers:
containers:
...
@@ -40,7 +40,7 @@ spec:
...
@@ -40,7 +40,7 @@ spec:
- name: etcd-storage
- name: etcd-storage
mountPath: /var/etcd/data
mountPath: /var/etcd/data
- name: kube2sky
- name: kube2sky
image: gcr.io/google_containers/kube2sky:1.1
1
image: gcr.io/google_containers/kube2sky:1.1
2
resources:
resources:
limits:
limits:
cpu: 100m
cpu: 100m
...
...
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