From 9c3777931aba323153d365134f4307bc373c636d Mon Sep 17 00:00:00 2001 From: Nishan Date: Tue, 26 Aug 2025 14:12:26 +0530 Subject: [PATCH] ADD: info for k8s command not being avilable on remote-desktop --- remote-desktop/startup.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/remote-desktop/startup.sh b/remote-desktop/startup.sh index 612c64e..a9f80d1 100644 --- a/remote-desktop/startup.sh +++ b/remote-desktop/startup.sh @@ -4,6 +4,7 @@ echo "Starting CKAD VNC service at $(date)" echo "echo 'Use Ctrl + Shift + C for copying and Ctrl + Shift + V for pasting'" >> /home/candidate/.bashrc +echo "alias kubectl='echo \"kubectl not available here. Solve this question on the specified instance\"'" >> /home/candidate/.bashrc # Run in the background - don't block the main container startup python3 /tmp/agent.py &