kubernetes-data-platform icon indicating copy to clipboard operation
kubernetes-data-platform copied to clipboard

[Bug]:快速启动命令报错

Open morolt opened this issue 1 year ago • 0 comments

KDP version

kdp 1.2.2

What did you do?

kdp install --local-mode --set dnsService.name=kube-dns

What did you see happen?

[INFO] - Ready to install KDP infrastructure, this may take a few minutes... [INFO] - Local mode is enabled, creating a local kind cluster now. Set env 'export KDP_CR_ACCESS_TOKEN=<your_token>' if using your private container registry to pull KDP OCI images. Creating cluster "kdp-e2e" ... • Ensuring node image (kindest/node:v1.26.3) 🖼 ... ✓ Ensuring node image (kindest/node:v1.26.3) 🖼 • Preparing nodes 📦 📦 📦 📦 📦 ... ✓ Preparing nodes 📦 📦 📦 📦 📦 • Writing configuration 📜 ... ✓ Writing configuration 📜 • Starting control-plane 🕹️ ... ✓ Starting control-plane 🕹️ • Installing CNI 🔌 ... ✓ Installing CNI 🔌 • Installing StorageClass 💾 ... ✓ Installing StorageClass 💾 • Joining worker nodes 🚜 ... ✓ Joining worker nodes 🚜 • Waiting ≤ 10m0s for control-plane = Ready ⏳ ... ✓ Waiting ≤ 10m0s for control-plane = Ready ⏳ • Ready after 1s 💚 Set kubectl context to "kind-kdp-e2e" You can now use your cluster with:

kubectl cluster-info --context kind-kdp-e2e

Thanks for using kind! 😊 [INFO] - Kind cluster has been created successfully! [INFO] - Ready to install vela [ERROR] - Error installing KDP vela: error downloading vela tarball: failed to stat remote file: parsing time "" as "Mon, 02 Jan 2006 15:04:05 MST": cannot parse "" as "Mon"

What did you expect to see?

是网络问题吗

morolt avatar Sep 10 '24 08:09 morolt