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
Error :- Warning FailedMount 109s (x38 over 62m) kubelet MountVolume.SetUp failed for volume "oneagent-bin" : kubernetes.io/csi: mounter.SetUpAt failed to get CSI client: driver name csi.oneagent.dynatrace.com not found in the list of registered CSI drivers
$ kubectl get csidriver
NAME ATTACHREQUIRED PODINFOONMOUNT STORAGECAPACITY TOKENREQUESTS REQUIRESREPUBLISH MODES AGE
csi.oneagent.dynatrace.com false true false false Ephemeral 2d
efs.csi.aws.com false false false false Persistent 43d
$
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.
We have used helm charts (https://docs.dynatrace.com/docs/setup-and-configuration/setup-on-k8s/installation/cloud-native-fullstack#expand--installation-with-additional-configuration-of-the-helm-chart--2) to Install Dynatrace Operator in cloud Native full stack mode, all the components are successfully installed, but we are seeing the below error even though the csi.oneagent.dynratrace.com is there in csi drivers. All the CRD's are installed by the helm charts as the installCRD value is set to true by default.
Error :- Warning FailedMount 109s (x38 over 62m) kubelet MountVolume.SetUp failed for volume "oneagent-bin" : kubernetes.io/csi: mounter.SetUpAt failed to get CSI client: driver name csi.oneagent.dynatrace.com not found in the list of registered CSI drivers
$ kubectl get csidriver
NAME ATTACHREQUIRED PODINFOONMOUNT STORAGECAPACITY TOKENREQUESTS REQUIRESREPUBLISH MODES AGE
csi.oneagent.dynatrace.com false true false false Ephemeral 2d
efs.csi.aws.com false false false false Persistent 43d
$
$ kubectl get pods -n dynatrace
NAME READY STATUS RESTARTS AGE
dynatrace-oneagent-csi-driver-5cz4k 4/4 Running 0 2d
dynatrace-operator-6fbcc7bcd4-v9h82 1/1 Running 0 2d
dynatrace-webhook-bfc55f948-7kslf 1/1 Running 0 2d
dynatrace-webhook-bfc55f948-zfmdw 1/1 Running 0 2d
eit-gha-runners-dub-p432-eks-activegate-0 1/1 Running 0 29h
eit-gha-runners-dub-p432-eks-oneagent-nc84w 1/1 Running 0 29h
$
The text was updated successfully, but these errors were encountered: