-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add podtato-head tutorial #302
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: Suhyen Im <[email protected]>
Signed-off-by: Suhyen Im <[email protected]>
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
✅ Deploy Preview for docs-litmuschaos ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
![setup-probe](../assets/tutorials/podtato-head/setup-probe.png) | ||
|
||
## Run Chaos Experiment with Podtato-head | ||
1. For Kubernetes v1.24 or later, bind a ClusterRole to the `argo-chaos` service account |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why are we binding argo-chaos serviceAccount to admin cluster-role?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Starting with Kubernetes v1.24, service accounts no longer receive tokens automatically upon creation. To provide the necessary permissions to the argo-chaos
service account, we initially bound it to the admin
cluster role. However, since this cluster role grants excessively broad permissions, it would be more appropriate to assign a role specific to the litmus
namespace instead.
Additionally, please note that with the recent update to the tutorial, this step is now unnecessary.
Rather than using the existing template, it would be a good idea to add a brief description of podtato-head and write a tutorial that goes through installing the podtato-head application and experimenting with pod delete. WDYT? |
Signed-off-by: Suhyen Im <[email protected]>
I think it's a great idea! I’ve updated the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🚀
What this PR does / why we need it:
This PR implements two features:
Tutorials
tab to Litmus Docs.Which issue this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close that issue when PR gets merged): fixes tutorial issue on #296Special notes for your reviewer:
Checklist:
documentation
tag