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
72500284
Commit
72500284
authored
Apr 01, 2016
by
Marcin Maciaszczyk
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update Dashboard UI addon to v1.0.1
Release details:
https://github.com/kubernetes/dashboard/releases/tag/v1.0.1
parent
07929972
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
4 deletions
+8
-4
dashboard-controller.yaml
cluster/addons/dashboard/dashboard-controller.yaml
+4
-2
dashboard-controller.yaml
...kube-manifests/addons/dashboard/dashboard-controller.yaml
+4
-2
No files found.
cluster/addons/dashboard/dashboard-controller.yaml
View file @
72500284
...
...
@@ -3,10 +3,11 @@ kind: ReplicationController
metadata
:
# Keep the name in sync with image version and
# gce/coreos/kube-manifests/addons/dashboard counterparts
name
:
kubernetes-dashboard-v1.0.
0
name
:
kubernetes-dashboard-v1.0.
1
namespace
:
kube-system
labels
:
k8s-app
:
kubernetes-dashboard
version
:
v1.0.1
kubernetes.io/cluster-service
:
"
true"
spec
:
replicas
:
1
...
...
@@ -16,11 +17,12 @@ spec:
metadata
:
labels
:
k8s-app
:
kubernetes-dashboard
version
:
v1.0.1
kubernetes.io/cluster-service
:
"
true"
spec
:
containers
:
-
name
:
kubernetes-dashboard
image
:
gcr.io/google_containers/kubernetes-dashboard-amd64:v1.0.
0
image
:
gcr.io/google_containers/kubernetes-dashboard-amd64:v1.0.
1
resources
:
# keep request = limit to keep this container in guaranteed class
limits
:
...
...
cluster/gce/coreos/kube-manifests/addons/dashboard/dashboard-controller.yaml
View file @
72500284
...
...
@@ -2,10 +2,11 @@ apiVersion: v1
kind
:
ReplicationController
metadata
:
# Keep this file in sync with addons/dashboard/dashboard-controller.yaml
name
:
kubernetes-dashboard-v1.0.
0
name
:
kubernetes-dashboard-v1.0.
1
namespace
:
kube-system
labels
:
k8s-app
:
kubernetes-dashboard
version
:
v1.0.1
kubernetes.io/cluster-service
:
"
true"
spec
:
replicas
:
1
...
...
@@ -15,11 +16,12 @@ spec:
metadata
:
labels
:
k8s-app
:
kubernetes-dashboard
version
:
v1.0.1
kubernetes.io/cluster-service
:
"
true"
spec
:
containers
:
-
name
:
kubernetes-dashboard
image
:
gcr.io/google_containers/kubernetes-dashboard-amd64:v1.0.
0
image
:
gcr.io/google_containers/kubernetes-dashboard-amd64:v1.0.
1
resources
:
# keep request = limit to keep this container in guaranteed class
limits
:
...
...
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