use separate kubeconfig
This commit is contained in:
3
Makefile
3
Makefile
@@ -20,3 +20,6 @@ gen-talos-config:
|
||||
|
||||
apply-talos-config:
|
||||
talosctl -n anapistula-delrosalae apply-config -f talos/generated/anapistula-delrosalae.yaml
|
||||
|
||||
get-kubeconfig:
|
||||
talosctl -n anapistula-delrosalae kubeconfig talos/generated/kubeconfig
|
||||
|
||||
@@ -21,6 +21,7 @@ in
|
||||
VAULT_ADDR = "https://openbao.lumpiasty.xyz:8200";
|
||||
PATH = "${config.devenv.root}/utils:${pkgs.coreutils}/bin";
|
||||
PYTHON_BIN = "${python}/bin/python";
|
||||
KUBECONFIG = "${config.devenv.root}/talos/generated/kubeconfig";
|
||||
};
|
||||
|
||||
# Packages
|
||||
|
||||
Reference in New Issue
Block a user