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
940e555c
Commit
940e555c
authored
Jul 07, 2015
by
Dawn Chen
Committed by
Zach Loafman
Jul 08, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Upgrade to v6 from v5
parent
3eb04444
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
skydns-rc.yaml.in
cluster/addons/dns/skydns-rc.yaml.in
+4
-4
No files found.
cluster/addons/dns/skydns-rc.yaml.in
View file @
940e555c
apiVersion: v1
apiVersion: v1
kind: ReplicationController
kind: ReplicationController
metadata:
metadata:
name: kube-dns-v
5
name: kube-dns-v
6
namespace: kube-system
namespace: kube-system
labels:
labels:
k8s-app: kube-dns
k8s-app: kube-dns
version: v
5
version: v
6
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
5
version: v
6
template:
template:
metadata:
metadata:
labels:
labels:
k8s-app: kube-dns
k8s-app: kube-dns
version: v
5
version: v
6
kubernetes.io/cluster-service: "true"
kubernetes.io/cluster-service: "true"
spec:
spec:
containers:
containers:
...
...
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