chg: Upgraded Versions

Updated the version of the Kuberetes components to the latest stable releases.
pull/882/head
Khalifah Shabazz 2025-06-02 18:15:47 -04:00
parent 398f5a73c0
commit b1fe36516e
6 changed files with 31 additions and 31 deletions

View File

@ -142,7 +142,7 @@ kubectl version --client
```
```text
Client Version: v1.32.3
Client Version: v1.33.1
Kustomize Version: v5.5.0
```

View File

@ -183,7 +183,7 @@ curl --cacert ca.crt \
{
"major": "1",
"minor": "32",
"gitVersion": "v1.32.3",
"gitVersion": "v1.33.1",
"gitCommit": "32cc146f75aad04beaaa245a7157eb35063a9f99",
"gitTreeState": "clean",
"buildDate": "2025-03-11T19:52:21Z",

View File

@ -208,8 +208,8 @@ ssh root@controlplane \
```
NAME STATUS ROLES AGE VERSION
node01 Ready <none> 1m v1.32.3
node02 Ready <none> 10s v1.32.3
node01 Ready <none> 1m v1.33.1
node02 Ready <none> 10s v1.33.1
```
Next: [Configuring kubectl for Remote Access](10-configuring-kubectl.md)

View File

@ -19,7 +19,7 @@ curl --cacert ca.crt \
{
"major": "1",
"minor": "32",
"gitVersion": "v1.32.3",
"gitVersion": "v1.33.1",
"gitCommit": "32cc146f75aad04beaaa245a7157eb35063a9f99",
"gitTreeState": "clean",
"buildDate": "2025-03-11T19:52:21Z",
@ -61,9 +61,9 @@ kubectl version
```
```text
Client Version: v1.32.3
Client Version: v1.33.1
Kustomize Version: v5.5.0
Server Version: v1.32.3
Server Version: v1.33.1
```
List the nodes in the remote Kubernetes cluster:
@ -74,8 +74,8 @@ kubectl get nodes
```
NAME STATUS ROLES AGE VERSION
node01 Ready <none> 10m v1.32.3
node02 Ready <none> 10m v1.32.3
node01 Ready <none> 10m v1.33.1
node02 Ready <none> 10m v1.33.1
```
Next: [Provisioning Pod Network Routes](11-pod-network-routes.md)

View File

@ -1,11 +1,11 @@
https://dl.k8s.io/v1.32.3/bin/linux/amd64/kubectl
https://dl.k8s.io/v1.32.3/bin/linux/amd64/kube-apiserver
https://dl.k8s.io/v1.32.3/bin/linux/amd64/kube-controller-manager
https://dl.k8s.io/v1.32.3/bin/linux/amd64/kube-scheduler
https://dl.k8s.io/v1.32.3/bin/linux/amd64/kube-proxy
https://dl.k8s.io/v1.32.3/bin/linux/amd64/kubelet
https://github.com/kubernetes-sigs/cri-tools/releases/download/v1.32.0/crictl-v1.32.0-linux-amd64.tar.gz
https://github.com/opencontainers/runc/releases/download/v1.3.0-rc.1/runc.amd64
https://github.com/containernetworking/plugins/releases/download/v1.6.2/cni-plugins-linux-amd64-v1.6.2.tgz
https://github.com/containerd/containerd/releases/download/v2.1.0-beta.0/containerd-2.1.0-beta.0-linux-amd64.tar.gz
https://github.com/etcd-io/etcd/releases/download/v3.6.0-rc.3/etcd-v3.6.0-rc.3-linux-amd64.tar.gz
https://dl.k8s.io/v1.33.1/bin/linux/amd64/kubectl
https://dl.k8s.io/v1.33.1/bin/linux/amd64/kube-apiserver
https://dl.k8s.io/v1.33.1/bin/linux/amd64/kube-controller-manager
https://dl.k8s.io/v1.33.1/bin/linux/amd64/kube-scheduler
https://dl.k8s.io/v1.33.1/bin/linux/amd64/kube-proxy
https://dl.k8s.io/v1.33.1/bin/linux/amd64/kubelet
https://github.com/kubernetes-sigs/cri-tools/releases/download/v1.33.0/crictl-v1.33.0-linux-amd64.tar.gz
https://github.com/opencontainers/runc/releases/download/v1.3.0/runc.amd64
https://github.com/containernetworking/plugins/releases/download/v1.7.1/cni-plugins-linux-amd64-v1.7.1.tgz
https://github.com/containerd/containerd/releases/download/v2.1.1/containerd-2.1.1-linux-amd64.tar.gz
https://github.com/etcd-io/etcd/releases/download/v3.6.0/etcd-v3.6.0-linux-amd64.tar.gz

View File

@ -1,11 +1,11 @@
https://dl.k8s.io/v1.32.3/bin/linux/arm64/kubectl
https://dl.k8s.io/v1.32.3/bin/linux/arm64/kube-apiserver
https://dl.k8s.io/v1.32.3/bin/linux/arm64/kube-controller-manager
https://dl.k8s.io/v1.32.3/bin/linux/arm64/kube-scheduler
https://dl.k8s.io/v1.32.3/bin/linux/arm64/kube-proxy
https://dl.k8s.io/v1.32.3/bin/linux/arm64/kubelet
https://github.com/kubernetes-sigs/cri-tools/releases/download/v1.32.0/crictl-v1.32.0-linux-arm64.tar.gz
https://github.com/opencontainers/runc/releases/download/v1.3.0-rc.1/runc.arm64
https://github.com/containernetworking/plugins/releases/download/v1.6.2/cni-plugins-linux-arm64-v1.6.2.tgz
https://github.com/containerd/containerd/releases/download/v2.1.0-beta.0/containerd-2.1.0-beta.0-linux-arm64.tar.gz
https://github.com/etcd-io/etcd/releases/download/v3.6.0-rc.3/etcd-v3.6.0-rc.3-linux-arm64.tar.gz
https://dl.k8s.io/v1.33.1/bin/linux/arm64/kubectl
https://dl.k8s.io/v1.33.1/bin/linux/arm64/kube-apiserver
https://dl.k8s.io/v1.33.1/bin/linux/arm64/kube-controller-manager
https://dl.k8s.io/v1.33.1/bin/linux/arm64/kube-scheduler
https://dl.k8s.io/v1.33.1/bin/linux/arm64/kube-proxy
https://dl.k8s.io/v1.33.1/bin/linux/arm64/kubelet
https://github.com/kubernetes-sigs/cri-tools/releases/download/v1.33.0/crictl-v1.33.0-linux-arm64.tar.gz
https://github.com/opencontainers/runc/releases/download/v1.3.0/runc.arm64
https://github.com/containernetworking/plugins/releases/download/v1.7.1/cni-plugins-linux-arm64-v1.7.1.tgz
https://github.com/containerd/containerd/releases/download/v2.1.1/containerd-2.1.1-linux-arm64.tar.gz
https://github.com/etcd-io/etcd/releases/download/v3.6.0/etcd-v3.6.0-linux-arm64.tar.gz