Skip to content

Commit ef47225

Browse files
authored
Merge pull request kubernetes#130004 from stlaz/remote-uid-config-fix
cluster authn trust configmap: increase write interval during apiserver dueling
2 parents 4806519 + dbf780a commit ef47225

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pkg/controlplane/controller/clusterauthenticationtrust/cluster_authentication_trust_controller.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,9 +128,6 @@ func NewClusterAuthenticationTrustController(requiredAuthenticationData ClusterA
128128
AddFunc: func(obj interface{}) {
129129
c.queue.Add(keyFn())
130130
},
131-
UpdateFunc: func(oldObj, newObj interface{}) {
132-
c.queue.Add(keyFn())
133-
},
134131
DeleteFunc: func(obj interface{}) {
135132
c.queue.Add(keyFn())
136133
},

0 commit comments

Comments
 (0)