ja-docs: fixes for broken links. (#17781)
1. Fixed markdown error that endup as 404 error at the URL
https://kubernetes.io/ja/docs/reference/command-line-tools-reference/feature-gates/
See - CSI(Container Storage Interface) link.
2. Minikube links at
- content/ja/docs/tasks/tools/install-minikube.md
- content/ja/includes/task-tutorial-prereqs.md
3. Link to CRI page at
content/ja/docs/setup/production-environment/tools/kubeadm/install-kubeadm.md
4. Windows Nodes link at
https://kubernetes.io/ja/docs/setup/production-environment/windows/user-guide-windows-containers/
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
4a1fc7f34e
commit
ef00b57e7b
@@ -112,7 +112,7 @@ Other CRI-based runtimes include:
|
||||
- [cri-o](https://cri-o.io/)
|
||||
- [frakti](https://github.com/kubernetes/frakti)
|
||||
|
||||
Refer to the [CRI installation instructions](/ja/docs/setup/cri) for more information.
|
||||
Refer to the [CRI installation instructions](/ja/docs/setup/production-environment/container-runtimes/) for more information.
|
||||
|
||||
## kubeadm、kubelet、kubectlのインストール
|
||||
|
||||
|
||||
+1
-1
@@ -22,7 +22,7 @@ Windows applications constitute a large portion of the services and applications
|
||||
|
||||
## Before you begin
|
||||
|
||||
* Create a Kubernetes cluster that includes a [master and a worker node running Windows Server](../user-guide-windows-nodes)
|
||||
* Create a Kubernetes cluster that includes a [master and a worker node running Windows Server](/ja/docs/setup/production-environment/windows/user-guide-windows-nodes/)
|
||||
* It is important to note that creating and deploying services and workloads on Kubernetes behaves in much the same way for Linux and Windows containers. [Kubectl commands](/docs/reference/kubectl/overview/) to interface with the cluster are identical. The example in the section below is provided simply to jumpstart your experience with Windows containers.
|
||||
|
||||
## Getting Started: Deploying a Windows container
|
||||
|
||||
Reference in New Issue
Block a user