You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/ja/docs/setup/production-environment/turnkey/gce.md
+6-13Lines changed: 6 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,7 +67,7 @@ cluster/kube-up.sh
67
67
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.
68
68
69
69
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.
71
71
72
72
The next few steps will show you:
73
73
@@ -80,7 +80,7 @@ The next few steps will show you:
80
80
81
81
The cluster startup script will leave you with a running cluster and a `kubernetes` directory on your workstation.
82
82
83
-
The [kubectl](/docs/user-guide/kubectl/) tool controls the Kubernetes cluster
83
+
The [kubectl](/docs/reference/kubectl/kubectl/) tool controls the Kubernetes cluster
84
84
manager. It lets you inspect your cluster resources, create, delete, and update
85
85
components, and much more. You will use it to look at your new cluster and bring
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.
121
121
You can do this via the
122
122
123
123
```shell
@@ -144,7 +144,7 @@ Some of the pods may take a few seconds to start up (during this time they'll sh
144
144
145
145
### いくつかの例の実行
146
146
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.
148
148
149
149
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.
0 commit comments