We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd478bb commit d51c0a5Copy full SHA for d51c0a5
1 file changed
infrastructure/scripts/setup/ide.sh
@@ -122,6 +122,9 @@ chmod 700 get_helm.sh
122
./get_helm.sh
123
helm version
124
125
+echo "Installing k9s ..."
126
+curl -sS https://webinstall.dev/k9s | bash
127
+
128
echo "Installing Session Manager plugin ..."
129
curl -sS "https://s3.amazonaws.com/session-manager-downloads/plugin/latest/linux_64bit/session-manager-plugin.rpm" -o "session-manager-plugin.rpm"
130
sudo yum -q install -y session-manager-plugin.rpm
0 commit comments