Ikki Shoka

Results 4 comments of Ikki Shoka

same here. ``` EKS version: v1.21.5-eks-bc4871b Datadog Agent Version: v7.33.1 ``` This issue happens v7.33.0~, but v7.32.4 not. The following events will occur in v7.33.0~. - Metrics don't contain tag...

Also, The same phenomenon occurred when I built and ran my self build. I solved this problem by adding `_"k8s.io/client-go/plugin/pkg/client/auth/gcp"` to `provider.go`. ``` metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" "k8s.io/client-go/kubernetes" _ "k8s.io/client-go/plugin/pkg/client/auth/gcp" ) ```

In addition, I was unable to run the binary file on Apple Silicon.