-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #17011 from minikube-bot/auto_bump_k8s_versions
Bump Kubernetes version default: v1.27.4 and latest: v1.28.0-rc.0
- Loading branch information
Showing
11 changed files
with
681 additions
and
3 deletions.
There are no files selected for viewing
74 changes: 74 additions & 0 deletions
74
pkg/minikube/bootstrapper/bsutil/testdata/v1.28/containerd-api-port.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,74 @@ | ||
apiVersion: kubeadm.k8s.io/v1beta3 | ||
kind: InitConfiguration | ||
localAPIEndpoint: | ||
advertiseAddress: 1.1.1.1 | ||
bindPort: 12345 | ||
bootstrapTokens: | ||
- groups: | ||
- system:bootstrappers:kubeadm:default-node-token | ||
ttl: 24h0m0s | ||
usages: | ||
- signing | ||
- authentication | ||
nodeRegistration: | ||
criSocket: unix:///run/containerd/containerd.sock | ||
name: "mk" | ||
kubeletExtraArgs: | ||
node-ip: 1.1.1.1 | ||
taints: [] | ||
--- | ||
apiVersion: kubeadm.k8s.io/v1beta3 | ||
kind: ClusterConfiguration | ||
apiServer: | ||
certSANs: ["127.0.0.1", "localhost", "1.1.1.1"] | ||
extraArgs: | ||
enable-admission-plugins: "NamespaceLifecycle,LimitRanger,ServiceAccount,DefaultStorageClass,DefaultTolerationSeconds,NodeRestriction,MutatingAdmissionWebhook,ValidatingAdmissionWebhook,ResourceQuota" | ||
controllerManager: | ||
extraArgs: | ||
allocate-node-cidrs: "true" | ||
leader-elect: "false" | ||
scheduler: | ||
extraArgs: | ||
leader-elect: "false" | ||
certificatesDir: /var/lib/minikube/certs | ||
clusterName: mk | ||
controlPlaneEndpoint: control-plane.minikube.internal:12345 | ||
etcd: | ||
local: | ||
dataDir: /var/lib/minikube/etcd | ||
extraArgs: | ||
proxy-refresh-interval: "70000" | ||
kubernetesVersion: v1.28.0-rc.0 | ||
networking: | ||
dnsDomain: cluster.local | ||
podSubnet: "10.244.0.0/16" | ||
serviceSubnet: 10.96.0.0/12 | ||
--- | ||
apiVersion: kubelet.config.k8s.io/v1beta1 | ||
kind: KubeletConfiguration | ||
authentication: | ||
x509: | ||
clientCAFile: /var/lib/minikube/certs/ca.crt | ||
cgroupDriver: systemd | ||
hairpinMode: hairpin-veth | ||
runtimeRequestTimeout: 15m | ||
clusterDomain: "cluster.local" | ||
# disable disk resource management by default | ||
imageGCHighThresholdPercent: 100 | ||
evictionHard: | ||
nodefs.available: "0%" | ||
nodefs.inodesFree: "0%" | ||
imagefs.available: "0%" | ||
failSwapOn: false | ||
staticPodPath: /etc/kubernetes/manifests | ||
--- | ||
apiVersion: kubeproxy.config.k8s.io/v1alpha1 | ||
kind: KubeProxyConfiguration | ||
clusterCIDR: "10.244.0.0/16" | ||
metricsBindAddress: 0.0.0.0:10249 | ||
conntrack: | ||
maxPerCore: 0 | ||
# Skip setting "net.netfilter.nf_conntrack_tcp_timeout_established" | ||
tcpEstablishedTimeout: 0s | ||
# Skip setting "net.netfilter.nf_conntrack_tcp_timeout_close" | ||
tcpCloseWaitTimeout: 0s |
74 changes: 74 additions & 0 deletions
74
pkg/minikube/bootstrapper/bsutil/testdata/v1.28/containerd-pod-network-cidr.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,74 @@ | ||
apiVersion: kubeadm.k8s.io/v1beta3 | ||
kind: InitConfiguration | ||
localAPIEndpoint: | ||
advertiseAddress: 1.1.1.1 | ||
bindPort: 8443 | ||
bootstrapTokens: | ||
- groups: | ||
- system:bootstrappers:kubeadm:default-node-token | ||
ttl: 24h0m0s | ||
usages: | ||
- signing | ||
- authentication | ||
nodeRegistration: | ||
criSocket: unix:///run/containerd/containerd.sock | ||
name: "mk" | ||
kubeletExtraArgs: | ||
node-ip: 1.1.1.1 | ||
taints: [] | ||
--- | ||
apiVersion: kubeadm.k8s.io/v1beta3 | ||
kind: ClusterConfiguration | ||
apiServer: | ||
certSANs: ["127.0.0.1", "localhost", "1.1.1.1"] | ||
extraArgs: | ||
enable-admission-plugins: "NamespaceLifecycle,LimitRanger,ServiceAccount,DefaultStorageClass,DefaultTolerationSeconds,NodeRestriction,MutatingAdmissionWebhook,ValidatingAdmissionWebhook,ResourceQuota" | ||
controllerManager: | ||
extraArgs: | ||
allocate-node-cidrs: "true" | ||
leader-elect: "false" | ||
scheduler: | ||
extraArgs: | ||
leader-elect: "false" | ||
certificatesDir: /var/lib/minikube/certs | ||
clusterName: mk | ||
controlPlaneEndpoint: control-plane.minikube.internal:8443 | ||
etcd: | ||
local: | ||
dataDir: /var/lib/minikube/etcd | ||
extraArgs: | ||
proxy-refresh-interval: "70000" | ||
kubernetesVersion: v1.28.0-rc.0 | ||
networking: | ||
dnsDomain: cluster.local | ||
podSubnet: "192.168.32.0/20" | ||
serviceSubnet: 10.96.0.0/12 | ||
--- | ||
apiVersion: kubelet.config.k8s.io/v1beta1 | ||
kind: KubeletConfiguration | ||
authentication: | ||
x509: | ||
clientCAFile: /var/lib/minikube/certs/ca.crt | ||
cgroupDriver: systemd | ||
hairpinMode: hairpin-veth | ||
runtimeRequestTimeout: 15m | ||
clusterDomain: "cluster.local" | ||
# disable disk resource management by default | ||
imageGCHighThresholdPercent: 100 | ||
evictionHard: | ||
nodefs.available: "0%" | ||
nodefs.inodesFree: "0%" | ||
imagefs.available: "0%" | ||
failSwapOn: false | ||
staticPodPath: /etc/kubernetes/manifests | ||
--- | ||
apiVersion: kubeproxy.config.k8s.io/v1alpha1 | ||
kind: KubeProxyConfiguration | ||
clusterCIDR: "192.168.32.0/20" | ||
metricsBindAddress: 0.0.0.0:10249 | ||
conntrack: | ||
maxPerCore: 0 | ||
# Skip setting "net.netfilter.nf_conntrack_tcp_timeout_established" | ||
tcpEstablishedTimeout: 0s | ||
# Skip setting "net.netfilter.nf_conntrack_tcp_timeout_close" | ||
tcpCloseWaitTimeout: 0s |
74 changes: 74 additions & 0 deletions
74
pkg/minikube/bootstrapper/bsutil/testdata/v1.28/containerd.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,74 @@ | ||
apiVersion: kubeadm.k8s.io/v1beta3 | ||
kind: InitConfiguration | ||
localAPIEndpoint: | ||
advertiseAddress: 1.1.1.1 | ||
bindPort: 8443 | ||
bootstrapTokens: | ||
- groups: | ||
- system:bootstrappers:kubeadm:default-node-token | ||
ttl: 24h0m0s | ||
usages: | ||
- signing | ||
- authentication | ||
nodeRegistration: | ||
criSocket: unix:///run/containerd/containerd.sock | ||
name: "mk" | ||
kubeletExtraArgs: | ||
node-ip: 1.1.1.1 | ||
taints: [] | ||
--- | ||
apiVersion: kubeadm.k8s.io/v1beta3 | ||
kind: ClusterConfiguration | ||
apiServer: | ||
certSANs: ["127.0.0.1", "localhost", "1.1.1.1"] | ||
extraArgs: | ||
enable-admission-plugins: "NamespaceLifecycle,LimitRanger,ServiceAccount,DefaultStorageClass,DefaultTolerationSeconds,NodeRestriction,MutatingAdmissionWebhook,ValidatingAdmissionWebhook,ResourceQuota" | ||
controllerManager: | ||
extraArgs: | ||
allocate-node-cidrs: "true" | ||
leader-elect: "false" | ||
scheduler: | ||
extraArgs: | ||
leader-elect: "false" | ||
certificatesDir: /var/lib/minikube/certs | ||
clusterName: mk | ||
controlPlaneEndpoint: control-plane.minikube.internal:8443 | ||
etcd: | ||
local: | ||
dataDir: /var/lib/minikube/etcd | ||
extraArgs: | ||
proxy-refresh-interval: "70000" | ||
kubernetesVersion: v1.28.0-rc.0 | ||
networking: | ||
dnsDomain: cluster.local | ||
podSubnet: "10.244.0.0/16" | ||
serviceSubnet: 10.96.0.0/12 | ||
--- | ||
apiVersion: kubelet.config.k8s.io/v1beta1 | ||
kind: KubeletConfiguration | ||
authentication: | ||
x509: | ||
clientCAFile: /var/lib/minikube/certs/ca.crt | ||
cgroupDriver: systemd | ||
hairpinMode: hairpin-veth | ||
runtimeRequestTimeout: 15m | ||
clusterDomain: "cluster.local" | ||
# disable disk resource management by default | ||
imageGCHighThresholdPercent: 100 | ||
evictionHard: | ||
nodefs.available: "0%" | ||
nodefs.inodesFree: "0%" | ||
imagefs.available: "0%" | ||
failSwapOn: false | ||
staticPodPath: /etc/kubernetes/manifests | ||
--- | ||
apiVersion: kubeproxy.config.k8s.io/v1alpha1 | ||
kind: KubeProxyConfiguration | ||
clusterCIDR: "10.244.0.0/16" | ||
metricsBindAddress: 0.0.0.0:10249 | ||
conntrack: | ||
maxPerCore: 0 | ||
# Skip setting "net.netfilter.nf_conntrack_tcp_timeout_established" | ||
tcpEstablishedTimeout: 0s | ||
# Skip setting "net.netfilter.nf_conntrack_tcp_timeout_close" | ||
tcpCloseWaitTimeout: 0s |
81 changes: 81 additions & 0 deletions
81
pkg/minikube/bootstrapper/bsutil/testdata/v1.28/crio-options-gates.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,81 @@ | ||
apiVersion: kubeadm.k8s.io/v1beta3 | ||
kind: InitConfiguration | ||
localAPIEndpoint: | ||
advertiseAddress: 1.1.1.1 | ||
bindPort: 8443 | ||
bootstrapTokens: | ||
- groups: | ||
- system:bootstrappers:kubeadm:default-node-token | ||
ttl: 24h0m0s | ||
usages: | ||
- signing | ||
- authentication | ||
nodeRegistration: | ||
criSocket: unix:///var/run/crio/crio.sock | ||
name: "mk" | ||
kubeletExtraArgs: | ||
node-ip: 1.1.1.1 | ||
taints: [] | ||
--- | ||
apiVersion: kubeadm.k8s.io/v1beta3 | ||
kind: ClusterConfiguration | ||
apiServer: | ||
certSANs: ["127.0.0.1", "localhost", "1.1.1.1"] | ||
extraArgs: | ||
enable-admission-plugins: "NamespaceLifecycle,LimitRanger,ServiceAccount,DefaultStorageClass,DefaultTolerationSeconds,NodeRestriction,MutatingAdmissionWebhook,ValidatingAdmissionWebhook,ResourceQuota" | ||
fail-no-swap: "true" | ||
feature-gates: "a=b" | ||
controllerManager: | ||
extraArgs: | ||
allocate-node-cidrs: "true" | ||
feature-gates: "a=b" | ||
kube-api-burst: "32" | ||
leader-elect: "false" | ||
scheduler: | ||
extraArgs: | ||
feature-gates: "a=b" | ||
leader-elect: "false" | ||
scheduler-name: "mini-scheduler" | ||
certificatesDir: /var/lib/minikube/certs | ||
clusterName: mk | ||
controlPlaneEndpoint: control-plane.minikube.internal:8443 | ||
etcd: | ||
local: | ||
dataDir: /var/lib/minikube/etcd | ||
extraArgs: | ||
proxy-refresh-interval: "70000" | ||
kubernetesVersion: v1.28.0-rc.0 | ||
networking: | ||
dnsDomain: cluster.local | ||
podSubnet: "10.244.0.0/16" | ||
serviceSubnet: 10.96.0.0/12 | ||
--- | ||
apiVersion: kubelet.config.k8s.io/v1beta1 | ||
kind: KubeletConfiguration | ||
authentication: | ||
x509: | ||
clientCAFile: /var/lib/minikube/certs/ca.crt | ||
cgroupDriver: systemd | ||
hairpinMode: hairpin-veth | ||
runtimeRequestTimeout: 15m | ||
clusterDomain: "cluster.local" | ||
# disable disk resource management by default | ||
imageGCHighThresholdPercent: 100 | ||
evictionHard: | ||
nodefs.available: "0%" | ||
nodefs.inodesFree: "0%" | ||
imagefs.available: "0%" | ||
failSwapOn: false | ||
staticPodPath: /etc/kubernetes/manifests | ||
--- | ||
apiVersion: kubeproxy.config.k8s.io/v1alpha1 | ||
kind: KubeProxyConfiguration | ||
clusterCIDR: "10.244.0.0/16" | ||
metricsBindAddress: 0.0.0.0:10249 | ||
conntrack: | ||
maxPerCore: 0 | ||
# Skip setting "net.netfilter.nf_conntrack_tcp_timeout_established" | ||
tcpEstablishedTimeout: 0s | ||
# Skip setting "net.netfilter.nf_conntrack_tcp_timeout_close" | ||
tcpCloseWaitTimeout: 0s | ||
mode: "iptables" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,74 @@ | ||
apiVersion: kubeadm.k8s.io/v1beta3 | ||
kind: InitConfiguration | ||
localAPIEndpoint: | ||
advertiseAddress: 1.1.1.1 | ||
bindPort: 8443 | ||
bootstrapTokens: | ||
- groups: | ||
- system:bootstrappers:kubeadm:default-node-token | ||
ttl: 24h0m0s | ||
usages: | ||
- signing | ||
- authentication | ||
nodeRegistration: | ||
criSocket: unix:///var/run/crio/crio.sock | ||
name: "mk" | ||
kubeletExtraArgs: | ||
node-ip: 1.1.1.1 | ||
taints: [] | ||
--- | ||
apiVersion: kubeadm.k8s.io/v1beta3 | ||
kind: ClusterConfiguration | ||
apiServer: | ||
certSANs: ["127.0.0.1", "localhost", "1.1.1.1"] | ||
extraArgs: | ||
enable-admission-plugins: "NamespaceLifecycle,LimitRanger,ServiceAccount,DefaultStorageClass,DefaultTolerationSeconds,NodeRestriction,MutatingAdmissionWebhook,ValidatingAdmissionWebhook,ResourceQuota" | ||
controllerManager: | ||
extraArgs: | ||
allocate-node-cidrs: "true" | ||
leader-elect: "false" | ||
scheduler: | ||
extraArgs: | ||
leader-elect: "false" | ||
certificatesDir: /var/lib/minikube/certs | ||
clusterName: mk | ||
controlPlaneEndpoint: control-plane.minikube.internal:8443 | ||
etcd: | ||
local: | ||
dataDir: /var/lib/minikube/etcd | ||
extraArgs: | ||
proxy-refresh-interval: "70000" | ||
kubernetesVersion: v1.28.0-rc.0 | ||
networking: | ||
dnsDomain: cluster.local | ||
podSubnet: "10.244.0.0/16" | ||
serviceSubnet: 10.96.0.0/12 | ||
--- | ||
apiVersion: kubelet.config.k8s.io/v1beta1 | ||
kind: KubeletConfiguration | ||
authentication: | ||
x509: | ||
clientCAFile: /var/lib/minikube/certs/ca.crt | ||
cgroupDriver: systemd | ||
hairpinMode: hairpin-veth | ||
runtimeRequestTimeout: 15m | ||
clusterDomain: "cluster.local" | ||
# disable disk resource management by default | ||
imageGCHighThresholdPercent: 100 | ||
evictionHard: | ||
nodefs.available: "0%" | ||
nodefs.inodesFree: "0%" | ||
imagefs.available: "0%" | ||
failSwapOn: false | ||
staticPodPath: /etc/kubernetes/manifests | ||
--- | ||
apiVersion: kubeproxy.config.k8s.io/v1alpha1 | ||
kind: KubeProxyConfiguration | ||
clusterCIDR: "10.244.0.0/16" | ||
metricsBindAddress: 0.0.0.0:10249 | ||
conntrack: | ||
maxPerCore: 0 | ||
# Skip setting "net.netfilter.nf_conntrack_tcp_timeout_established" | ||
tcpEstablishedTimeout: 0s | ||
# Skip setting "net.netfilter.nf_conntrack_tcp_timeout_close" | ||
tcpCloseWaitTimeout: 0s |
Oops, something went wrong.