refer to the current running pod's id from environment variable
is there any way to refer to the current running id of pods from env?
2 Replies
solution :
echo $RUNPOD_POD_ID
Solution
Yes but remember to use a $ in front of the variable name.