Skip to content

Commit

Permalink
Removed references to helm 2
Browse files Browse the repository at this point in the history
  • Loading branch information
J12934 committed Apr 23, 2021
1 parent f8ff186 commit 829da45
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 20 deletions.
13 changes: 6 additions & 7 deletions guides/aws/aws.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,6 @@ kubectl config current-context
# You'll need to add the multi-juicer helm repo to your helm repos
helm repo add multi-juicer https://iteratec.github.io/multi-juicer/

# for helm <= 2
helm install multi-juicer/multi-juicer --name multi-juicer

# for helm >= 3
helm install multi-juicer multi-juicer/multi-juicer

# kubernetes will now spin up the pods
Expand Down Expand Up @@ -110,6 +106,7 @@ kubectl apply -f https://raw.githubusercontent.com/iteratec/multi-juicer/master/
```

You can get the LoadBalancer's DNS record either from the AWS console, or by running:

```sh
kubectl get ingress
# Should print something like:
Expand All @@ -118,6 +115,7 @@ kubectl get ingress
```

Use `kubectl get pods`to see the pods you have successfully running, which should be similar to

```sh
kubectl get pods
# NAME READY STATUS RESTARTS AGE
Expand Down Expand Up @@ -149,6 +147,7 @@ kubectl delete -f https://raw.githubusercontent.com/kubernetes-sigs/aws-alb-ingr
# Delete the kubernetes cluster
eksctl delete cluster multi-juicer
```

## Errors you might see

```
Expand All @@ -157,6 +156,6 @@ AWS::IAM::Role/Role1: CREATE_FAILED – "1 validation error detected: Value '' a

This error may occur when you don't update `cluster-iam.yaml` with your Region and Policy ARN.

- Update `cluster-iam.yaml`
- Run `eksctl delete iamserviceaccount --cluster=multi-juicer --name=alb-ingress-controller --namespace=kube-system` to delete the old account if it exists
- Run `eksctl create iamserviceaccount --config-file=cluster-iam.yaml --approve --override-existing-serviceaccounts`
- Update `cluster-iam.yaml`
- Run `eksctl delete iamserviceaccount --cluster=multi-juicer --name=alb-ingress-controller --namespace=kube-system` to delete the old account if it exists
- Run `eksctl create iamserviceaccount --config-file=cluster-iam.yaml --approve --override-existing-serviceaccounts`
4 changes: 0 additions & 4 deletions guides/azure/azure.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@ kubectl config current-context
# You'll need to add the multi-juicer helm repo to your helm repos
helm repo add multi-juicer https://iteratec.github.io/multi-juicer/

# for helm <= 2
helm install multi-juicer/multi-juicer --name multi-juicer

# for helm >= 3
helm install multi-juicer multi-juicer/multi-juicer

# kubernetes will now spin up the pods
Expand Down
4 changes: 0 additions & 4 deletions guides/digital-ocean/digital-ocean.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@ kubectl config current-context
# You'll need to add the multi-juicer helm repo to your helm repos
helm repo add multi-juicer https://iteratec.github.io/multi-juicer/

# for helm <= 2
helm install multi-juicer/multi-juicer --name multi-juicer

# for helm >= 3
helm install multi-juicer multi-juicer/multi-juicer

# kubernetes will now spin up the pods
Expand Down
1 change: 0 additions & 1 deletion guides/k8s/k8s.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ kubectl cluster-info
# You'll need to add the multi-juicer helm repo to your helm repos
helm repo add multi-juicer https://iteratec.github.io/multi-juicer/

# for helm >= 3
helm install multi-juicer multi-juicer/multi-juicer

# kubernetes will now spin up the pods
Expand Down
4 changes: 0 additions & 4 deletions guides/openshift/openshift.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@ oc new-project multi-juicer
# You'll need to add the multi-juicer helm repo to your helm repos
helm repo add multi-juicer https://iteratec.github.io/multi-juicer/

# for helm <= 2
helm install multi-juicer/multi-juicer --name multi-juicer ./multi-juicer/helm/multi-juicer/

# for helm >= 3
helm install multi-juicer multi-juicer/multi-juicer ./multi-juicer/helm/multi-juicer/
```

Expand Down

0 comments on commit 829da45

Please sign in to comment.