use separate kubeconfig

This commit is contained in:
2026-02-18 00:03:37 +01:00
parent b20194bc13
commit a5d9082006
2 changed files with 4 additions and 0 deletions

View File

@@ -20,3 +20,6 @@ gen-talos-config:
apply-talos-config: apply-talos-config:
talosctl -n anapistula-delrosalae apply-config -f talos/generated/anapistula-delrosalae.yaml talosctl -n anapistula-delrosalae apply-config -f talos/generated/anapistula-delrosalae.yaml
get-kubeconfig:
talosctl -n anapistula-delrosalae kubeconfig talos/generated/kubeconfig

View File

@@ -21,6 +21,7 @@ in
VAULT_ADDR = "https://openbao.lumpiasty.xyz:8200"; VAULT_ADDR = "https://openbao.lumpiasty.xyz:8200";
PATH = "${config.devenv.root}/utils:${pkgs.coreutils}/bin"; PATH = "${config.devenv.root}/utils:${pkgs.coreutils}/bin";
PYTHON_BIN = "${python}/bin/python"; PYTHON_BIN = "${python}/bin/python";
KUBECONFIG = "${config.devenv.root}/talos/generated/kubeconfig";
}; };
# Packages # Packages