提交 7547bb8d 编写于 作者: M Marcin Maciaszczyk 提交者: GitHub

Revert "Use a github owned domain for installs (#1843)" (#1844)

This reverts commit f2667d9a.
上级 f2667d9a
......@@ -19,7 +19,7 @@ $ kubectl get pods --all-namespaces | grep dashboard
If it is missing, you can install the latest stable release by running the following command:
```shell
$ kubectl create -f https://raw.githubusercontent.com/kubernetes/dashboard/master/src/deploy/kubernetes-dashboard.yaml
$ kubectl create -f https://rawgit.com/kubernetes/dashboard/master/src/deploy/kubernetes-dashboard.yaml
```
You can also install unstable HEAD builds with the newest features that the team works on by
......
......@@ -6,7 +6,7 @@ This document describes how to install and discover development releases of the
To install latest HEAD release, execute the following command.
```bash
kubectl create -f https://raw.githubusercontent.com/kubernetes/dashboard/master/src/deploy/kubernetes-dashboard-head.yaml
kubectl create -f https://rawgit.com/kubernetes/dashboard/master/src/deploy/kubernetes-dashboard-head.yaml
```
Once installed, the release of the UI is not automatically updated. In order to update it, delete
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册