aboutsummaryrefslogtreecommitdiff
path: root/nix
diff options
context:
space:
mode:
authorFranck Cuny <fcuny@roblox.com>2024-12-02 10:32:58 -0800
committerFranck Cuny <fcuny@roblox.com>2024-12-02 10:32:58 -0800
commit0b6a3c698c1e568eb2ebf8a0f5aeffc733b50081 (patch)
tree3827dacb530acf6ac417c6737788737710405f90 /nix
parentdon't install zoom (diff)
downloadinfra-0b6a3c698c1e568eb2ebf8a0f5aeffc733b50081.tar.gz
minor tweaks related to k8s
Diffstat (limited to 'nix')
-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
'';