aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nix/profiles/home-manager/work.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/nix/profiles/home-manager/work.nix b/nix/profiles/home-manager/work.nix
index d7fdb43..3e7cbf3 100644
--- a/nix/profiles/home-manager/work.nix
+++ b/nix/profiles/home-manager/work.nix
@@ -9,10 +9,12 @@
home.packages = with pkgs; [
gh # github cli tool
kind # k8s in docker
+
kubebuilder # generate controller
kubectl
kubernetes-helm # deploy applications
kubie # kubeconfig browser https://github.com/sbstp/kubie
+ kubelogin-oidc # OIDC plugin
boundary
nomad-pack
@@ -24,8 +26,7 @@
shell: fish
configs:
include:
- - ~/.kube/cellconfig # configuration for edge
- - ~/.kube/rksconfig # configuration for core
+ - ~/.kube/rksconfig # https://raw.github.rbx.com/Roblox/cell-lifecycle/master/rks/kubeconfig
prompt:
fish_use_rprompt: true
'';