Skip to content

Commit

Permalink
Upgrade Kubernetes to v1.31.2
Browse files Browse the repository at this point in the history
  • Loading branch information
alanpeng committed Nov 11, 2024
1 parent c822187 commit 6c193ca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM almalinux:9
COPY kubernetes.repo /etc/yum.repos.d
RUN yum -y install kubeadm-1.30.0 kubectl-1.30.0 kubelet-1.30.0
RUN yum -y install kubeadm-1.31.2 kubectl-1.31.2 kubelet-1.31.2
4 changes: 2 additions & 2 deletions kubernetes.repo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[kubernetes]
name=Kubernetes
baseurl=https://pkgs.k8s.io/core:/stable:/v1.30/rpm/
baseurl=https://pkgs.k8s.io/core:/stable:/v1.31/rpm/
enabled=1
gpgcheck=1
gpgkey=https://pkgs.k8s.io/core:/stable:/v1.30/rpm/repodata/repomd.xml.key
gpgkey=https://pkgs.k8s.io/core:/stable:/v1.31/rpm/repodata/repomd.xml.key

0 comments on commit 6c193ca

Please sign in to comment.