ADD: info for k8s command not being avilable on remote-desktop

This commit is contained in:
Nishan
2025-08-26 14:12:26 +05:30
parent 6f42a6991a
commit 9c3777931a

View File

@@ -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 &