Skip to content

Define default for startupProbe.initialDelaySeconds #1738

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

harmjanblok
Copy link

@patsevanton
Copy link
Contributor

work:

k get pod -n test
NAME                   READY   STATUS    RESTARTS   AGE
clickhouse-0           1/1     Running   0          10m
clickhouse-1           1/1     Running   0          10m
clickhouse-2           1/1     Running   0          10m
clickhouse-replica-0   1/1     Running   0          10m
clickhouse-replica-1   1/1     Running   0          10m
clickhouse-replica-2   1/1     Running   0          10m

get initialDelaySeconds:

k get pod -n test clickhouse-0  -o yaml | grep startup -A 5
    startupProbe:
      failureThreshold: 60
      initialDelaySeconds: 5
      periodSeconds: 5
      successThreshold: 1
      tcpSocket:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants