Skip to content

Commit d51c0a5

Browse files
author
Yuriy Bezsonov
committed
add k9s to setup
1 parent bd478bb commit d51c0a5

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

  • infrastructure/scripts/setup

infrastructure/scripts/setup/ide.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,9 @@ chmod 700 get_helm.sh
122122
./get_helm.sh
123123
helm version
124124

125+
echo "Installing k9s ..."
126+
curl -sS https://webinstall.dev/k9s | bash
127+
125128
echo "Installing Session Manager plugin ..."
126129
curl -sS "https://s3.amazonaws.com/session-manager-downloads/plugin/latest/linux_64bit/session-manager-plugin.rpm" -o "session-manager-plugin.rpm"
127130
sudo yum -q install -y session-manager-plugin.rpm

0 commit comments

Comments
 (0)