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
One of the use cases for extraInitContainers is attempts to modify the redpanda.yml. This isn't likely to work particularly well for a variety of reasons most importantly, we're hoping to do away with the extra___ attributes in the long run.
@vuldin is experimenting with stretch clusters and needs to be able to customize the advertised address of the RPC listener. We should just add support for modifying it in the same way that we allow customizing Kafka's RPC advertised addresses.
One of the use cases for
extraInitContainers
is attempts to modify theredpanda.yml
. This isn't likely to work particularly well for a variety of reasons most importantly, we're hoping to do away with theextra___
attributes in the long run.@vuldin is experimenting with stretch clusters and needs to be able to customize the advertised address of the RPC listener. We should just add support for modifying it in the same way that we allow customizing Kafka's RPC advertised addresses.
JIRA Link: K8S-297
The text was updated successfully, but these errors were encountered: