Skip to content

Commit ddb38e1

Browse files
Automated translation updates
- Updated translations for: ja - Generated from commit: 48996a5 - Workflow run: 23615042399
1 parent df3729b commit ddb38e1

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

  • website/i18n/ja/docusaurus-plugin-content-docs/current/introduction/getting-started

website/i18n/ja/docusaurus-plugin-content-docs/current/introduction/getting-started/finish.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: 他のコンポーネント
33
sidebar_position: 50
4-
tmdTranslationSourceHash: 2b121f2c62f5ef803e4d6ed1ed186a8c
4+
tmdTranslationSourceHash: d8055e22245e0308df100684cf82cb42
55
---
66

77
この実習では、Kustomizeのパワーを活用してサンプルアプリケーションの残りの部分を効率的にデプロイします。次のkustomizationファイルは、他のkustomizationを参照して複数のコンポーネントを一緒にデプロイする方法を示しています:
@@ -29,7 +29,7 @@ $ kubectl wait --for=condition=Ready --timeout=180s pods \
2929
-l app.kubernetes.io/created-by=eks-workshop -A
3030
```
3131

32-
これで、各アプリケーションコンポーネント用の名前空間ができました
32+
これで、各アプリケーションコンポーネント用のNamespaceができました
3333

3434
```bash
3535
$ kubectl get namespaces -l app.kubernetes.io/created-by=eks-workshop
@@ -53,7 +53,6 @@ catalog catalog 1/1 1 1 7m46s
5353
checkout checkout 1/1 1 1 90s
5454
checkout checkout-redis 1/1 1 1 90s
5555
orders orders 1/1 1 1 90s
56-
orders orders-postgresql 1/1 1 1 90s
5756
ui ui 1/1 1 1 90s
5857
```
5958

0 commit comments

Comments
 (0)