提交 4275399a 编写于 作者: S Sebastian Florek 提交者: Kubernetes Prow Robot

Bump version to v2.0.0-beta8 (#4641)

上级 c1d81d18
......@@ -176,7 +176,7 @@ spec:
spec:
containers:
- name: kubernetes-dashboard
image: kubernetesui/dashboard:v2.0.0-beta7
image: kubernetesui/dashboard:v2.0.0-beta8
ports:
- containerPort: 9090
protocol: TCP
......
......@@ -34,7 +34,7 @@ spec:
spec:
containers:
- name: kubernetes-dashboard
image: kubernetesui/dashboard:v2.0.0-beta7
image: kubernetesui/dashboard:v2.0.0-beta8
ports:
- containerPort: 9090
protocol: TCP
......
......@@ -187,7 +187,7 @@ spec:
spec:
containers:
- name: kubernetes-dashboard
image: kubernetesui/dashboard:v2.0.0-beta7
image: kubernetesui/dashboard:v2.0.0-beta8
imagePullPolicy: Always
ports:
- containerPort: 8443
......
......@@ -34,7 +34,7 @@ spec:
spec:
containers:
- name: kubernetes-dashboard
image: kubernetesui/dashboard:v2.0.0-beta7
image: kubernetesui/dashboard:v2.0.0-beta8
imagePullPolicy: Always
ports:
- containerPort: 8443
......
......@@ -53,7 +53,7 @@ const version = {
/**
* Current release version of the project.
*/
release: 'v2.0.0-beta7',
release: 'v2.0.0-beta8',
/**
* Version name of the head release of the project.
*/
......
......@@ -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-beta7/aio/deploy/recommended.yaml
kubectl create --edit -f https://raw.githubusercontent.com/kubernetes/dashboard/v2.0.0-beta8/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-beta7/aio/deploy/alternative.yaml
kubectl create -f https://raw.githubusercontent.com/kubernetes/dashboard/v2.0.0-beta8/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-beta7/aio/deploy/head.yaml
$ kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/v2.0.0-beta8/aio/deploy/head.yaml
```
### Update
......
{
"name": "kubernetes-dashboard",
"version": "2.0.0-beta7",
"version": "2.0.0-beta8",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
......
{
"name": "kubernetes-dashboard",
"version": "2.0.0-beta7",
"version": "2.0.0-beta8",
"repository": {
"type": "git",
"url": "https://github.com/kubernetes/dashboard.git"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册