openebs-archive / openebs-docs

OpenEBS Documentation
https://docs.openebs.io
Apache License 2.0
37 stars 137 forks source link

Helm 3 can create namespace with install command #899

Closed survivant closed 3 years ago

survivant commented 3 years ago

in https://docs.openebs.io/docs/next/installation.html#installation-through-helm
for Helm 3, we can create the namespace with the install command. Lot easier to understand and it need only one line.

helm install openebs openebs/openebs --create-namespace --namespace openebs

You can aolso specify the context with --kube-context=xyz instead of switching context with kubectl

survivant commented 3 years ago

PS. it works with Helm 3.2+ ( the current version is 3.4.1)

survivant commented 3 years ago

@kmova that page too talk about helm installation. There is a line that is missing kubectl create ns openebs if you are not creating the namespace in the same time that installing openebs with helm

kmova commented 3 years ago

Update this as part of the 2.11. Please review the latest document on install. https://docs.openebs.io/docs/next/installation.html#installation-through-helm

Removed the references to helm 2 completely.