Open taraktikos opened 2 years ago
Which version of kind
are you using? I was able to get this working with version 0.12.0
, on MacOS.
After downloading datadog-agent-logs.yaml
, when you added the API key did you base64 encoding it?
If you run echo -n '<Your API key>' | base64
, make sure to replace PUT_YOUR_BASE64_ENCODED_API_KEY_HERE
in datadog-agent-logs.yaml
with the encoded API key. After that, running kubectl apply -f datadog-agent-logs.yaml
should deploy everything correctly.
Output of the info page (if this is a bug)
Describe what happened: I'm trying to install datadog agent to local
kind
cluster using this instruction https://docs.datadoghq.com/agent/kubernetes/installation/?tab=daemonset I use the following manifest template https://docs.datadoghq.com/resources/yaml/datadog-agent-logs.yamlDescribe what you expected: Deamon set is running and sending logs
Steps to reproduce the issue:
Additional environment details (Operating System, Cloud provider, etc): MacOS, KIND (https://kind.sigs.k8s.io/)