We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e94d43 commit bed22a2Copy full SHA for bed22a2
pkg/controllers/routing/network_routes_controller.go
@@ -1126,7 +1126,7 @@ func (nrc *NetworkRoutingController) startBgpServer(grpcServer bool) error {
1126
// If the global routing peer is configured then peer with it
1127
// else attempt to get peers from node specific BGP annotations.
1128
if len(nrc.globalPeerRouters) == 0 {
1129
- klog.V(2).Infof("Attempting to construct peer configs from annotation: %+v", node.Annotations)
+ klog.V(2).Info("Attempting to construct peer configs from node annotations")
1130
peerCfgs, err := bgpPeerConfigsFromAnnotations(
1131
node.Annotations,
1132
nrc.krNode.GetPrimaryNodeIP().String(),
0 commit comments