Skip to content

AKS kubelet configuration issue #29042

@samcook

Description

@samcook

Documentation Page

content/en/containers/kubernetes/distributions.md

Issue Description

The documentation for configuring the kubelet host on AKS when using the Datadog Operator specifies the following:

spec:
  global:
    ...
    kubelet:
      host:
        valueFrom:
          fieldRef:
            fieldPath: spec.nodeName

I get the following error when trying to use that configuration:

strict decoding error: unknown field "spec.global.kubelet.host.valueFrom"

Removing valueFrom seems to solve it for me:

spec:
  global:
    ...
    kubelet:
      host:
        fieldRef:
          fieldPath: spec.nodeName

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions