We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5bb8d9 commit 852f292Copy full SHA for 852f292
pkg/cluster/pod.go
@@ -331,7 +331,7 @@ func (c *Cluster) recreatePods() error {
331
c.logger.Infof("there are %d pods in the cluster to recreate", len(pods.Items))
332
333
if !c.isSafeToRecreatePods(pods) {
334
- return fmt.Errorf("postpone pod recreation until next Sync: recreation is unsafe because pods are being initilalized")
+ return fmt.Errorf("postpone pod recreation until next Sync: recreation is unsafe because pods are being initialized")
335
}
336
337
var (
0 commit comments