Talangor
Talangor
nothing ?
@SuperChaw hey buddy I did something about this but it does not relate to the code itself I exported and created queries from MySQL database itself and I really really...
@cristicalin thanks for fast responce i did reinstall with `calico_bpf_enabled: false` and `use_localhost_as_kubeapi_loadbalancer` line is commented out i thought you meant disabling bpf should i reinstall with `use_localhost_as_kubeapi_loadbalancer: false` ?...
the thing is that the default configuration available in kubespray does this too my past experience with kubespray was that I could deploy kubernetes cluster with default yaml files and...
@cristicalin I tried to install with weave and this happened https://github.com/kubernetes-sigs/kubespray/issues/8881 What's happening here am I so far off? I'm sure you guys had tested the code but its really...
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) and fix this...
i did add it like this in group_vars/all/all.yml `no_proxy: "node01,node02,node03,node04,node05,localhost,127.0.0.0,127.0.1.1,127.0.1.1,10.233.0.0/18,10.233.64.0/18,.cluster.local,local.home"` but if we want it to use variable maybe it should be like this: in roles/kubespray-defaults/defaults/main.yaml ` no_proxy: "{{ no_proxy...
@cristicalin update fortunately, I had the opportunity to test this code and its working as expected
hi @vyom-soft are you using proxy in your deployment? if so you should eather set correct exception for your cluster or use offline installation and avoid using proxy. in my...
hi thanks for response sorry that I'm late i was sick and was resting > The ext4 errors are a little odd though. Are you using ext4 for the root...