We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0167ab3 commit da5dd24Copy full SHA for da5dd24
init-kubectl.sh
@@ -13,6 +13,7 @@ mount -t tmpfs -o size=${SESSION_STORAGE_SIZE} tmpfs /nonexistent
13
cd /nonexistent
14
cp /root/.bashrc ./
15
echo 'source /opt/kubectl-aliases/.kubectl_aliases' >> .bashrc
16
+echo 'PS1="> "' >> .bashrc
17
mkdir -p .kube
18
19
export HOME=/nonexistent
@@ -45,6 +46,4 @@ chown -R nobody:nogroup .kube
45
46
47
export TMPDIR=/nonexistent
48
-export PS1=">"
49
-
50
exec su -s /bin/bash nobody
0 commit comments