Skip to content
#

kubeadm

Here are 254 public repositories matching this topic...

jayunit100
jayunit100 commented Sep 7, 2021

Workaround

quick note if you dont want spammy EndpointSliceUpdate logs, just delete the local-path-provisioner but obviously that would break your pvcs in a vanilla kind cluster

The issue

On any kube-proxy running in kind, the local-path-provisioner for rancher makes a bunch of noise

I0907 13:28:05.246094       1 config.go:260] Calling handler.OnEndpointSliceUpdate
I0907 13:28:
huanghantao
huanghantao commented Jan 11, 2022

复现过程

wget -c https://sealyun.oss-cn-beijing.aliyuncs.com/05a3db657821277f5f3b92d834bbaf98-v1.22.0/kube1.22.0.tar.gz

sealos init —passwd 'password' \
	—master 192.168.1.122  \
	—pkg-url /root/kube1.22.0.tar.gz  \
	—version v1.20.2

报错:

command result is: this version of kubeadm only supports deploying clusters with the control plane version >= 1.21.0. Current

Improve this page

Add a description, image, and links to the kubeadm topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the kubeadm topic, visit your repo's landing page and select "manage topics."

Learn more