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

Add Flox as an installation method #427

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

bryanhonof
Copy link

kubectx is available and working in Flox.

I did a minimal test as follows.

$ flox init
✨ Created environment 'tmp.OzONlp90TB' (aarch64-darwin)

Next:
  $ flox search <package>    <- Search for a package
  $ flox install <package>   <- Install a package into an environment
  $ flox activate            <- Enter the environment
  $ flox edit                <- Add environment variables and shell hooks

$ flox search kubectx
kubectx                     Fast way to switch between clusters and namespaces in kubectl!
emacsPackages.kubectx-mode  <no description provided>
kubeswitch                          The kubectx for operators

Use 'flox show <package>' to see available versions

$ flox install kubectx
✅ 'kubectx' installed to environment 'tmp.OzONlp90TB'
$ flox activate -- kubectx --version
0.9.5

Signed-off-by: Bryan Honof <bryan@floxdev.com>
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