You can stop the bootstrap pod from trying to mess around with Plugins by adding some additional config:
bootstrap:
additionalConfig:
network:
bind_host:"0.0.0.0"
This let my deployment continue without issue.
You can stop the bootstrap pod from trying to mess around with Plugins by adding some additional config:
bootstrap:
additionalConfig:
network:
bind_host:"0.0.0.0"
This let my deployment continue without issue.