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
{{ message }}
This repository was archived by the owner on Dec 2, 2025. It is now read-only.
// 1.6714570170091689e+09 ERROR unable to update status {"controller": "gatewayclass", "controllerGroup": "gateway.networking.k8s.io", "controllerKind": "GatewayClass", "GatewayClass": {"name":"bigip"}, "namespace": "", "name": "bigip", "reconcileID": "bcd01fdd-8dfc-4be9-b3ab-c3d3a3fdb67e", "error": "Operation cannot be fulfilled on gatewayclasses.gateway.networking.k8s.io \"bigip\": the object has been modified; please apply your changes to the latest version and try again"}
87
-
iferr:=r.Status().Update(ctx, ngwc); err!=nil {
88
-
slog.Errorf("unable to update status: %s", err.Error())
89
-
return ctrl.Result{}, err
90
-
} else {
91
-
slog.Debugf("status updated")
92
-
}
87
+
// if err := r.Status().Update(ctx, ngwc); err != nil {
88
+
// slog.Errorf("unable to update status: %s", err.Error())
0 commit comments