From 86c137382d249f3421a59128f20d52c4b2c5e00a Mon Sep 17 00:00:00 2001 From: leon <1311552105@qq.com> Date: Fri, 28 May 2021 09:17:50 +0800 Subject: [PATCH] dashboard version update --- kubernetes-dashboard.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/kubernetes-dashboard.yaml b/kubernetes-dashboard.yaml index 217383d..f53afd9 100644 --- a/kubernetes-dashboard.yaml +++ b/kubernetes-dashboard.yaml @@ -187,7 +187,7 @@ spec: spec: containers: - name: kubernetes-dashboard - image: kubernetesui/dashboard:v2.0.4 + image: kubernetesui/dashboard:v2.0.3 imagePullPolicy: Always ports: - containerPort: 8443 @@ -283,8 +283,8 @@ spec: initialDelaySeconds: 30 timeoutSeconds: 30 volumeMounts: - - mountPath: /tmp - name: tmp-volume + - mountPath: /tmp + name: tmp-volume securityContext: allowPrivilegeEscalation: false readOnlyRootFilesystem: true @@ -299,4 +299,4 @@ spec: effect: NoSchedule volumes: - name: tmp-volume - emptyDir: {} + emptyDir: {} \ No newline at end of file