diff --git a/aio/deploy/alternative.yaml b/aio/deploy/alternative.yaml index d4620496d14e75f05360a31c67981e0ede4d2f89..434685b91b79460fcb6b2364822960ad2c01be7e 100644 --- a/aio/deploy/alternative.yaml +++ b/aio/deploy/alternative.yaml @@ -176,7 +176,7 @@ spec: spec: containers: - name: kubernetes-dashboard - image: kubernetesui/dashboard:v2.0.0-beta5 + image: kubernetesui/dashboard:v2.0.0-beta6 ports: - containerPort: 9090 protocol: TCP diff --git a/aio/deploy/alternative/06_dashboard-deployment.yaml b/aio/deploy/alternative/06_dashboard-deployment.yaml index be5781241c477e963b4ef624eb757f8c450465ec..811b8fa010be5e6cce114490c992bf5a1970775d 100644 --- a/aio/deploy/alternative/06_dashboard-deployment.yaml +++ b/aio/deploy/alternative/06_dashboard-deployment.yaml @@ -34,7 +34,7 @@ spec: spec: containers: - name: kubernetes-dashboard - image: kubernetesui/dashboard:v2.0.0-beta5 + image: kubernetesui/dashboard:v2.0.0-beta6 ports: - containerPort: 9090 protocol: TCP diff --git a/aio/deploy/recommended.yaml b/aio/deploy/recommended.yaml index 5754e7b807f1d635d1ba92eca1e59df94c37b420..ac16cb619c1a9f1e15af9381a7e23263b7cf603c 100644 --- a/aio/deploy/recommended.yaml +++ b/aio/deploy/recommended.yaml @@ -187,7 +187,7 @@ spec: spec: containers: - name: kubernetes-dashboard - image: kubernetesui/dashboard:v2.0.0-beta5 + image: kubernetesui/dashboard:v2.0.0-beta6 imagePullPolicy: Always ports: - containerPort: 8443 diff --git a/aio/deploy/recommended/06_dashboard-deployment.yaml b/aio/deploy/recommended/06_dashboard-deployment.yaml index ba727b1d653d12c3035cfb98012c88c7355c0fa1..08996dff96706fb0c9d1b794faf822845690ffe4 100644 --- a/aio/deploy/recommended/06_dashboard-deployment.yaml +++ b/aio/deploy/recommended/06_dashboard-deployment.yaml @@ -34,7 +34,7 @@ spec: spec: containers: - name: kubernetes-dashboard - image: kubernetesui/dashboard:v2.0.0-beta5 + image: kubernetesui/dashboard:v2.0.0-beta6 imagePullPolicy: Always ports: - containerPort: 8443 diff --git a/aio/gulp/conf.js b/aio/gulp/conf.js index 1c19d445771b441060bf794f19a6dff1637d2a56..ea95119b2ca1ad55fd63ccba6c2789685c1180ff 100644 --- a/aio/gulp/conf.js +++ b/aio/gulp/conf.js @@ -53,7 +53,7 @@ const version = { /** * Current release version of the project. */ - release: 'v2.0.0-beta5', + release: 'v2.0.0-beta6', /** * Version name of the head release of the project. */ diff --git a/docs/user/installation.md b/docs/user/installation.md index 2a176a247d5ea3cf7917050fd5c9d790c42ed156..c92a598ed346c8dae0ec135ccb9a5f950b937cf2 100644 --- a/docs/user/installation.md +++ b/docs/user/installation.md @@ -23,7 +23,7 @@ kubectl create secret generic kubernetes-dashboard-certs --from-file=$HOME/certs For Dashboard to pickup the certificates, you must pass arguments `--tls-cert-file=/tls.crt` and `--tls-key-file=/tls.key` to the container. You can edit YAML definition and deploy Dashboard in one go: ``` -kubectl create --edit -f https://raw.githubusercontent.com/kubernetes/dashboard/v2.0.0-beta5/aio/deploy/recommended.yaml +kubectl create --edit -f https://raw.githubusercontent.com/kubernetes/dashboard/v2.0.0-beta6/aio/deploy/recommended.yaml ``` Under Deployment section, add arguments to pod definition, it should look as follows: @@ -42,7 +42,7 @@ This setup is not fully secure. Certificates are not used and Dashboard is expos To deploy Dashboard execute following command: ``` -kubectl create -f https://raw.githubusercontent.com/kubernetes/dashboard/v2.0.0-beta5/aio/deploy/alternative.yaml +kubectl create -f https://raw.githubusercontent.com/kubernetes/dashboard/v2.0.0-beta6/aio/deploy/alternative.yaml ``` @@ -55,7 +55,7 @@ Besides official releases, there are also development releases, that are pushed In most of the use cases you need to execute the following command to deploy latest development release: ``` -$ kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/v2.0.0-beta5/aio/deploy/head.yaml +$ kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/v2.0.0-beta6/aio/deploy/head.yaml ``` ### Update diff --git a/package-lock.json b/package-lock.json index 3a4b8fd7e36ee8ca6081087d6bbba9a79afb0841..1cd1c07443fd255476742e0c3bac74d2e062342a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "kubernetes-dashboard", - "version": "2.0.0-beta5", + "version": "2.0.0-beta6", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 5d05b6c612cdff1acde963de4f82a6f322f7c6b5..2b365be25271c53cad1b15b00d9b6131000f97cc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "kubernetes-dashboard", - "version": "2.0.0-beta5", + "version": "2.0.0-beta6", "repository": { "type": "git", "url": "https://github.com/kubernetes/dashboard.git"