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
It would be very useful to add possibility to configure hostAliases in values.yaml, so it would be propagated in vcluster sts/deployment. It is valuable for debugging and working with ingresses which are not yet in DNS entries. For me the use case is adding OIDC authentication for kube-apiserver working with local dex deployment which is exposed via ingress, and I would like to add hostAliases to make it work.
Which solution do you suggest?
In values.yaml for controlPlane add hostAliases object and then use it in templates/statefulset.yaml like this:
{{- with .Values.controlPlane.hostAliases }}
hostAliases:
{{- toYaml . | nindent 8 }}
{{- end }}
Which alternative solutions exist?
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem?
It would be very useful to add possibility to configure hostAliases in values.yaml, so it would be propagated in vcluster sts/deployment. It is valuable for debugging and working with ingresses which are not yet in DNS entries. For me the use case is adding OIDC authentication for kube-apiserver working with local dex deployment which is exposed via ingress, and I would like to add hostAliases to make it work.
Which solution do you suggest?
In values.yaml for controlPlane add hostAliases object and then use it in templates/statefulset.yaml like this:
{{- with .Values.controlPlane.hostAliases }}
hostAliases:
{{- toYaml . | nindent 8 }}
{{- end }}
Which alternative solutions exist?
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: