You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We want to use the otel-collector-chart with istio and thereby without the hostNetwork on a Linux system.
Currently the code only allows that for windows-based systems:
...
spec:
{{- if not .Values.isWindows }}hostNetwork: true{{- end }}
...
Could there be another configurable option added to deactivate hostNetwork manually via the values.yaml?
The text was updated successfully, but these errors were encountered:
For anyone reading here but not in the splunk idea (e.g. no splunkaccount), this has been addressed with PR #1107 and should land in the next release (>0.91.3).
We want to use the otel-collector-chart with istio and thereby without the hostNetwork on a Linux system.
Currently the code only allows that for windows-based systems:
Could there be another configurable option added to deactivate hostNetwork manually via the values.yaml?
The text was updated successfully, but these errors were encountered: