Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(orchestrator): store cmd as file and add fn to read and update c… #1579

Merged
merged 4 commits into from
Dec 4, 2023

Conversation

pepoviola
Copy link
Collaborator

…md to execute by wrapper [k8s]

cc: @mrcnski with this change we can add this logic to an sh script

if [[ $(grep "insecure-validator-i-know-what-i-do" /cfg/zombie.cmd) ]]; then 
  echo "insecure flag is already part of the cmd";
else
  echo -n " --insecure-validator-i-know-what-i-do" >> /cfg/zombie.cmd;
fi;
echo "update-cmd" > /tmp/zombiepipe;

and then just restart from the DSL

@pepoviola pepoviola enabled auto-merge (squash) December 4, 2023 22:39
@pepoviola pepoviola merged commit 4f39224 into main Dec 4, 2023
23 checks passed
@pepoviola pepoviola deleted the feat/store-cmd-as-file branch December 4, 2023 22:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant