9 lines
198 B
Bash
Raw Normal View History

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