2022-10-19 07:10:15 -04:00
|
|
|
#!/usr/bin/env bash
|
2022-10-11 05:34:57 -04:00
|
|
|
# Copyright (c) Edgeless Systems GmbH
|
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: AGPL-3.0-only
|
|
|
|
|
2022-10-19 07:10:15 -04:00
|
|
|
export PATH=/run/state/bin:${PATH}
|
|
|
|
export KUBECONFIG=/etc/kubernetes/admin.conf
|
|
|
|
alias k=kubectl
|