Skip to content

Commit

Permalink
Gardener resource manager deployed after KCM (#3539)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielfoehrKn committed Feb 11, 2021
1 parent dc481f3 commit 2027947
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/gardenlet/controller/shoot/shoot_control_reconcile.go
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ func (c *Controller) runReconcileShootFlow(ctx context.Context, o *operation.Ope
deployGardenerResourceManager = g.Add(flow.Task{
Name: "Deploying gardener-resource-manager",
Fn: flow.TaskFn(botanist.DeployGardenerResourceManager).RetryUntilTimeout(defaultInterval, defaultTimeout),
Dependencies: flow.NewTaskIDs(initializeShootClients),
Dependencies: flow.NewTaskIDs(initializeShootClients, deployKubeControllerManager),
})
deployNetwork = g.Add(flow.Task{
Name: "Deploying shoot network plugin",
Expand Down

0 comments on commit 2027947

Please sign in to comment.