AI-Hypercomputer / AI-Hypercomputer/xpk

[Bug] CoreDNS installation uses deprecated kubernetes deployment scripts

オープン
#1,008 コメント 3 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
Python
スター
193
フォーク
94
平均マージ
24分
マージ済み PR(30日)
1

説明

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
```

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。