Skip to content
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

feat: add liveness probe on scheduler extender #354

Merged
merged 3 commits into from
Jun 28, 2024

Conversation

JasonHe-WQ
Copy link
Contributor

What type of PR is this?

/kind feature

What this PR does / why we need it:

Which issue(s) this PR fixes:
Fixes #353

Special notes for your reviewer:
Test needed

Does this PR introduce a user-facing change?:
Nothing

@hami-robott hami-robott bot added the kind/feature new function label Jun 14, 2024
@hami-robott hami-robott bot requested a review from archlitchi June 14, 2024 03:10
@hami-robott hami-robott bot requested a review from wawa0210 June 14, 2024 03:10
@hami-robott hami-robott bot added size/S and removed size/L labels Jun 14, 2024
@JasonHe-WQ JasonHe-WQ changed the title feat: add leaderElection feat: add liveness probe on scheduler extender Jun 14, 2024
Signed-off-by: wenqing.he <wenqinghe1016@gmail.com>
Signed-off-by: wenqing.he <wenqinghe1016@gmail.com>
@lengrongfu
Copy link
Member

@JasonHe-WQ Can you add livenessProbe to kube-scheduler container?

    livenessProbe:
      failureThreshold: 8
      httpGet:
        path: /healthz
        port: 10259
        scheme: HTTPS
      initialDelaySeconds: 10
      periodSeconds: 10
      successThreshold: 1
      timeoutSeconds: 15

Signed-off-by: wenqing.he <wenqinghe1016@gmail.com>
@JasonHe-WQ
Copy link
Contributor Author

@JasonHe-WQ Can you add livenessProbe to kube-scheduler container?

    livenessProbe:
      failureThreshold: 8
      httpGet:
        path: /healthz
        port: 10259
        scheme: HTTPS
      initialDelaySeconds: 10
      periodSeconds: 10
      successThreshold: 1
      timeoutSeconds: 15

Done

@lengrongfu
Copy link
Member

LGTM~

@wawa0210
Copy link
Member

/lgtm
/approve

Copy link
Contributor

hami-robott bot commented Jun 28, 2024

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: JasonHe-WQ, wawa0210

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@hami-robott hami-robott bot added the approved label Jun 28, 2024
@hami-robott hami-robott bot merged commit 8b5e5b8 into Project-HAMi:master Jun 28, 2024
5 checks passed
@JasonHe-WQ JasonHe-WQ deleted the leaderElection branch July 1, 2024 03:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[feat]: add liveness probe
3 participants