-
Notifications
You must be signed in to change notification settings - Fork 208
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump k8s to 1.28 #1909
Bump k8s to 1.28 #1909
Conversation
26361e1
to
04b3383
Compare
04b3383
to
869f4f7
Compare
869f4f7
to
510a0ae
Compare
Signed-off-by: Tobias Klauser <[email protected]>
510a0ae
to
48c99c0
Compare
@@ -8,10 +8,6 @@ replace ( | |||
|
|||
go.universe.tf/metallb => github.com/cilium/metallb v0.1.1-0.20220829170633-5d7dfb1129f7 | |||
|
|||
// Using fork of client-go. | |||
// Contains fix for exponential backoff for informers. | |||
k8s.io/client-go => github.com/cilium/client-go v0.27.2-fix |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
❤️
@@ -146,7 +146,6 @@ func createOrUpdateKNP(ctx context.Context, client *k8s.Client, knp *networkingv | |||
// Overload the field that should stay unchanged. | |||
policy.ObjectMeta.Labels = knp.ObjectMeta.Labels | |||
policy.Spec = knp.Spec | |||
policy.Status = networkingv1.NetworkPolicyStatus{} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what happened to this field
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like it was removed upstream by kubernetes/kubernetes#115843 ref. kubernetes/enhancements#2943
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
how disappointing 😿
No description provided.