-
Notifications
You must be signed in to change notification settings - Fork 324
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add HOST_IP environment variable to consul_dataplane_sidecar.go (#4277)
* Add HOST_IP environment variable to consul_dataplane_sidecar.go This environment variable must be set in order to utilize HOST_IP as part of statsd or dogstatsd sinks. If this variable is unset and the sink is configured to use HOST_IP, the sidecar won't start and pods won't coe up healthy. * Update consul_dataplane_sidecar.go * Add tests * Add changelog entry * fix changelog * webhook v2 * Update consul_dataplane_sidecar_test.go * Update .changelog/3916.txt Co-authored-by: Nathan Coleman <nathandanielcoleman@gmail.com> * Rename 3916.txt to 4277.txt --------- Co-authored-by: Jeff <woz5999@gmail.com> Co-authored-by: woz5999 <jeff.wozniak@umbra.space>
- Loading branch information
1 parent
1164953
commit 2ed5fd8
Showing
3 changed files
with
11 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
```release-note:bug | ||
control-plane: add missing `$HOST_IP` environment variable to consul-dataplane sidecar containers | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters