-
Notifications
You must be signed in to change notification settings - Fork 80
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
Rewrote installation instructions #316
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: Dave Welsch <[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. |
Signed-off-by: Dave Welsch <[email protected]>
|
||
<a href="https://harness.io/">Harness</a> offers a free service for community members which makes getting started with Litmus easy. Create an account to get started. Once logged in, create a new hosted control plane and connect to it via the up CLI. Litmus can be used as a hosted cloud service using <a href="https://app.harness.io/auth/#/signin">Harness Chaos Engineering SaaS</a>. Harness Chaos Engineering SaaS executes your Chaos Experiments in the cloud by managing all your Chaos Control Plane components, while the Chaos Execution Plane components exist on your Kubernetes cluster as part of an external chaos infrastructure. | ||
<br/><br/> | ||
To get started with Harness Chaos Engineering SaaS, visit <a href="https://developer.harness.io/docs/chaos-engineering/get-started/learn-more-free-plan">Harness Chaos Engineering SaaS</a> and register for free. |
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.
It seems that the link https://developer.harness.io/docs/chaos-engineering/get-started/learn-more-free-plan
results in a "Page Not Found" error. Can you resolve this error?
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.
I recommend getting rid of this paragraph, for a couple reasons:
- CNCF guidelines prohibit endorsing commercial sites in open source projects, and this is coming close to doing that;
- Whatever external sites we link to should be stable, and this one has proved not to be;
- Even another, similar offer (the closest I could find was https://www.harness.io/blog/get-started-with-harness-chaos-engineering-free-plan) is presumably time-limited and therefore, again, not a stable source of information.
Thoughts?
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.
Removed last paragraph.
…inappropriately commercial. Signed-off-by: Dave Welsch <[email protected]>
@dwelsch-esi |
@suhyenim I didn't -- not on purpose anyway. Must have accidentally checked in the automatically updated file in my local repo. How should I handle this? Revert back to pre-commit version? |
@dwelsch-esi No worries! It's a common issue when working with yarn.lock or similar files. The best way to fix this would be to replace the yarn.lock file in your current branch with the version from the main branch. |
Signed-off-by: Dave Welsch <[email protected]>
@suhyenim Done! |
Removed redundant installation instructions. Rewrote instructions step by step
(though they're still a bit complicated). Moved explanation of hosted install to
its own page.
fixes #298
Reviewers: Please try all install scenarios to make sure the instructions are complete
and accurate.
Checklist:
documentation
tag