-
Notifications
You must be signed in to change notification settings - Fork 45
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
[1110_uffizzi_platform] WIP #304
base: develop
Are you sure you want to change the base?
[1110_uffizzi_platform] WIP #304
Conversation
lib/uffizzi/shell.rb
Outdated
@@ -54,6 +55,10 @@ def stdout_pipe? | |||
$stdout.stat.pipe? | |||
end | |||
|
|||
def execute(command) | |||
Open3.capture3(command) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure this will work with a binary
796986a
to
7104dd8
Compare
7104dd8
to
a932923
Compare
4b21116
to
aaaa8d9
Compare
|
||
def run_installation | ||
kubectl_exists? | ||
helm_exists? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What if they don't exist? I don't see that the code execution is interrupted after this check.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
execute_command
It takes care of that
5590fe0
to
6b53741
Compare
59cd181
to
2cfc14e
Compare
No description provided.