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
3f67af65
Unverified
Commit
3f67af65
authored
Sep 14, 2016
by
bryk
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Set Dashboard UI to final 1.4 version
Release info:
https://github.com/kubernetes/dashboard/releases/tag/v1.4.0
Diff since beta2: a few bug fixes. This is final release for this quarter.
parent
b77e2728
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
dashboard-controller.yaml
cluster/addons/dashboard/dashboard-controller.yaml
+4
-4
dashboard-controller.yaml
...kube-manifests/addons/dashboard/dashboard-controller.yaml
+4
-4
No files found.
cluster/addons/dashboard/dashboard-controller.yaml
View file @
3f67af65
...
@@ -2,11 +2,11 @@
...
@@ -2,11 +2,11 @@
apiVersion
:
v1
apiVersion
:
v1
kind
:
ReplicationController
kind
:
ReplicationController
metadata
:
metadata
:
name
:
kubernetes-dashboard-v1.4.0
-beta2
name
:
kubernetes-dashboard-v1.4.0
namespace
:
kube-system
namespace
:
kube-system
labels
:
labels
:
k8s-app
:
kubernetes-dashboard
k8s-app
:
kubernetes-dashboard
version
:
v1.4.0
-beta2
version
:
v1.4.0
kubernetes.io/cluster-service
:
"
true"
kubernetes.io/cluster-service
:
"
true"
spec
:
spec
:
replicas
:
1
replicas
:
1
...
@@ -16,7 +16,7 @@ spec:
...
@@ -16,7 +16,7 @@ spec:
metadata
:
metadata
:
labels
:
labels
:
k8s-app
:
kubernetes-dashboard
k8s-app
:
kubernetes-dashboard
version
:
v1.4.0
-beta2
version
:
v1.4.0
kubernetes.io/cluster-service
:
"
true"
kubernetes.io/cluster-service
:
"
true"
annotations
:
annotations
:
scheduler.alpha.kubernetes.io/critical-pod
:
'
'
scheduler.alpha.kubernetes.io/critical-pod
:
'
'
...
@@ -24,7 +24,7 @@ spec:
...
@@ -24,7 +24,7 @@ spec:
spec
:
spec
:
containers
:
containers
:
-
name
:
kubernetes-dashboard
-
name
:
kubernetes-dashboard
image
:
gcr.io/google_containers/kubernetes-dashboard-amd64:v1.4.0
-beta2
image
:
gcr.io/google_containers/kubernetes-dashboard-amd64:v1.4.0
resources
:
resources
:
# keep request = limit to keep this container in guaranteed class
# keep request = limit to keep this container in guaranteed class
limits
:
limits
:
...
...
cluster/gce/coreos/kube-manifests/addons/dashboard/dashboard-controller.yaml
View file @
3f67af65
...
@@ -2,11 +2,11 @@ apiVersion: v1
...
@@ -2,11 +2,11 @@ apiVersion: v1
kind
:
ReplicationController
kind
:
ReplicationController
metadata
:
metadata
:
# Keep this file in sync with addons/dashboard/dashboard-controller.yaml
# Keep this file in sync with addons/dashboard/dashboard-controller.yaml
name
:
kubernetes-dashboard-v1.4.0
-beta2
name
:
kubernetes-dashboard-v1.4.0
namespace
:
kube-system
namespace
:
kube-system
labels
:
labels
:
k8s-app
:
kubernetes-dashboard
k8s-app
:
kubernetes-dashboard
version
:
v1.4.0
-beta2
version
:
v1.4.0
kubernetes.io/cluster-service
:
"
true"
kubernetes.io/cluster-service
:
"
true"
spec
:
spec
:
replicas
:
1
replicas
:
1
...
@@ -16,12 +16,12 @@ spec:
...
@@ -16,12 +16,12 @@ spec:
metadata
:
metadata
:
labels
:
labels
:
k8s-app
:
kubernetes-dashboard
k8s-app
:
kubernetes-dashboard
version
:
v1.4.0
-beta2
version
:
v1.4.0
kubernetes.io/cluster-service
:
"
true"
kubernetes.io/cluster-service
:
"
true"
spec
:
spec
:
containers
:
containers
:
-
name
:
kubernetes-dashboard
-
name
:
kubernetes-dashboard
image
:
gcr.io/google_containers/kubernetes-dashboard-amd64:v1.4.0
-beta2
image
:
gcr.io/google_containers/kubernetes-dashboard-amd64:v1.4.0
resources
:
resources
:
# keep request = limit to keep this container in guaranteed class
# keep request = limit to keep this container in guaranteed class
limits
:
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