Skip to content

Commit

Permalink
fix: typo in method signature (#2537)
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotr1215 authored Feb 26, 2025
1 parent dc671d5 commit 5d3e386
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/controllers/resources/pods/syncer.go
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ func (s *podSyncer) Sync(ctx *synccontext.SyncContext, event *synccontext.SyncEv
// propagate pod status changes from host cluster to vcluster when the host pod
// is being deleted. We need this because there is a possibility that pod is owned
// by a controller which wants the pod status to be either succeeded or failed before
// deleting it. But because these status changes are not propogated
// deleting it. But because these status changes are not propagated
// to vcluster pod when the host pod is being deleted, vcluster pod's status still
// shows as running, hence it cannot be deleted until it has failed or succeeded. This
// results in dangling pods on vcluster
Expand Down

0 comments on commit 5d3e386

Please sign in to comment.