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

[1110_uffizzi_platform] WIP #304

Open
wants to merge 6 commits into
base: develop
Choose a base branch
from

Conversation

zipofar
Copy link
Contributor

@zipofar zipofar commented Aug 14, 2023

No description provided.

@@ -54,6 +55,10 @@ def stdout_pipe?
$stdout.stat.pipe?
end

def execute(command)
Open3.capture3(command)
Copy link
Collaborator

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

@zipofar zipofar force-pushed the feature/1110_uffizzi_platform_user-can-install-uffizzi-on-their-k8s-cluster branch 5 times, most recently from 796986a to 7104dd8 Compare August 15, 2023 16:00
@moklidia moklidia force-pushed the feature/1110_uffizzi_platform_user-can-install-uffizzi-on-their-k8s-cluster branch from 7104dd8 to a932923 Compare August 30, 2023 11:53
@zipofar zipofar force-pushed the feature/1110_uffizzi_platform_user-can-install-uffizzi-on-their-k8s-cluster branch 6 times, most recently from 4b21116 to aaaa8d9 Compare September 5, 2023 14:21

def run_installation
kubectl_exists?
helm_exists?
Copy link
Collaborator

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.

Copy link
Contributor Author

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

@zipofar zipofar force-pushed the feature/1110_uffizzi_platform_user-can-install-uffizzi-on-their-k8s-cluster branch from 5590fe0 to 6b53741 Compare September 7, 2023 16:17
@zipofar zipofar force-pushed the feature/1110_uffizzi_platform_user-can-install-uffizzi-on-their-k8s-cluster branch from 59cd181 to 2cfc14e Compare November 16, 2023 12:45
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.

2 participants