Skip to content

[Bug] CoreDNS installation uses deprecated kubernetes deployment scripts #1008

@zhengkezhou1

Description

@zhengkezhou1

XPK's CoreDNS installation uses the deprecated deployment method from github.com/coredns/deployment, which has been superseded by the official Helm chart.

These kube-dns/CoreDNS migration scripts and templates are deprecated. For deploying coredns, use the coredns helm chart, or the yaml templates maintained by kubeadm.

Current Behavior

Image
git clone https://github.com/coredns/deployment.git /tmp/deployment
./deploy.sh | kubectl apply -f -

Expected Behavior

Use the official Helm chart as recommended:\

helm repo add coredns https://coredns.github.io/helm
helm --namespace=kube-system install coredns coredns/coredns \
  --set replicaCount=15

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