Skip to content

Commit

Permalink
Remove minReadySeconds from kube-router DaemonSet
Browse files Browse the repository at this point in the history
The minReadySeconds are a thing for StatefulSets. For
DaemonSets there's no such field at all. Simply remove it as
it has no effect, despite producing logs like 'unknown field
"spec.template.spec.minReadySeconds"'.

Fixes: 65fcf39 ("Add readinessProbe/minReadySeconds to kube-router")
Signed-off-by: Tom Wieczorek <twieczorek@mirantis.com>
  • Loading branch information
twz123 committed Sep 11, 2024
1 parent 7ab1e77 commit c00fd0d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/component/controller/kuberouter.go
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,6 @@ spec:
spec:
priorityClassName: system-node-critical
serviceAccountName: kube-router
minReadySeconds: 5
initContainers:
- name: install-cni-bins
image: {{ .CNIInstallerImage }}
Expand Down

0 comments on commit c00fd0d

Please sign in to comment.