Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Add support for environment variable resolution in httpGet probe paths #128900

Copy link
Copy link
Closed as not planned
@bachmanity1

Description

@bachmanity1
Issue body actions

Currently, Kubernetes does not support resolving environment variables in httpGet probe paths, which limits configuration flexibility.

Expected behavior:

  • Allow environment variable interpolation like path: "$(CONTEXT_PATH)/health/"
  • Support standard shell-like variable substitution syntax

Sample configuration:

       readinessProbe:
          httpGet:
            path: "$(CONTEXT_PATH)/actuator/health/readiness"
            port: 8080
            scheme: HTTP

Metadata

Metadata

Assignees

Labels

kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.lifecycle/rottenDenotes an issue or PR that has aged beyond stale and will be auto-closed.Denotes an issue or PR that has aged beyond stale and will be auto-closed.needs-triageIndicates an issue or PR lacks a `triage/foo` label and requires one.Indicates an issue or PR lacks a `triage/foo` label and requires one.sig/nodeCategorizes an issue or PR as relevant to SIG Node.Categorizes an issue or PR as relevant to SIG Node.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    Morty Proxy This is a proxified and sanitized view of the page, visit original site.