chaostoolkit / chaostoolkit-documentation

The Chaos Toolkit documentation
https://chaostoolkit.org
Apache License 2.0
19 stars 32 forks source link

Add some clarification to the section Deploy Chaos Toolkit as a Kubernetes Operator #87

Open gtfisher opened 4 years ago

gtfisher commented 4 years ago

Under https://docs.chaostoolkit.org/deployment/k8s/operator/#deploy-the-operator

Should there be a note before: "Next, simply run the following:" explaining you will need to be connected to a cluster prior to running the kustomize command. and perhaps a link to https://cloud.google.com/kubernetes-engine/docs/quickstart#create_cluster

After the section: "Look at the Chaos Toolkit running:" - should we add a not about viewing the logs:

kubectl -n chaostoolkit-run logs chaostoolkit-<pod-id>

After "They will be injected into the Chaos Toolkit’s pod as environment variables." Add a link to the example showing the use of environment variables.

After the code section of "configMapName", add a link to the example using the config map.

At the end of "https://docs.chaostoolkit.org/deployment/k8s/operator/#load-the-experiment-from-a-url" add a link to the example that run's from a URL.

dmartin35 commented 4 years ago

A final comment, bear in mind that users must have basic knowledge of Kubernetes, they shall be familiar at least with the basic commands. For your examples, please keep them a precise as possible for the intended thing to explain, not to mix two features in one example. We could also have other more complexion

Lawouach commented 4 years ago

Hey folks, is this still relevant?