We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 571bd8f commit 91a93ddCopy full SHA for 91a93dd
website/i18n/ja/docusaurus-plugin-content-docs/current/automation/controlplanes/kro/introduction.md
@@ -1,7 +1,7 @@
1
---
2
title: "はじめに"
3
sidebar_position: 3
4
-tmdTranslationSourceHash: 38be1b73207e74a7b4e3a0e965e3fc63
+tmdTranslationSourceHash: f9fdd7f9d4f4dd982e2626362769a8c2
5
6
7
kro はクラスター内で2つの主要コンポーネントを使用して動作します:
@@ -16,7 +16,7 @@ kro は、プラットフォームチームが複数の関連リソースをカ
16
まず、Helm チャートを使用して kro を Kubernetes クラスターにインストールしましょう:
17
18
```bash wait=60
19
-$ helm install oci://registry.k8s.io/kro/charts/kro \
+$ helm install kro oci://registry.k8s.io/kro/charts/kro \
20
--version=${KRO_VERSION} \
21
--namespace kro-system --create-namespace \
22
--wait
0 commit comments