You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The regression was introduced in #11015 (cc @raybejjani). It looks like k8s.IsEnabled() is called before k8s.Configure() which makes the cilium to crash.
One workaround (suggested by @valas) is to set the env var K8S_NODE_NAME=blah before starting the agent.