Update 2 files
- /software.yml - /home/.chezmoidata.yaml
This commit is contained in:
parent
42060c43c3
commit
4fec331e36
2 changed files with 9 additions and 0 deletions
|
@ -481,6 +481,7 @@ softwareGroups:
|
||||||
- kdash
|
- kdash
|
||||||
- kn
|
- kn
|
||||||
- kubectx
|
- kubectx
|
||||||
|
- kubekey
|
||||||
- kubenav
|
- kubenav
|
||||||
- kubernetes-cli
|
- kubernetes-cli
|
||||||
- kubernetes-helm
|
- kubernetes-helm
|
||||||
|
|
|
@ -8500,6 +8500,14 @@ softwarePackages:
|
||||||
apt: openssh-server
|
apt: openssh-server
|
||||||
dnf: openssh-server
|
dnf: openssh-server
|
||||||
pacman: openssh
|
pacman: openssh
|
||||||
|
kubekey:
|
||||||
|
_bin: kk
|
||||||
|
_desc: kk stands for KubeKey and it is an installer for [KubeSphere](https://github.com/kubesphere/kubesphere)
|
||||||
|
_docs: https://github.com/kubesphere/kubekey#usage
|
||||||
|
_github: https://github.com/kubesphere/kubekey
|
||||||
|
_home: https://kubesphere.io/
|
||||||
|
_name: KubeKey
|
||||||
|
brew: kubekey
|
||||||
fail2ban:
|
fail2ban:
|
||||||
_service: fail2ban
|
_service: fail2ban
|
||||||
# fail2ban cannot be installed on Qubes Fedora 36 without messing with the qubes-firewall since firewalld is required
|
# fail2ban cannot be installed on Qubes Fedora 36 without messing with the qubes-firewall since firewalld is required
|
||||||
|
|
Loading…
Reference in a new issue