Skip to content

Commit 236b9d0

Browse files
committed
formatting
1 parent b5bd6ea commit 236b9d0

File tree

1 file changed

+10
-1
lines changed
  • 03-path-application-development/310-chaos-engineering

1 file changed

+10
-1
lines changed

03-path-application-development/310-chaos-engineering/readme.adoc

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,16 @@ With your cluster running you will first need to ensure you populate the `WEBAPP
209209

210210
$ export WEBAPP_URL="http://$(kubectl get svc/webapp-service -o jsonpath={.status.loadBalancer.ingress[0].hostname})/"
211211

212-
NOTE: Amazon EKS uses a non-default Service Account for authenticating with the Kubernetes cluster. Until upstream `kubectl` supports the needed authentication mechanism, a Service Account with the required RBAC privileges needs to be created and configured in the context. This can be done using the script https://gist.github.com/mreferre/6aae10ddc313dd28b72bdc9961949978. In addition, `chaos` CLI need to pick up the right context by using the command `export KUBERNETES_CONTEXT=user1-eks-cluster`. More discussion on this topic at https://github.com/aws-samples/aws-workshop-for-kubernetes/issues/428.
212+
[NOTE]
213+
====
214+
Amazon EKS uses a non-default Service Account for authenticating with the Kubernetes cluster. Until upstream `kubectl` supports the needed authentication mechanism, a Service Account with the required RBAC privileges needs to be created and configured in the context. This can be done using the script https://gist.github.com/mreferre/6aae10ddc313dd28b72bdc9961949978.
215+
216+
In addition, `chaos` CLI needs to pick up the right context by using the command:
217+
218+
export KUBERNETES_CONTEXT=user1-eks-cluster
219+
220+
More discussion on this topic at https://github.com/aws-samples/aws-workshop-for-kubernetes/issues/428.
221+
====
213222

214223
Now you can run the link:./experiments/experiment.json[experiment] using the `chaos run` command:
215224

0 commit comments

Comments
 (0)