mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 21:47:07 +00:00
Merge pull request #22692 from bryk/releasev1.0
Auto commit by PR queue bot
This commit is contained in:
commit
583c735b23
@ -3,7 +3,7 @@ kind: ReplicationController
|
|||||||
metadata:
|
metadata:
|
||||||
# Keep the name in sync with image version and
|
# Keep the name in sync with image version and
|
||||||
# gce/coreos/kube-manifests/addons/dashboard counterparts
|
# gce/coreos/kube-manifests/addons/dashboard counterparts
|
||||||
name: kubernetes-dashboard-v1.0.0beta1
|
name: kubernetes-dashboard-v1.0.0
|
||||||
namespace: kube-system
|
namespace: kube-system
|
||||||
labels:
|
labels:
|
||||||
k8s-app: kubernetes-dashboard
|
k8s-app: kubernetes-dashboard
|
||||||
@ -20,7 +20,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: kubernetes-dashboard
|
- name: kubernetes-dashboard
|
||||||
image: gcr.io/google_containers/kubernetes-dashboard-amd64:v1.0.0-beta1
|
image: gcr.io/google_containers/kubernetes-dashboard-amd64:v1.0.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:
|
||||||
|
@ -2,7 +2,7 @@ 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.0.0beta1
|
name: kubernetes-dashboard-v1.0.0
|
||||||
namespace: kube-system
|
namespace: kube-system
|
||||||
labels:
|
labels:
|
||||||
k8s-app: kubernetes-dashboard
|
k8s-app: kubernetes-dashboard
|
||||||
@ -19,7 +19,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: kubernetes-dashboard
|
- name: kubernetes-dashboard
|
||||||
image: gcr.io/google_containers/kubernetes-dashboard-amd64:v1.0.0-beta1
|
image: gcr.io/google_containers/kubernetes-dashboard-amd64:v1.0.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:
|
||||||
|
Loading…
Reference in New Issue
Block a user