Skip to content

Commit c9dea3b

Browse files
committed
[Bugfix] Cleanup serving condition
1 parent 124d95d commit c9dea3b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/deployment/member/phase_updates.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ func removeMemberConditionsMapFunc(m *api.MemberStatus) {
6868
// Clean conditions
6969
m.Conditions.Remove(api.ConditionTypeReady)
7070
m.Conditions.Remove(api.ConditionTypeStarted)
71+
m.Conditions.Remove(api.ConditionTypeServing)
7172
m.Conditions.Remove(api.ConditionTypeTerminated)
7273
m.Conditions.Remove(api.ConditionTypeTerminating)
7374
m.Conditions.Remove(api.ConditionTypeAgentRecoveryNeeded)

0 commit comments

Comments
 (0)