feat: kx and kn kubernetes aliases

This commit is contained in:
AngeD 2022-09-26 13:42:42 +02:00
parent b1bad5feab
commit 382ddcde9c

View File

@ -12,6 +12,8 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
alias kx='kubectx'
alias kn='kubens'
alias k='kubectl' alias k='kubectl'
alias ksys='kubectl --namespace=kube-system' alias ksys='kubectl --namespace=kube-system'
alias ka='kubectl apply --recursive -f' alias ka='kubectl apply --recursive -f'