Add kubectl to desktops

This commit is contained in:
Salt 2021-02-15 09:58:34 -06:00
parent 65f751792a
commit dba0ce1f02

View File

@ -22,6 +22,7 @@ desktop_apt_keys_url:
- "https://packages.riot.im/debian/riot-im-archive-keyring.gpg" # Element
- "https://download.spotify.com/debian/pubkey.gpg" # Spotify 1
- "https://download.spotify.com/debian/pubkey_0D811D58.gpg" # Spotify 2
- "https://packages.cloud.google.com/apt/doc/apt-key.gpg" # kubectl https://kubernetes.io/docs/tasks/tools/install-kubectl/
desktop_apt_keys_url_extra: []
desktop_apt_repos:
@ -30,6 +31,7 @@ desktop_apt_repos:
- "deb https://apt.syncthing.net/ syncthing stable" # Syncthing
- "deb https://download.mono-project.com/repo/ubuntu vs-bionic main" # Monodevelop
- "deb https://packages.riot.im/debian/ default main" # Element
- "deb https://apt.kubernetes.io/ kubernetes-xenial main" # Kubernetes
# First-party PPAs
- "ppa:phoerious/keepassxc" # KeepassXC
- "ppa:minetestdevs/stable" # Minetest
@ -49,6 +51,7 @@ desktop_apt_packages:
- ffmpeg # Fantastic tool, used on the daily
- git # Just ensuring it's installed, probably already in build-essential
- imagemagick # I use it from time to time to do scripted image editing
- kubectl # From the Kubernetes repo, used to manage clusters
- stow # Used to manage dotfiles
# - libinput-tools # Allows for libinput debugging
- lua-check # Used in linting computercraft scripts