更新 dashboard 镜像版本: v1.10.0

pull/457/head
klgd 2018-09-06 18:11:27 +08:00 committed by jmgao
parent 1b03585334
commit 3efa846f95
1 changed files with 2 additions and 7 deletions

View File

@ -12,11 +12,6 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
# Configuration to deploy release version of the Dashboard UI compatible with
# Kubernetes 1.8.
#
# Example usage: kubectl create -f <this_file>
# ------------------- Dashboard Secret ------------------- # # ------------------- Dashboard Secret ------------------- #
apiVersion: v1 apiVersion: v1
@ -95,7 +90,7 @@ subjects:
# ------------------- Dashboard Deployment ------------------- # # ------------------- Dashboard Deployment ------------------- #
kind: Deployment kind: Deployment
apiVersion: apps/v1beta1 apiVersion: apps/v1beta2
metadata: metadata:
labels: labels:
k8s-app: kubernetes-dashboard k8s-app: kubernetes-dashboard
@ -115,7 +110,7 @@ spec:
containers: containers:
- name: kubernetes-dashboard - name: kubernetes-dashboard
#image: k8s.gcr.io/kubernetes-dashboard-amd64:v1.8.3 #image: k8s.gcr.io/kubernetes-dashboard-amd64:v1.8.3
image: mirrorgooglecontainers/kubernetes-dashboard-amd64:v1.8.3 image: mirrorgooglecontainers/kubernetes-dashboard-amd64:v1.10.0
ports: ports:
- containerPort: 8443 - containerPort: 8443
protocol: TCP protocol: TCP