Wenying Dong
Wenying Dong
Update commit message only.
Having offline discussed with @tnqn, a proposal to resolve this issue is to expand the existing controlplane API `NetworkPolicyNodeStatus`(https://github.com/antrea-io/antrea/blob/main/pkg/apis/controlplane/types.go#L385) with two additional fields: `Realized` and `Message`. For Nephe use case,...
> The approach sounds good to me. Should we use "RealizationFailure" instead, if it is not set when no error? If my understanding is correct, you mean we merge the...
> Do we always have an error message? I doubt no.
> I want to confirm a RBAC question. For now, it seems that controller only has update privilege for supportbundlecollections/status. Then if agent side calls UpdateStatus function, it should use...
> I want to confirm a RBAC question. For now, it seems that controller only has update privilege for supportbundlecollections/status. Then if agent side calls UpdateStatus function, it should use...
> @wenyingd I see controller.go is updated, any change in it I need to recheck? No logic change happens in controller.go. The change is about the Field name ( SucceededNodes...