Cristian Calin
Cristian Calin
Thanks @eminaktas /lgtm
`use_localhost_as_kubeapi_loadbalancer: true` is only needed when using calico with ebpf and if you don't set it kubespray defaults to `False`. The sample specifically states that this setting is there for...
> it seems that this proxy settings is propagated down to some process calling [https://10.233.0.1:443/apis/crd.projectcalico.org/v1/clusterinformations/default] API. > > Finally I add NO_PROXY to all private subnet (e.g. 10.233.0.0/16 , 10.233.64.0/16)...
This looks like an issue with nerdctl failing to write a file to the local filesystem, are you using an exotic filesystem on your ansible host?
CentOS 8 mirror redirector was turned off when CentOS 8 went EOL at the end of 2021. The issue stems from https://github.com/kubernetes-sigs/kubespray/blob/master/roles/bootstrap-os/tasks/bootstrap-centos.yml#L71 which nobody updated after centos killed their redirector....
Hi @shelmingsong , thank you for submitting this. Before we accept the change, could you please explain how is this an optimisation? The design document is from the 1.7 days...
Hi @shelmingsong , please rebase this PR on latest state of the master branch to be able to pass the CI tests.
Great work @shelmingsong, thank you! /approve /ok-to-test
@willzhang kubespray is not intended to modify your local repository list beyond adding its necessary dependencies as a deployer aware of your own environment you should ensure your target machines...
This approach adds the ceph CSI as an alternative CSI and this offloads the work to the deployer to figure out a transition strategy from the `rbd_provisioner`. Is there any...