Created
July 24, 2020 12:47
-
-
Save demiters/c322d99db658e37ba30c8f13ba8b434b to your computer and use it in GitHub Desktop.
Shell aliases for microk8s
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Sets up aliases for microk8s on the server | |
echo "alias m='microk8s' | |
alias k='microk8s kubectl' | |
alias h='microk8s helm3'" >> ~/.bash_aliases | |
source ~/.bash_aliases |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment