Skip to content

Commit f6d72fe

Browse files
authored
Merge pull request #26557 from butterv/setup-gce-1.18-ja
Update docs/setup/production-environment/turnkey/gce.md to follow v1.18 of the original text
2 parents ded90a1 + c460123 commit f6d72fe

File tree

1 file changed

+6
-13
lines changed
  • content/ja/docs/setup/production-environment/turnkey

1 file changed

+6
-13
lines changed

content/ja/docs/setup/production-environment/turnkey/gce.md

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ cluster/kube-up.sh
6767
If you want more than one cluster running in your project, want to use a different name, or want a different number of worker nodes, see the `<kubernetes>/cluster/gce/config-default.sh` file for more fine-grained configuration before you start up your cluster.
6868

6969
If you run into trouble, please see the section on [troubleshooting](/ja/docs/setup/production-environment/turnkey/gce/#troubleshooting), post to the
70-
[Kubernetes Forum](https://discuss.kubernetes.io), or come ask questions on [Slack](/docs/troubleshooting/#slack).
70+
[Kubernetes Forum](https://discuss.kubernetes.io), or come ask questions on `#gke` Slack channel.
7171

7272
The next few steps will show you:
7373

@@ -80,7 +80,7 @@ The next few steps will show you:
8080

8181
The cluster startup script will leave you with a running cluster and a `kubernetes` directory on your workstation.
8282

83-
The [kubectl](/docs/user-guide/kubectl/) tool controls the Kubernetes cluster
83+
The [kubectl](/docs/reference/kubectl/kubectl/) tool controls the Kubernetes cluster
8484
manager. It lets you inspect your cluster resources, create, delete, and update
8585
components, and much more. You will use it to look at your new cluster and bring
8686
up example apps.
@@ -93,7 +93,7 @@ gcloud components install kubectl
9393

9494
{{< note >}}
9595
The kubectl version bundled with `gcloud` may be older than the one
96-
downloaded by the get.k8s.io install script. See [Installing kubectl](/docs/tasks/kubectl/install/)
96+
The [kubectl](/ja/docs/reference/kubectl/kubectl/) tool controls the Kubernetes cluster
9797
document to see how you can set up the latest `kubectl` on your workstation.
9898
{{< /note >}}
9999

@@ -107,7 +107,7 @@ Once `kubectl` is in your path, you can use it to look at your cluster. E.g., ru
107107
kubectl get --all-namespaces services
108108
```
109109

110-
should show a set of [services](/docs/user-guide/services) that look something like this:
110+
should show a set of [services](/docs/concepts/services-networking/service/) that look something like this:
111111

112112
```shell
113113
NAMESPACE NAME TYPE CLUSTER_IP EXTERNAL_IP PORT(S) AGE
@@ -117,7 +117,7 @@ kube-system kube-ui ClusterIP 10.0.0.3 <none>
117117
...
118118
```
119119

120-
Similarly, you can take a look at the set of [pods](/docs/user-guide/pods) that were created during cluster startup.
120+
Similarly, you can take a look at the set of [pods](/ja/docs/concepts/workloads/pods/) that were created during cluster startup.
121121
You can do this via the
122122

123123
```shell
@@ -144,7 +144,7 @@ Some of the pods may take a few seconds to start up (during this time they'll sh
144144

145145
### いくつかの例の実行
146146

147-
Then, see [a simple nginx example](/docs/user-guide/simple-nginx) to try out your new cluster.
147+
Then, see [a simple nginx example](/ja/docs/tasks/run-application/run-stateless-application-deployment/) to try out your new cluster.
148148

149149
For more complete applications, please look in the [examples directory](https://github.com/kubernetes/examples/tree/{{< param "githubbranch" >}}/). The [guestbook example](https://github.com/kubernetes/examples/tree/{{< param "githubbranch" >}}/guestbook/) is a good "getting started" walkthrough.
150150

@@ -215,10 +215,3 @@ IaaS Provider | Config. Mgmt | OS | Networking | Docs
215215
-------------------- | ------------ | ------ | ---------- | --------------------------------------------- | ---------| ----------------------------
216216
GCE | Saltstack | Debian | GCE | [docs](/ja/docs/setup/production-environment/turnkey/gce/) | | Project
217217

218-
219-
## 参考文献
220-
221-
Please see the [Kubernetes docs](/ja/docs/) for more details on administering
222-
and using a Kubernetes cluster.
223-
224-

0 commit comments

Comments
 (0)