liujian

Results 103 comments of liujian

https://github.com/kubernetes/kubeadm/issues/2414 kubeadm 1.29中admin.conf文件权限受限了。而kube-vip还是再使用admin.conf这个文件,导致kube-vip获取lease资源报错 这里有个解决方案:https://github.com/kube-vip/kube-vip/issues/684#issuecomment-1864855405

先看kube-vip社区有什么好的解决方案。 没有的话。后续就把https://github.com/kube-vip/kube-vip/issues/684#issuecomment-1864855405 这个方案加到4.x版本里面去

kube-vip is used for cluster high availability. You can access the entire cluster's API-Server using this address, without worrying about which master node the API-Server is running on. In kubekey,...

The `controlPlaneLoadBalancer.value` in `cluster.yaml` is actually equivalent to `kube_vip.address` in `ClusterTemplate.yml`. When the environment variable `CONTROL_PLANE_ENDPOINT_IP` is set and the `clusterctl generate cluster` command is executed, this variable will automatically...

We will consider canceling kube-vip in the future. kube-vip is not a necessary option in the case of domain or single-node setups.

## kubekey-provider-for-clusterapi ### Defining `cluster.yaml` Setting environment variables is a quick way to generate `cluster.yaml`. It also allows defining the cluster without using the generate command. ### About `controlPlaneEndpointType` https://github.com/kubesphere/kubekey/blob/e40c57fb9f09695ec7d57ded72f0f652415ba892/config/capkk/release/cluster-template.yaml#L30...

Good idea, we will carefully consider the possibility of integration with kops.

support in 4.x: https://github.com/kubesphere/kubekey/blob/feature-gitops/builtin/core/roles/install/cni/tasks/calico.yaml

@fitme96 能帮忙测试一下,卡在了哪一步吗。可以把这个脚本拿出来单独在机器上执行。