Skip to content

Plugin/hosts: this plugin can only be used once per Server Block #341

@cws-khuntly

Description

@cws-khuntly

hello,

I am trying to add a custom configuration to core DNS using the following yaml:

apiVersion: v1
kind: ConfigMap                                                    metadata:
  name: coredns-custom
  namespace: kube-system
data:
  docker.override: |
   hosts {
      192.168.12.6 oracle.fedora.local
      fallthrough
    }

and I'm getting the following:

Plugin/hosts: this plugin can only be used once per Server Block```

as far as I can tell I'm doing this properly?

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