Closed as not planned
Closed as not planned
Copy link
Description
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
Categorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.Denotes 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.Indicates 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.Categorizes an issue or PR as relevant to SIG Node.Categorizes an issue or PR as relevant to SIG Node.