mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-12-13 09:54:29 -05:00
5 lines
116 B
Bash
5 lines
116 B
Bash
|
#!/usr/bin/env bash
|
||
|
export PATH=/run/state/bin:${PATH}
|
||
|
export KUBECONFIG=/etc/kubernetes/admin.conf
|
||
|
alias k=kubectl
|