You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
logs for a single pod
kubectl -n chaostoolkit-run logs chaostoolkit-
(please note, the pod id is the entire chaostoolkit-<suffix> not the part after the dash (as you wrote in your example; this is an internally generated suffix used to create a unique pod ID)
logs for all ctk pods
kubectl -n chaostoolkit-run logs -l app=chaostoolkit
for links to examples, please add them at the end of the section, not in the middle. A section might have several snippets that have to be described before showing the full manifest.
You can add something line : you can refer to a full example ...
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
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_clusterAfter the section: "Look at the Chaos Toolkit running:" - should we add a not about viewing the logs:
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.
The text was updated successfully, but these errors were encountered: