Skip to content

Commit 93da89e

Browse files
committed
Apply review feedback on Japanese localization
- Change code block language from bash to shell to match English version - Remove Japanese-specific note about ArtifactHub - Fix capitalization: Kubectl -> kubectl - Add markdown link formatting to https://localhost:8443 - Update help command reference: kubectl proxy --help -> kubectl port-forward --help
1 parent 925a822 commit 93da89e

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

content/ja/docs/tasks/access-application-cluster/web-ui-dashboard.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,17 +33,13 @@ Kubernetes Dashboardは現在、Helmベースのインストールのみをサ
3333
{{< /note >}}
3434

3535
ダッシュボードUIはデフォルトではデプロイされていません。デプロイするには、以下のコマンドを実行します:
36-
```bash
36+
```shell
3737
# kubernetes-dashboardリポジトリを追加
3838
helm repo add kubernetes-dashboard https://kubernetes.github.io/dashboard/
3939
# "kubernetes-dashboard"という名前のHelm Releaseをkubernetes-dashboardチャートを使用してデプロイ
4040
helm upgrade --install kubernetes-dashboard kubernetes-dashboard/kubernetes-dashboard --create-namespace --namespace kubernetes-dashboard
4141
```
4242

43-
{{< note >}}
44-
Helmチャートの詳細については、[ArtifactHub](https://artifacthub.io/packages/helm/kubernetes-dashboard/kubernetes-dashboard)を参照してください。
45-
{{< /note >}}
46-
4743
## ダッシュボードUIへのアクセス
4844

4945

@@ -63,9 +59,9 @@ Helmチャートの詳細については、[ArtifactHub](https://artifacthub.io/
6359
kubectl -n kubernetes-dashboard port-forward svc/kubernetes-dashboard-kong-proxy 8443:443
6460
```
6561

66-
Kubectlは、ダッシュボードを https://localhost:8443 で利用可能にします。
62+
kubectlは、ダッシュボードを[https://localhost:8443](https://localhost:8443)で利用可能にします。
6763

68-
UIはコマンドを実行しているマシンから _のみ_ アクセスできます。オプションについては`kubectl proxy --help`を参照してください。
64+
UIはコマンドを実行しているマシンから _のみ_ アクセスできます。オプションについては`kubectl port-forward --help`を参照してください。
6965

7066
{{< note >}}
7167
Kubeconfigの認証方法は、外部IDプロバイダーやx509証明書ベースの認証には対応していません。

0 commit comments

Comments
 (0)