We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Something like this should be possible:
$ pharos install 1.1.6 Installed pharos-cluster 1.1.6 Installed kubeadm 1.10.7 $ pharos use 1.1.6 $ pharos kubeadm ....
(Distributing / linking to other binaries may be problematic in license sense)
The text was updated successfully, but these errors were encountered:
Another option would be that the tool creates and handles symlinks/shims that point to/run correct binaries, like tools such as rbenv do:
rbenv
$ pharos use 1.5.0 $ kubeadm --version 1.10.6 $ pharos-cluster --version 1.5.0 $ $ pharos use 1.1.0 $ kubeadm --version 1.10.2 $ pharos-cluster --version 1.1.0
This would however require something quite a lot fancier than what it does now.
Sorry, something went wrong.
Implemented in #10
No branches or pull requests
Something like this should be possible:
(Distributing / linking to other binaries may be problematic in license sense)
The text was updated successfully, but these errors were encountered: