1
0
mirror of https://github.com/gryf/vmstrap.git synced 2025-12-18 12:00:31 +01:00

Added k9s to the toolbox

This commit is contained in:
2020-11-18 13:47:26 +01:00
parent 3e0cc9c238
commit adb7a7c4f4

View File

@@ -234,6 +234,12 @@ common_conf() {
# clone devstack
git clone https://opendev.org/openstack/devstack ~/devstack
cp kuryr.conf ~/devstack/local.conf
# get k9s
wget https://github.com/derailed/k9s/releases/download/v0.23.10/k9s_Linux_x86_64.tar.gz
tar xf k9s_Linux_x86_64.tar.gz k9s
rm k9s_Linux_x86_64.tar.gz
mv k9s ~/
}
case $DISTRO_ID in