Skip to content

Commit 9e0b840

Browse files
Update content/ja/docs/tasks/tools/install-kubectl-linux.md
1 parent 5a8d4d0 commit 9e0b840

File tree

1 file changed

+39
-4
lines changed

1 file changed

+39
-4
lines changed

content/ja/docs/tasks/tools/install-kubectl-linux.md

Lines changed: 39 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -216,11 +216,42 @@ kubectlを他のマイナーリリースにアップグレードするために
216216
この手順については[Changing The Kubernetes Package Repository](/docs/tasks/administer-cluster/kubeadm/change-package-repository/)に詳細が記載されています。
217217
{{< /note >}}
218218
219-
2. `zypper`を使用してkubectlをインストールしてください:
219+
2. `zypper`を更新し、新しいリポジトリの追加を確認してください:
220+
221+
```bash
222+
sudo zypper update
223+
```
224+
225+
このメッセージが表示されたら、't' または 'a' を押してください:
226+
227+
```
228+
New repository or package signing key received:
229+
230+
Repository: Kubernetes
231+
Key Fingerprint: 1111 2222 3333 4444 5555 6666 7777 8888 9999 AAAA
232+
Key Name: isv:kubernetes OBS Project <isv:[email protected]>
233+
Key Algorithm: RSA 2048
234+
Key Created: Thu 25 Aug 2022 01:21:11 PM -03
235+
Key Expires: Sat 02 Nov 2024 01:21:11 PM -03 (expires in 85 days)
236+
Rpm Name: gpg-pubkey-9a296436-6307a177
237+
238+
Note: Signing data enables the recipient to verify that no modifications occurred after the data
239+
were signed. Accepting data with no, wrong or unknown signature can lead to a corrupted system
240+
and in extreme cases even to a system compromise.
241+
242+
Note: A GPG pubkey is clearly identified by its fingerprint. Do not rely on the key's name. If
243+
you are not sure whether the presented key is authentic, ask the repository provider or check
244+
their web site. Many providers maintain a web page showing the fingerprints of the GPG keys they
245+
are using.
246+
247+
Do you want to reject the key, trust temporarily, or trust always? [r/t/a/?] (r): a
248+
```
249+
250+
3. `zypper`を使用してkubectlをインストールしてください:
220251
221-
```bash
222-
sudo zypper install -y kubectl
223-
```
252+
```bash
253+
sudo zypper install -y kubectl
254+
```
224255
225256
{{% /tab %}}
226257
{{< /tabs >}}
@@ -269,6 +300,10 @@ kubectlはBash、Zsh、Fish、PowerShellの自動補完を提供しています
269300
{{< tab name="Zsh" include="included/optional-kubectl-configs-zsh.md" />}}
270301
{{< /tabs >}}
271302
303+
### kubercを設定する
304+
305+
詳細については、[kuberc](/docs/reference/kubectl/kuberc)を参照してください。
306+
272307
### `kubectl convert`プラグインをインストールする
273308
274309
{{< include "included/kubectl-convert-overview.md" >}}

0 commit comments

Comments
 (0)