WIP Fix Galera bootstrap with tightened TCIB sudoers - #537
Conversation
Stop using `sudo -E` for `kolla_set_configs` in `mysql_bootstrap.sh`. The TCIB image now relies on explicit `env_keep`, so preserving the full environment is no longer allowed and breaks MariaDB bootstrap. Signed-off-by: rabi <ramishra@redhat.com>
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: rabi The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
@rabi: The following test failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
Stop using
sudo -Eforkolla_set_configsinmysql_bootstrap.sh. The TCIB image now relies on explicitenv_keep, so preserving the full environment is no longer allowed and breaks MariaDB bootstrap.