limalc

Results 4 comments of limalc
trafficstars

Which version of kubespray are you using? Please add the parameter `unsafe_show_logs: true` to be able to output more debug information

I think the variable `local_path_provisioner_image_repo: "rancher/local-path-provisioner"` should be `local_path_provisioner_image_repo: "{{ docker_image_repo }}/rancher/local-path-provisioner"`

Would you please run the following commands: ``` kubectl get cm extension-apiserver-authentication -n kube-system kubectl describe role extension-apiserver-authentication-reader -n kube-system kubectl describe rolebindings.rbac.authorization.k8s.io system::extension-apiserver-authentication-reader -n kube-system ```

kube-vip requires workarounds to support k8s v1.29+ * [kube-vip requires super-admin.conf with Kubernetes 1.29 kube-vip/kube-vip#684](https://github.com/kube-vip/kube-vip/issues/684)