Skip to content

Commit

Permalink
chore 🧹: upgrade k8s to 1.32.0
Browse files Browse the repository at this point in the history
Signed-off-by: Victor Hang <[email protected]>
  • Loading branch information
Banh-Canh committed Dec 18, 2024
1 parent e9b0ef2 commit 11198c9
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ colmena apply
Then for the first controlplane:

```bash
colmena exec --on <cp0> "sudo kubeadm upgrade apply v1.31.1 -y"
colmena exec --on <cp0> "sudo kubeadm upgrade apply v1.31.1 -y -v=9"
```

Then for others and workers:

```bash
colmena exec --on <worker01>,<worker02> "sudo kubeadm upgrade node"
colmena exec --on <worker01>,<worker02> "sudo kubeadm upgrade node -v=9"
```

##### Upgrade kubelet
Expand Down
32 changes: 16 additions & 16 deletions npins/sources.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
"repo": "home-manager"
},
"branch": "release-24.11",
"revision": "e38d3dd1d355a003cc63e8fe6ff66ef2257509ed",
"url": "https://github.com/nix-community/home-manager/archive/e38d3dd1d355a003cc63e8fe6ff66ef2257509ed.tar.gz",
"hash": "17hmby14qrq6xxk1zwmm6z42mq5xsqs9ffhfpsbwyrigzkas2gv4"
"revision": "80b0fdf483c5d1cb75aaad909bd390d48673857f",
"url": "https://github.com/nix-community/home-manager/archive/80b0fdf483c5d1cb75aaad909bd390d48673857f.tar.gz",
"hash": "0b41b251gxbrfrqplp2dkxv00x8ls5x5b3n5izs4nxkcbhkjjadz"
},
"kubeadm": {
"type": "GitRelease",
Expand All @@ -37,10 +37,10 @@
"pre_releases": false,
"version_upper_bound": null,
"release_prefix": null,
"version": "v1.31.3",
"revision": "ca2f7289fd172bf854481e2bae26428d5ea6eb04",
"url": "https://api.github.com/repos/kubernetes/kubernetes/tarball/v1.31.3",
"hash": "1daz9zy9z470zijv3g11svb3rbxx1pdbf1v5q338s3zdd5wb5acx"
"version": "v1.32.0",
"revision": "7e247d1acd3bd293fd854a8e4a408e4af010af32",
"url": "https://api.github.com/repos/kubernetes/kubernetes/tarball/v1.32.0",
"hash": "0srn3ahbgjj6ng613dpv3hfr8jm0pxx7zg9hm1f8l5dgqlqag62n"
},
"kubelet": {
"type": "GitRelease",
Expand All @@ -52,10 +52,10 @@
"pre_releases": false,
"version_upper_bound": null,
"release_prefix": null,
"version": "v1.31.3",
"revision": "ca2f7289fd172bf854481e2bae26428d5ea6eb04",
"url": "https://api.github.com/repos/kubernetes/kubernetes/tarball/v1.31.3",
"hash": "1daz9zy9z470zijv3g11svb3rbxx1pdbf1v5q338s3zdd5wb5acx"
"version": "v1.32.0",
"revision": "7e247d1acd3bd293fd854a8e4a408e4af010af32",
"url": "https://api.github.com/repos/kubernetes/kubernetes/tarball/v1.32.0",
"hash": "0srn3ahbgjj6ng613dpv3hfr8jm0pxx7zg9hm1f8l5dgqlqag62n"
},
"nixbook": {
"type": "Git",
Expand All @@ -65,15 +65,15 @@
"repo": "nixbook"
},
"branch": "main",
"revision": "c7da48d3277bd4738ad8e39ce66bb58127a83695",
"url": "https://github.com/didactiklabs/nixbook/archive/c7da48d3277bd4738ad8e39ce66bb58127a83695.tar.gz",
"hash": "1vx6qsrl1w1hhx92rq5v8v9ksh41bdhjwgrqvgm12x2iglf1k0m3"
"revision": "0fee449b5e693bd5ec0ef67a6c1311be233408cd",
"url": "https://github.com/didactiklabs/nixbook/archive/0fee449b5e693bd5ec0ef67a6c1311be233408cd.tar.gz",
"hash": "1dhky6yix51nafm4rmiyv11hwjzvz7qyf8m1axjlawkx6xpmr5zh"
},
"nixpkgs": {
"type": "Channel",
"name": "nixos-24.11",
"url": "https://releases.nixos.org/nixos/24.11/nixos-24.11.710486.4dc2fc4e62db/nixexprs.tar.xz",
"hash": "1pby8y3dcbdcjb6dklyy0wnn1dhzbbqaki6l2nlw9x13n6qqj4mb"
"url": "https://releases.nixos.org/nixos/24.11/nixos-24.11.711349.394571358ce8/nixexprs.tar.xz",
"hash": "0nvd0nfv7ayw4gn916r4bgxk76np6w41w72izich6zvygdn8agwp"
}
},
"version": 3
Expand Down

0 comments on commit 11198c9

Please sign in to comment.