From e1e41d6456f9097623104d33748394c5ed7eaf2a Mon Sep 17 00:00:00 2001 From: zvlb Date: Wed, 27 Mar 2024 15:04:49 +0200 Subject: [PATCH] Fix syntax error Signed-off-by: zvlb --- apps/v1/types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/v1/types.go b/apps/v1/types.go index 96ff620986..c4c244eddd 100644 --- a/apps/v1/types.go +++ b/apps/v1/types.go @@ -625,7 +625,7 @@ type RollingUpdateDaemonSet struct { // pod is available (Ready for at least minReadySeconds) the old DaemonSet pod // on that node is marked deleted. If the old pod becomes unavailable for any // reason (Ready transitions to false, is evicted, or is drained) an updated - // pod is immediatedly created on that node without considering surge limits. + // pod is immediately created on that node without considering surge limits. // Allowing surge implies the possibility that the resources consumed by the // daemonset on any given node can double if the readiness check fails, and // so resource intensive daemonsets should take into account that they may