提交 1d1a5ce9 编写于 作者: T Thomas Stromberg

Use _latest RPM/DEB filenames in docs

上级 0839b707
......@@ -71,8 +71,6 @@ weight = 1
[params]
copyright = "The Kubernetes Authors -- "
# The latest release of minikube
latest_release = "1.9.2"
privacy_policy = ""
......
......@@ -82,12 +82,6 @@ This file is used for auto-update notifications, but is not active until release
minikube-bot will send out a PR to update the release checksums at the top of `deploy/minikube/releases.json`. You should merge this PR.
## Update documentation link
Update `latest_release` in `site/config.toml`
example: https://github.com/kubernetes/minikube/pull/5413
## Package managers which include minikube
These are downstream packages that are being maintained by others and how to upgrade them to make sure they have the latest versions
......
......@@ -36,15 +36,15 @@ For Linux users, we provide 3 easy download options:
### Debian package
```shell
curl -LO https://storage.googleapis.com/minikube/releases/latest/minikube_{{< latest >}}-0_amd64.deb
sudo dpkg -i minikube_{{< latest >}}-0_amd64.deb
curl -LO https://storage.googleapis.com/minikube/releases/latest/minikube_latest_amd64.deb
sudo dpkg -i minikube_latest_amd64.deb
```
### RPM package
```shell
curl -LO https://storage.googleapis.com/minikube/releases/latest/minikube-{{< latest >}}-0.x86_64.rpm
sudo rpm -ivh minikube-{{< latest >}}-0.x86_64.rpm
curl -LO https://storage.googleapis.com/minikube/releases/latest/minikube-latest.x86_64.rpm
sudo rpm -ivh minikube-latest.x86_64.rpm
```
{{% /tab %}}
......
{{ $.Site.Params.latest_release }}
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册