Maciej Wyrzuc

Results 17 comments of Maciej Wyrzuc

containerd logs from master: ``` May 12 08:43:21.379251 bootstrap-e2e-master containerd[650]: time="2023-05-12T08:43:21.379201176Z" level=error msg="failed to load cni during init, please check CRI plugin status before setting up network for pods" error="cni...

I have sshed on to the master and it looks like all configuration files regarding cni are in place. Kubectl describe node on master: ``` Events: Type Reason Age From...

Kube controller manager logs: ``` E0512 13:12:32.119653 11 cloud_cidr_allocator.go:315] "Failed to update the node PodCIDR after multiple attempts" err="failed to patch node CIDR: Node \"bootstrap-e2e-master\" is invalid: spec.podCIDRs: Invalid value:...

Wojtek's gut feeling was right. @p0lyn0mial if you want to we can create pr to add: ``` - --env=KUBE_GCE_PRIVATE_CLUSTER=false ``` to the tests and they should work just fine. In...

FYI: https://github.com/kubernetes/kubernetes/blob/master/cluster/gce/util.sh#L3008 this is the place where we add master internal ip as a second alias if we are using KUBE_GCE_PRIVATE_CLUSTER Then this second ip is picked by kcm (https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/legacy-cloud-providers/gce/gce_instances.go#L496)...

@aojea https://gcsweb.k8s.io/gcs/sig-scalability-logs/ci-kubernetes-e2e-gci-gce-scalability-watch-list-off/1658029086385115136/bootstrap-e2e-master/ has all the logs from the master

I hope we can, unfortunately I haven't had much time to look into this and other work was unblocked by running tests in a small public cluster.

@ania-borowiec @macsko can you take a look at PoC: https://github.com/kubernetes/kubernetes/pull/135502 I wanted to have something to start a discussion. My main concern is that with the approach from PoC we...

@ania-borowiec actually that's a great idea, not sure why I missed that but we can actually limit the number of pods in this map by just adding the pods for...