cilium / cilium-cli

CLI to install, manage & troubleshoot Kubernetes clusters running Cilium
https://cilium.io
Apache License 2.0
392 stars 196 forks source link

CI: Conformance AKS: `bufio.Scanner: token too long` #2484

Open pchaigno opened 2 months ago

pchaigno commented 2 months ago

From https://github.com/cilium/cilium/actions/runs/8642274397/job/23693121508 Sysdump collection then failed, maybe for the same reason.

[=] Test [client-ingress-to-echo-named-port-deny] [36/75]

  ℹī¸  📜 Applying CiliumNetworkPolicy 'allow-all-egress' to namespace 'cilium-test'..
  ℹī¸  📜 Applying CiliumNetworkPolicy 'allow-all-ingress' to namespace 'cilium-test'..
  ℹī¸  📜 Applying CiliumNetworkPolicy 'client-ingress-to-echo-named-port-deny' to namespace 'cilium-test'..
  đŸŸĨ Error reading Cilium logs: error reading cilium-agent logs for kube-system/cilium-2pwnt: bufio.Scanner: token too long
pchaigno commented 2 months ago

An old Cilium bug with similar symptoms: https://github.com/cilium/cilium/issues/3807. Maybe useful to figure out a fix here.