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

Support httpHeaders in Probes #2294

Open
2 tasks
burner1024 opened this issue Dec 13, 2024 · 0 comments
Open
2 tasks

Support httpHeaders in Probes #2294

burner1024 opened this issue Dec 13, 2024 · 0 comments
Labels
feature-request New/Enhanced functionality wanted needs-triage Priority and effort undetermined yet

Comments

@burner1024
Copy link

Description of the feature or enhancement:

Allow to set httpHeaders, like so https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/#http-probes :

startupProbe:
  httpGet:
    httpHeaders:
      - name: User-Agent
        value: MyUserAgent

Use Case:

To allow probes to do basic authorization, for one.

Proposed Solution:

Other:

  • 👋 I may be able to implement this feature request
  • ⚠️ This feature might incur a breaking change

This is a 🚀 Feature Request

@burner1024 burner1024 added feature-request New/Enhanced functionality wanted needs-triage Priority and effort undetermined yet labels Dec 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request New/Enhanced functionality wanted needs-triage Priority and effort undetermined yet
Projects
None yet
Development

No branches or pull requests

1 participant