You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Really awesome tool, appreciated all effort done here.
I have problems to make it to work on a linux instance using python.
this is my code snippet: #!/bin/python3 import os print(os.popen("kubie ctx mycontext; kubectl config current-context").read()) print(os.popen("/usr/local/bin/kubie ctx mycontext; kubectl config current-context").read())
error:
Error: No such file or directory (os error 2) mycontext Error: No such file or directory (os error 2) mycontext
kubie --version kubie 0.16.0
Is there any way to troubleshoot this?
The text was updated successfully, but these errors were encountered:
Hi there,
Really awesome tool, appreciated all effort done here.
I have problems to make it to work on a linux instance using python.
this is my code snippet:
#!/bin/python3 import os print(os.popen("kubie ctx mycontext; kubectl config current-context").read()) print(os.popen("/usr/local/bin/kubie ctx mycontext; kubectl config current-context").read())
error:
Error: No such file or directory (os error 2) mycontext Error: No such file or directory (os error 2) mycontext
kubie --version kubie 0.16.0
Is there any way to troubleshoot this?
The text was updated successfully, but these errors were encountered: