AI-Hypercomputer / AI-Hypercomputer/xpk

[Bug] CoreDNS installation uses deprecated kubernetes deployment scripts

Đang mở
#1,008 3 bình luận 0 reaction 0 người được giao Xem trên GitHub
Ngôn ngữ chính
Python
Star
193
Fork
94
Merge trung bình
24 phút
Pull request đã merge (30 ngày)
1

Mô tả

XPK's CoreDNS installation uses the deprecated deployment method from [github.com/coredns/deployment](https://github.com/coredns/deployment/tree/master/kubernetes), 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

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

### Expected Behavior

Use the official Helm chart as recommended:\
```bash
helm repo add coredns https://coredns.github.io/helm
helm --namespace=kube-system install coredns coredns/coredns \
--set replicaCount=15
```

Hướng dẫn đóng góp

Mở hướng dẫn đóng góp

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.