Skip to content
This repository was archived by the owner on Apr 25, 2023. It is now read-only.

Commit 7dbc2f6

Browse files
committed
mark ClientRetrievalFailed as recoverable error
recoverable when a KubeFedCluster's malformed Secret get fixed
1 parent 086ef8d commit 7dbc2f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/controller/sync/status/status.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ func IsRecoverableError(status PropagationStatus) bool {
173173
DeletionFailed,
174174
LabelRemovalFailed,
175175
RetrievalFailed,
176+
ClientRetrievalFailed,
176177
CreationTimedOut,
177178
UpdateTimedOut,
178179
DeletionTimedOut,

0 commit comments

Comments
 (0)