Revision 59293afd08edb679f7a8068767410c174670638e authored by John Fastabend on 15 June 2023, 16:24:11 UTC, committed by John Fastabend on 15 June 2023, 16:24:11 UTC
Trying to find root cause of why we have some old nodeIds lingering
around with single IPs. Add some info to give us the IPs we are
removing and then a Warn when we would previously have aborted adding
an ID because the IP already exists.

Signed-off-by: John Fastabend <john.fastabend@gmail.com>
1 parent 53731d3
Raw File
.gitattributes
/install/kubernetes/cilium/values.yaml.tmpl linguist-language=yml
/install/kubernetes/cilium/values.yaml linguist-generated
/install/kubernetes/cilium/README.md linguist-generated
*.Jenkinsfile linguist-language=Groovy
go.sum linguist-generated
examples/kubernetes/connectivity-check/connectivity-*.yaml linguist-generated
pkg/k8s/apis/cilium.io/v2/client/crds/*.yaml linguist-generated
test/controlplane/**/v1.[0-9][0-9]/*.yaml linguist-generated
test/controlplane/services/graceful-termination/*.yaml linguist-generated
Documentation/cmdref/** linguist-generated
Documentation/crdlist.rst linguist-generated
Documentation/helm-values.rst linguist-generated
Documentation/codeowners.rst linguist-generated
Documentation/_static/* -diff
*svg -diff
pkg/k8s/client/clientset/** linguist-generated
pkg/k8s/client/informers/** linguist-generated
pkg/k8s/client/listers/** linguist-generated
back to top