提交 dba30af5 编写于 作者: J Josh Woodcock

Rename helm addon to helm-tiller

上级 d81e8e94
......@@ -249,7 +249,7 @@ var settings = []Setting{
callbacks: []setFn{EnableOrDisableAddon},
},
{
name: "helm",
name: "helm-tiller",
set: SetBool,
validations: []setFn{IsValidAddon},
callbacks: []setFn{EnableOrDisableAddon},
......
## helm Addon
## helm-tiller Addon
[Kubernetes Helm](https://helm.sh) - The Kubernetes Package Manager
### Enabling helm
### Enabling helm-tiller
To enable this addon, simply run:
```shell script
minikube addons enable helm
minikube addons enable helm-tiller
```
In a minute or so tiller will be installed into your cluster. You could run `helm init` each time you create a new minikube instance or you could just enable this addon.
......
......@@ -327,26 +327,26 @@ var Addons = map[string]*Addon{
"0640",
true),
}, false, "gvisor"),
"helm": NewAddon([]*BinAsset{
"helm-tiller": NewAddon([]*BinAsset{
MustBinAsset(
"deploy/addons/helm/helm-dp.tmpl",
"deploy/addons/helm-tiller/helm-tiller-dp.tmpl",
constants.GuestAddonsDir,
"helm-dp.yaml",
"helm-tiller-dp.yaml",
"0640",
true),
MustBinAsset(
"deploy/addons/helm/helm-rbac.tmpl",
"deploy/addons/helm-tiller/helm-tiller-rbac.tmpl",
constants.GuestAddonsDir,
"helm-rbac.yaml",
"helm-tiller-rbac.yaml",
"0640",
true),
MustBinAsset(
"deploy/addons/helm/helm-svc.tmpl",
"deploy/addons/helm-tiller/helm-tiller-svc.tmpl",
constants.GuestAddonsDir,
"helm-svc.yaml",
"helm-tiller-svc.yaml",
"0640",
true),
}, false, "helm"),
}, false, "helm-tiller"),
}
// AddMinikubeDirAssets adds all addons and files to the list
......
......@@ -22,7 +22,7 @@ minikube has a set of built-in addons that, when enabled, can be used within Kub
* [logviewer](https://github.com/ivans3/minikube-log-viewer)
* [gvisor](../deploy/addons/gvisor/README.md)
* [storage-provisioner-gluster](../deploy/addons/storage-provisioner-gluster/README.md)
* [helm](../deploy/addons/helm/README.md)
* [helm-tiller](../deploy/addons/helm-tiller/README.md)
## Listing available addons
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册