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

Injector: add DAPR_HOST_IP env var to daprd #7511

Merged
merged 1 commit into from
Feb 8, 2024

Commits on Feb 8, 2024

  1. Injector: add option to add DAPR_HOST_IP env var to daprd

    The `DAPR_HOST_IP` env var is used in various places in Dapr for a sidecar to know its own IP address, for example for service invocation or actor invocation.
    
    When using the Dapr injector to add the daprd container, we can use the downstream APIs to add the `DAPR_HOST_IP` env var based on data from the controller
    
    This option can be enabled by setting the Helm option `dapr_sidecar_injector.enableK8sDownwardAPIs=true`
    
    Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
    ItalyPaleAle committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    b84ea9a View commit details
    Browse the repository at this point in the history