Issue with the Link to the K8s Deployment Documentation

Note:
This topic has been translated from a Chinese forum by GPT and might contain errors.

Original topic: k8s 部署文档链接指向问题

| username: ShawnYan

Documentation Error, please provide feedback according to the template below:

  • Issue Category: Outdated information, Incorrect description, Code error, Parameter error, Broken link, Typographical error
  • Page where the issue occurs: Link + Screenshot
  • Error description:

Original text:
kubectl create namespace tidb-cluster &&
kubectl -n tidb-cluster apply -f https://raw.githubusercontent.com/ pingcap/tidb-operator/v1.4.2/examples/basic/tidb-cluster.yaml

If the access speed to Docker Hub is slow, you can use the image on UCloud:

kubectl create namespace tidb-cluster &&
kubectl -n tidb-cluster apply -f https://raw.githubusercontent.com/ pingcap/tidb-operator/v1.4.2/examples/basic-cn/tidb-cluster.yaml

Question:
Which link does the image on UCloud refer to?

| username: yiduoyunQ | Original post link

basic-cn, the two URLs you mentioned above are different.

| username: ShawnYan | Original post link

Is the image repository in the YAML file different?
Alright, but domestic users have a hard time even accessing GitHub, so they can’t download the YAML. What’s the point of using UCloud for the image?

baseImage: pingcap/pd
baseImage: uhub.service.ucloud.cn /pingcap/pd

| username: system | Original post link

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.