Skip to content

Commit

Permalink
added k8s march 2024 patch versions
Browse files Browse the repository at this point in the history
  • Loading branch information
krunalhinguu committed Mar 29, 2024
1 parent 1af5fe3 commit 68f2e9a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions pkg/rke/k8s_rke_system_images.go
Original file line number Diff line number Diff line change
Expand Up @@ -9888,18 +9888,18 @@ func loadK8sRKESystemImages() map[string]v3.RKESystemImages {
WindowsPodInfraContainer: "rancher/mirrored-pause:3.7",
Nodelocal: "rancher/mirrored-k8s-dns-node-cache:1.22.28",
},
// Enabled out of band post v2.7.11
"v1.26.14-rancher1-1": {
// Enabled out of band post v2.7.12
"v1.26.15-rancher1-1": {
Etcd: "rancher/mirrored-coreos-etcd:v3.5.10",
Kubernetes: "rancher/hyperkube:v1.26.14-rancher1",
Kubernetes: "rancher/hyperkube:v1.26.15-rancher1",
Alpine: "rancher/rke-tools:v0.1.96",
NginxProxy: "rancher/rke-tools:v0.1.96",
CertDownloader: "rancher/rke-tools:v0.1.96",
KubernetesServicesSidecar: "rancher/rke-tools:v0.1.96",
KubeDNS: "rancher/mirrored-k8s-dns-kube-dns:1.22.28",
DNSmasq: "rancher/mirrored-k8s-dns-dnsmasq-nanny:1.22.28",
KubeDNSSidecar: "rancher/mirrored-k8s-dns-sidecar:1.22.28",
KubeDNSAutoscaler: "rancher/mirrored-cluster-proportional-autoscaler:1.8.6",
KubeDNSAutoscaler: "rancher/mirrored-cluster-proportional-autoscaler:v1.8.9",
Flannel: "rancher/mirrored-flannel-flannel:v0.21.4",
FlannelCNI: "rancher/flannel-cni:v0.3.0-rancher8",
CalicoNode: "rancher/mirrored-calico-node:v3.26.3",
Expand All @@ -9926,7 +9926,7 @@ func loadK8sRKESystemImages() map[string]v3.RKESystemImages {
IngressWebhook: "rancher/mirrored-ingress-nginx-kube-webhook-certgen:v20231011-8b53cabe0",
MetricsServer: "rancher/mirrored-metrics-server:v0.6.3",
CoreDNS: "rancher/mirrored-coredns-coredns:1.9.4",
CoreDNSAutoscaler: "rancher/mirrored-cluster-proportional-autoscaler:1.8.6",
CoreDNSAutoscaler: "rancher/mirrored-cluster-proportional-autoscaler:v1.8.9",
WindowsPodInfraContainer: "rancher/mirrored-pause:3.7",
Nodelocal: "rancher/mirrored-k8s-dns-node-cache:1.22.28",
},
Expand Down Expand Up @@ -10184,18 +10184,18 @@ func loadK8sRKESystemImages() map[string]v3.RKESystemImages {
WindowsPodInfraContainer: "rancher/mirrored-pause:3.7",
Nodelocal: "rancher/mirrored-k8s-dns-node-cache:1.22.28",
},
// Enabled out of band post v2.7.11
"v1.27.11-rancher1-1": {
// Enabled out of band post v2.7.12
"v1.27.12-rancher1-1": {
Etcd: "rancher/mirrored-coreos-etcd:v3.5.10",
Kubernetes: "rancher/hyperkube:v1.27.11-rancher1",
Kubernetes: "rancher/hyperkube:v1.27.12-rancher1",
Alpine: "rancher/rke-tools:v0.1.96",
NginxProxy: "rancher/rke-tools:v0.1.96",
CertDownloader: "rancher/rke-tools:v0.1.96",
KubernetesServicesSidecar: "rancher/rke-tools:v0.1.96",
KubeDNS: "rancher/mirrored-k8s-dns-kube-dns:1.22.28",
DNSmasq: "rancher/mirrored-k8s-dns-dnsmasq-nanny:1.22.28",
KubeDNSSidecar: "rancher/mirrored-k8s-dns-sidecar:1.22.28",
KubeDNSAutoscaler: "rancher/mirrored-cluster-proportional-autoscaler:1.8.6",
KubeDNSAutoscaler: "rancher/mirrored-cluster-proportional-autoscaler:v1.8.9",
Flannel: "rancher/mirrored-flannel-flannel:v0.21.4",
FlannelCNI: "rancher/flannel-cni:v0.3.0-rancher8",
CalicoNode: "rancher/mirrored-calico-node:v3.26.3",
Expand All @@ -10222,7 +10222,7 @@ func loadK8sRKESystemImages() map[string]v3.RKESystemImages {
IngressWebhook: "rancher/mirrored-ingress-nginx-kube-webhook-certgen:v20231011-8b53cabe0",
MetricsServer: "rancher/mirrored-metrics-server:v0.6.3",
CoreDNS: "rancher/mirrored-coredns-coredns:1.10.1",
CoreDNSAutoscaler: "rancher/mirrored-cluster-proportional-autoscaler:1.8.6",
CoreDNSAutoscaler: "rancher/mirrored-cluster-proportional-autoscaler:v1.8.9",
WindowsPodInfraContainer: "rancher/mirrored-pause:3.7",
Nodelocal: "rancher/mirrored-k8s-dns-node-cache:1.22.28",
},
Expand Down
2 changes: 1 addition & 1 deletion pkg/rke/k8s_version_info.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ func loadRKEDefaultK8sVersions() map[string]string {
return map[string]string{
"0.3": "v1.16.3-rancher1-1",
// rke will use default if its version is absent
"default": "v1.27.11-rancher1-1",
"default": "v1.27.12-rancher1-1",
}
}

Expand Down

0 comments on commit 68f2e9a

Please sign in to comment.