mirror of https://github.com/easzlab/kubeasz.git
更新 dashboard 镜像版本: v1.10.0
parent
1b03585334
commit
3efa846f95
|
@ -12,11 +12,6 @@
|
|||
# See the License for the specific language governing permissions and
|
||||
# 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 ------------------- #
|
||||
|
||||
apiVersion: v1
|
||||
|
@ -95,7 +90,7 @@ subjects:
|
|||
# ------------------- Dashboard Deployment ------------------- #
|
||||
|
||||
kind: Deployment
|
||||
apiVersion: apps/v1beta1
|
||||
apiVersion: apps/v1beta2
|
||||
metadata:
|
||||
labels:
|
||||
k8s-app: kubernetes-dashboard
|
||||
|
@ -115,7 +110,7 @@ spec:
|
|||
containers:
|
||||
- name: kubernetes-dashboard
|
||||
#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:
|
||||
- containerPort: 8443
|
||||
protocol: TCP
|
||||
|
|
Loading…
Reference in New Issue