Skip to content

Commit

Permalink
kubernetes: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
taoky committed May 16, 2024
1 parent 04c765a commit 4c57728
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/kubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@ EOF
cat <<EOF | tee /etc/yum.repos.d/cri-o.repo
[cri-o]
name=CRI-O
baseurl=https://mirrors.ustc.edu.cn/kubernetes/addons:/cri-o:/prerelease:/main/rpm/
baseurl=https://mirrors.ustc.edu.cn/kubernetes/addons:/cri-o:/stable:/v1.28/rpm/
enabled=1
gpgcheck=1
gpgkey=https://pkgs.k8s.io/addons:/cri-o:/prerelease:/main/rpm/repodata/repomd.xml.key
gpgkey=https://pkgs.k8s.io/core:/stable:/v1.28/rpm/repodata/repomd.xml.key
EOF
```

Expand Down

0 comments on commit 4c57728

Please sign in to comment.