Skip to content
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

provisioner container in dynatrace-oneagent-csi-driver restarts several times when pod scheduled #2792

Closed
Tomy8s opened this issue Feb 22, 2024 · 1 comment
Labels
support request request for further assistance with an issue

Comments

@Tomy8s
Copy link

Tomy8s commented Feb 22, 2024

Describe the bug

provisioner container in the dynatrace-oneagent-csi-driver pods is restarted several times immediately after the pod is spun up.

To Reproduce

  • Release operator to a cluster
  • When stable, scale out cluster

Expected behavior

All containers in the dynatrace-oneagent-csi-driver should report as healthy after reporting as started up

Screenshots

% kubectl get pod -l internal.oneagent.dynatrace.com/app=csi-driver                                     
NAME                                  READY   STATUS    RESTARTS       AGE
dynatrace-oneagent-csi-driver-2659v   4/4     Running   0              37h
dynatrace-oneagent-csi-driver-2b9gt   4/4     Running   1 (37h ago)    37h
dynatrace-oneagent-csi-driver-2bf7s   4/4     Running   1 (37h ago)    37h
dynatrace-oneagent-csi-driver-2c4lc   4/4     Running   1 (139m ago)   139m
dynatrace-oneagent-csi-driver-2drmj   4/4     Running   3 (159m ago)   160m
dynatrace-oneagent-csi-driver-2f4jw   4/4     Running   2 (36h ago)    36h
dynatrace-oneagent-csi-driver-2frfx   4/4     Running   2 (36h ago)    36h
dynatrace-oneagent-csi-driver-2qk7r   4/4     Running   4 (36h ago)    36h
dynatrace-oneagent-csi-driver-2sbtm   4/4     Running   1 (36h ago)    36h
dynatrace-oneagent-csi-driver-2wdq7   4/4     Running   1 (37h ago)    37h
dynatrace-oneagent-csi-driver-4mr78   4/4     Running   0              36h
dynatrace-oneagent-csi-driver-4p8wd   4/4     Running   1 (179m ago)   3h
dynatrace-oneagent-csi-driver-5d449   4/4     Running   3 (36h ago)    37h
dynatrace-oneagent-csi-driver-5qxqh   4/4     Running   1 (37h ago)    37h
dynatrace-oneagent-csi-driver-5s895   4/4     Running   1              35h
dynatrace-oneagent-csi-driver-5zdlw   4/4     Running   1 (36h ago)    36h
...

Additional context

  • There is a startupProbe configured for the server container in the same pod in csi/daemonset.yaml.
  • There is no startupProbe configured for the provisioner container.
  • These containers both use the same dynatrace-operator.image image.

Would adding the same startupProbe to the provisioner container fix this issue?

@luhi-DT luhi-DT added the support request request for further assistance with an issue label Feb 26, 2024
Copy link
Contributor

Thank you for opening a Dynatrace Operator Issue. We've identified and tagged the issue as a "Support request".

Dynatrace responds to requests like these via Dynatrace ONE support rather than Github. This helps our team respond as quickly as possible using the support team's tools and procedures.

Thanks for your help!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
support request request for further assistance with an issue
Projects
None yet
Development

No branches or pull requests

2 participants