Skip to content

Commit 3a38a6e

Browse files
authored
Merge pull request #45467 from xmudrii/install-keyrings
Add a note about /etc/apt/keyrings to pkgs.k8s.io migration guide
2 parents e4d06f8 + 4f36656 commit 3a38a6e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

content/en/blog/_posts/2023-08-15-pkgs-k8s-io-introduction.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,8 @@ publishing packages to the Google-hosted repository in the future.
173173
curl -fsSL https://pkgs.k8s.io/core:/stable:/v1.28/deb/Release.key | sudo gpg --dearmor -o /etc/apt/keyrings/kubernetes-apt-keyring.gpg
174174
```
175175

176+
_Update: In releases older than Debian 12 and Ubuntu 22.04, the folder `/etc/apt/keyrings` does not exist by default, and it should be created before the curl command._
177+
176178
3. Update the `apt` package index:
177179

178180
```shell

0 commit comments

Comments
 (0)