Skip to content

Commit

Permalink
Moved regular-kubernetes-distribution section to top
Browse files Browse the repository at this point in the history
  • Loading branch information
kiranmeduri committed Feb 20, 2020
1 parent 7c7c08a commit 993ffad
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions stable/appmesh-controller/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,15 @@ kubectl apply -k github.com/aws/eks-charts/stable/appmesh-controller//crds?ref=m

Install the App Mesh CRD controller:

### Regular Kubernetes distribution

```sh
helm upgrade -i appmesh-controller eks/appmesh-controller \
--namespace appmesh-system
```

The [configuration](#configuration) section lists the parameters that can be configured during installation.

### EKS on Fargate

```
Expand Down Expand Up @@ -126,15 +135,6 @@ helm upgrade -i appmesh-controller eks/appmesh-controller \
--set serviceAccount.name=appmesh-controller
```

### Regular Kubernetes distribution

```sh
helm upgrade -i appmesh-controller eks/appmesh-controller \
--namespace appmesh-system
```

The [configuration](#configuration) section lists the parameters that can be configured during installation.

## Uninstalling the Chart

To uninstall/delete the `appmesh-controller` deployment:
Expand Down

0 comments on commit 993ffad

Please sign in to comment.