Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update urls in zh docs default-storage-class-prereqs.md #19396

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -71,23 +71,3 @@ kubeadm init phase control-plane [flags]
</tbody>
</table>



<!--
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

IMO, one PR better has one purpose. The see also issue seems to have its own tracking issue.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm
for this change
I remember that this issue (removing SEE ALSO ) has been closed

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

see #18411

SEE ALSO
-->
查看其它

<!--
* [kubeadm init phase](kubeadm_init_phase.md) - Use this command to invoke single phase of the init workflow
* [kubeadm init phase control-plane all](kubeadm_init_phase_control-plane_all.md) - Generate all static Pod manifest files
* [kubeadm init phase control-plane apiserver](kubeadm_init_phase_control-plane_apiserver.md) - Generates the kube-apiserver static Pod manifest
* [kubeadm init phase control-plane controller-manager](kubeadm_init_phase_control-plane_controller-manager.md) - Generates the kube-controller-manager static Pod manifest
* [kubeadm init phase control-plane scheduler](kubeadm_init_phase_control-plane_scheduler.md) - Generates the kube-scheduler static Pod manifest
-->
* [kubeadm init phase](kubeadm_init_phase.md) - 使用此命令可以调用 `init` 工作流程的单个阶段
* [kubeadm init phase control-plane all](kubeadm_init_phase_control-plane_all.md) - 生成所有静态 Pod 清单文件
* [kubeadm init phase control-plane apiserver](kubeadm_init_phase_control-plane_apiserver.md) - 生成 kube-apiserver 静态 Pod 清单
* [kubeadm init phase control-plane controller-manager](kubeadm_init_phase_control-plane_controller-manager.md) - 生成 kube-controller-manager 静态 Pod 清单
* [kubeadm init phase control-plane scheduler](kubeadm_init_phase_control-plane_scheduler.md) - 生成 kube-scheduler 静态 Pod 清单

2 changes: 1 addition & 1 deletion content/zh/includes/default-storage-class-prereqs.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
您需要有一个带有默认[StorageClass](/docs/concepts/storage/storage-classes/)的动态持续卷供应程序,或者自己[静态的提供持久卷](/docs/user-guide/persistent-volumes/#provisioning)来满足这里使用的[持久卷请求](/docs/user-guide/persistent-volumes/#persistentvolumeclaims)。
您需要有一个带有默认[StorageClass](/content/zh/docs/concepts/storage/storage-classes.md)的动态持续卷供应程序,或者自己[静态的提供持久卷](/content/zh/docs/reference/glossary/persistent-volume.md)来满足这里使用的[持久卷请求](/content/zh/docs/reference/glossary/persistent-volume-claim.md)。
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  1. Most zh translation docs still keep the links to en version. A general fix for this is under discussion.
  2. No need for .md in a link.


<!--
You need to either have a dynamic PersistentVolume provisioner with a default
Expand Down