-
Notifications
You must be signed in to change notification settings - Fork 193
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
Rework status Conditions for Globalnet resources #2463
Labels
Comments
tpantelis
added
size:small
This can be implemented in less than half a sprint
size:medium
This can be implemented in a single sprint
and removed
next-version-candidate
labels
May 3, 2023
dfarrell07
added
priority:high
and removed
size:medium
This can be implemented in a single sprint
labels
May 9, 2023
tpantelis
pushed a commit
to tpantelis/submariner
that referenced
this issue
May 18, 2023
The status Conditions are appended to preserve the history however this is contrary to the intended design where each condition type should be unique and only the last status is preserved. Fixes submariner-io#2463 Signed-off-by: Automated Release <release@submariner.io>
tpantelis
pushed a commit
to tpantelis/submariner
that referenced
this issue
May 18, 2023
The status Conditions are appended to preserve the history however this is contrary to the intended design where each condition type should be unique and only the last status is preserved. Instead of appending, use meta.SetStatusCondition. Also trim existing conditions on upgrade to contain only the last one. Fixes submariner-io#2463 Signed-off-by: Automated Release <release@submariner.io>
tpantelis
pushed a commit
to tpantelis/submariner
that referenced
this issue
May 18, 2023
The status Conditions are appended to preserve the history however this is contrary to the intended design where each condition type should be unique and only the last status is preserved. Instead of appending, use meta.SetStatusCondition. Also trim existing conditions on upgrade to contain only the last one. Fixes submariner-io#2463 Signed-off-by: Automated Release <release@submariner.io>
tpantelis
pushed a commit
to tpantelis/submariner
that referenced
this issue
Jun 20, 2023
The status Conditions are appended to preserve the history however this is contrary to the intended design where each condition type should be unique and only the last status is preserved. Instead of appending, use meta.SetStatusCondition. Also trim existing conditions on upgrade to contain only the last one. Fixes submariner-io#2463 Signed-off-by: Automated Release <release@submariner.io>
tpantelis
pushed a commit
to tpantelis/submariner
that referenced
this issue
Jul 31, 2023
The status Conditions are appended to preserve the history however this is contrary to the intended design where each condition type should be unique and only the last status is preserved. Instead of appending, use meta.SetStatusCondition. Also trim existing conditions on upgrade to contain only the last one. Fixes submariner-io#2463 Signed-off-by: Automated Release <release@submariner.io>
tpantelis
pushed a commit
that referenced
this issue
Jul 31, 2023
The status Conditions are appended to preserve the history however this is contrary to the intended design where each condition type should be unique and only the last status is preserved. Instead of appending, use meta.SetStatusCondition. Also trim existing conditions on upgrade to contain only the last one. Fixes #2463 Signed-off-by: Automated Release <release@submariner.io>
novad03
pushed a commit
to novad03/k8s-submariner
that referenced
this issue
Nov 25, 2023
The status Conditions are appended to preserve the history however this is contrary to the intended design where each condition type should be unique and only the last status is preserved. Instead of appending, use meta.SetStatusCondition. Also trim existing conditions on upgrade to contain only the last one. Fixes submariner-io/submariner#2463 Signed-off-by: Automated Release <release@submariner.io>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
The status
Conditions
are appended to preserve the history however this is contrary to the intended design where each condition type should be unique and only the last status is preserved.The text was updated successfully, but these errors were encountered: