Skip to content

Commit

Permalink
added create namespace flag to helm; kubectl create namespace command…
Browse files Browse the repository at this point in the history
… can be deleted (kedacore#1164)
  • Loading branch information
raghu-manne authored Jul 4, 2023
1 parent 08b5e03 commit 9ce56fd
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 28 deletions.
2 changes: 1 addition & 1 deletion content/docs/1.4/deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Deploying KEDA with Helm is very simple:
**Helm 2**

```sh
helm install kedacore/keda --namespace keda --version 1.4.2 --name keda
helm install keda kedacore/keda --version 1.4.2 --namespace keda --create-namespace
```

**Helm 3**
Expand Down
2 changes: 1 addition & 1 deletion content/docs/1.5/deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Deploying KEDA with Helm is very simple:
**Helm 2**

```sh
helm install kedacore/keda --version 1.5.0 --namespace keda --name keda
helm install keda kedacore/keda --version 1.5.0 --namespace keda --create-namespace
```

**Helm 3**
Expand Down
3 changes: 1 addition & 2 deletions content/docs/2.0/deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ Deploying KEDA with Helm is very simple:
**Helm 3**

```sh
kubectl create namespace keda
helm install keda kedacore/keda --version 2.0.0 --namespace keda
helm install keda kedacore/keda --version 2.0.0 --namespace keda --create-namespace
```

> 💡 Make sure to manually install the CRDs since Helm does not update nor add new CRDs.
Expand Down
3 changes: 1 addition & 2 deletions content/docs/2.1/deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ Deploying KEDA with Helm is very simple:
3. Install `keda` Helm chart

```sh
kubectl create namespace keda
helm install keda kedacore/keda --version 2.1.0 --namespace keda
helm install keda kedacore/keda --version 2.1.0 --namespace keda --create-namespace
```

> 💡 Make sure to manually install the CRDs since Helm does not update nor add new CRDs.
Expand Down
3 changes: 1 addition & 2 deletions content/docs/2.10/deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ Deploying KEDA with Helm is very simple:
**Helm 3**

```sh
kubectl create namespace keda
helm install keda kedacore/keda --namespace keda
helm install keda kedacore/keda --namespace keda --create-namespace
```

> 💡 **NOTE:** Are you upgrading to v2.2.1 or above? Make sure to read [our troubleshooting guide](https://keda.sh/docs/latest/troubleshooting/) to fix potential CRD issues.
Expand Down
3 changes: 1 addition & 2 deletions content/docs/2.11/deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ Deploying KEDA with Helm is very simple:
**Helm 3**

```sh
kubectl create namespace keda
helm install keda kedacore/keda --namespace keda
helm install keda kedacore/keda --namespace keda --create-namespace
```

> 💡 **NOTE:** Are you upgrading to v2.2.1 or above? Make sure to read [our troubleshooting guide](https://keda.sh/docs/latest/troubleshooting/) to fix potential CRD issues.
Expand Down
3 changes: 1 addition & 2 deletions content/docs/2.12/deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ Deploying KEDA with Helm is very simple:
**Helm 3**

```sh
kubectl create namespace keda
helm install keda kedacore/keda --namespace keda
helm install keda kedacore/keda --namespace keda --create-namespace
```

> 💡 **NOTE:** Are you upgrading to v2.2.1 or above? Make sure to read [our troubleshooting guide](https://keda.sh/docs/latest/troubleshooting/) to fix potential CRD issues.
Expand Down
3 changes: 1 addition & 2 deletions content/docs/2.2/deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ Deploying KEDA with Helm is very simple:
3. Install `keda` Helm chart

```sh
kubectl create namespace keda
helm install keda kedacore/keda --version 2.2.0 --namespace keda
helm install keda kedacore/keda --version 2.2.0 --namespace keda --create-namespace
```

> 💡 **NOTE:** Are you upgrading to v2.2.1 or above? Make sure to read [our troubleshooting guide](https://keda.sh/docs/latest/troubleshooting/) to fix potential CRD issues.
Expand Down
3 changes: 1 addition & 2 deletions content/docs/2.3/deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ Deploying KEDA with Helm is very simple:
3. Install `keda` Helm chart

```sh
kubectl create namespace keda
helm install keda kedacore/keda --namespace keda
helm install keda kedacore/keda --namespace keda --create-namespace
```

> 💡 **NOTE:** Are you upgrading to v2.2.1 or above? Make sure to read [our troubleshooting guide](https://keda.sh/docs/latest/troubleshooting/) to fix potential CRD issues.
Expand Down
3 changes: 1 addition & 2 deletions content/docs/2.4/deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ Deploying KEDA with Helm is very simple:
**Helm 3**

```sh
kubectl create namespace keda
helm install keda kedacore/keda --namespace keda
helm install keda kedacore/keda --namespace keda --create-namespace
```

> 💡 **NOTE:** Are you upgrading to v2.2.1 or above? Make sure to read [our troubleshooting guide](https://keda.sh/docs/latest/troubleshooting/) to fix potential CRD issues.
Expand Down
3 changes: 1 addition & 2 deletions content/docs/2.5/deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ Deploying KEDA with Helm is very simple:
**Helm 3**

```sh
kubectl create namespace keda
helm install keda kedacore/keda --namespace keda
helm install keda kedacore/keda --namespace keda --create-namespace
```

> 💡 **NOTE:** Are you upgrading to v2.2.1 or above? Make sure to read [our troubleshooting guide](https://keda.sh/docs/latest/troubleshooting/) to fix potential CRD issues.
Expand Down
3 changes: 1 addition & 2 deletions content/docs/2.6/deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ Deploying KEDA with Helm is very simple:
**Helm 3**

```sh
kubectl create namespace keda
helm install keda kedacore/keda --namespace keda
helm install keda kedacore/keda --namespace keda --create-namespace
```

> 💡 **NOTE:** Are you upgrading to v2.2.1 or above? Make sure to read [our troubleshooting guide](https://keda.sh/docs/latest/troubleshooting/) to fix potential CRD issues.
Expand Down
3 changes: 1 addition & 2 deletions content/docs/2.7/deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ Deploying KEDA with Helm is very simple:
**Helm 3**

```sh
kubectl create namespace keda
helm install keda kedacore/keda --namespace keda
helm install keda kedacore/keda --namespace keda --create-namespace
```

> 💡 **NOTE:** Are you upgrading to v2.2.1 or above? Make sure to read [our troubleshooting guide](https://keda.sh/docs/latest/troubleshooting/) to fix potential CRD issues.
Expand Down
3 changes: 1 addition & 2 deletions content/docs/2.8/deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ Deploying KEDA with Helm is very simple:
**Helm 3**

```sh
kubectl create namespace keda
helm install keda kedacore/keda --namespace keda
helm install keda kedacore/keda --namespace keda --create-namespace
```

> 💡 **NOTE:** Are you upgrading to v2.2.1 or above? Make sure to read [our troubleshooting guide](https://keda.sh/docs/latest/troubleshooting/) to fix potential CRD issues.
Expand Down
3 changes: 1 addition & 2 deletions content/docs/2.9/deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ Deploying KEDA with Helm is very simple:
**Helm 3**

```sh
kubectl create namespace keda
helm install keda kedacore/keda --namespace keda
helm install keda kedacore/keda --namespace keda --create-namespace
```

> 💡 **NOTE:** Are you upgrading to v2.2.1 or above? Make sure to read [our troubleshooting guide](https://keda.sh/docs/latest/troubleshooting/) to fix potential CRD issues.
Expand Down

0 comments on commit 9ce56fd

Please sign in to comment.