-
Notifications
You must be signed in to change notification settings - Fork 183
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
docs: refactor installation guide #3327
Conversation
bb62454
to
8efc0a6
Compare
02b06e0
to
0866573
Compare
|
||
## Uninstalling Sumo Logic Collection | ||
- `kubectl delete job -n ${NAMESPACE} my-release-sumologic-setup` |
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 do we need to delete the job explicitly, isn't the job/pod removed once its complete?
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 is after some TTL (https://kubernetes.io/docs/concepts/workloads/controllers/ttlafterfinished/), but this isn't guaranteed to have passed at this point.
|
||
## Uninstalling Sumo Logic Collection | ||
- `kubectl delete job -n ${NAMESPACE} my-release-sumologic-setup` | ||
- `kubectl delete job -n ${NAMESPACE} my-release-sumologic-ot-operator-instr` (needed only if `opentelemetry-operator.enabled=true`) |
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.
same question here I guess.
|
||
![dashboard](/images/sumo_k8s_dashboard.png) | ||
|
||
[sumo-k8s-app-dashboards]: https://help.sumologic.com/docs/integrations/containers-orchestration/kubernetes#installing-the-kubernetes-app |
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.
nice looking dashboard!
containers: | ||
otelcol: | ||
securityContext: | ||
privileged: true |
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.
is this privilege elevation only required in openshift?
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 believe so, but I'm not an expert on OpenShift. @kkujawa-sumo do you know?
0866573
to
a533236
Compare
Made the installation guide more streamlined, mostly by making the critical path as short and straightforward as possible, and moving less used sections to later parts of the document.
Some more specific changes:
Checklist