Skip to content

Commit

Permalink
[EV-4372] Fix spacing in managed cluster docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitri-nicolo authored and bmckercher123 committed Nov 14, 2023
1 parent 5e2255d commit b946905
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ If you are installing on a cluster installed by EKS, GKE, AKS or Mirantis Kubern
1. If you are installing on a cluster installed by EKS, GKE, AKS or Mirantis Kubernetes Engine (MKE), set the `kubernetesProvider` as described in the [Installation reference](../../../reference/installation/api.mdx#operator.tigera.io/v1.Provider). For example:

```bash
echo '{ installation: { kubernetesProvider: EKS }}' > values.yaml
echo 'installation: { kubernetesProvider: EKS }' > values.yaml
```

For Azure AKS cluster with no Kubernetes CNI pre-installed, create `values.yaml` with the following command:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ If you are installing on a cluster installed by EKS, GKE, AKS or Mirantis Kubern
1. If you are installing on a cluster installed by EKS, GKE, AKS or Mirantis Kubernetes Engine (MKE), set the `kubernetesProvider` as described in the [Installation reference](../../../reference/installation/api.mdx#operator.tigera.io/v1.Provider). For example:

```bash
echo '{ installation: { kubernetesProvider: EKS }}' > values.yaml
echo 'installation: { kubernetesProvider: EKS }' > values.yaml
```

For Azure AKS cluster with no Kubernetes CNI pre-installed, create `values.yaml` with the following command:
Expand Down

0 comments on commit b946905

Please sign in to comment.