Anson Qian
Anson Qian
can we expose another parameter to configure scaling down speed per autoscaling group?
we found API server OOM killed where beats list the resources nodes/namespaces/replicasets from the daemonset pods from all nodes, is there any plan to move forward with this issue?
not sure why ``` error adding container to network "ipvlan-eth0": plugin type="ipvlan" failed (add): failed to add IP addr {Interface:0xc00009b688 Address:{IP:10.224.0.35 Mask:fffffff0} Gateway:10.224.0.33} to "eth0": address already in use ```...
> According to Spiderpool's design, the IP conflict checking with ARP probe request works during CNI is called to ensure the IP's availability. In my opinion, the VPC networking of...
> I think this issue is related to spidercoordinator config. Can you run the following command ? > > ``` > kubectl get spidercoordinatorconfig -o yaml > kubectl get cm...
this is how I manually setup ipvlan on AKS and Azure, let me know if it is possible to do the same thing with spidernet: https://github.com/containernetworking/plugins/pull/1218/files#diff-49c043d18a8967be0c8f30b56270791d8827d03fbc47b3ad7b35506cd35aa25e
thanks for the detailed explanation! after applying kubeadm-config, ipam is working now, but egress to API server is not working ``` k get configmap/kubeadm-config -n kube-system -o yaml apiVersion: v1...
you are right, 10.224.0.0/16 is the underlay subnet to share btw nodes and pods, and every ip is vnet routable, let me try 10.241.0.0/16, which is completely virtual and different...
virtual subnet for pods did not work, again my goal is to use underlay network, not overlay network, very similar to what's in `Public Cloud Installation` https://spidernet-io.github.io/spiderpool/v1.0/usage/install/cloud/get-started-alibaba/ https://spidernet-io.github.io/spiderpool/v1.0/usage/install/cloud/get-started-aws/ in azure,...
I realized sth changed, now cniType ipvlan is not supported any more? ``` k apply -f spidermultusconfig.yaml Warning: resource spidermultusconfigs/ipvlan-eth0 is missing the kubectl.kubernetes.io/last-applied-configuration annotation which is required by kubectl...