In lighting lab 1 iam getting please let me know what is the mistake controlplan . . .

Venkat raj:
In lighting lab 1 iam getting please let me know what is the mistake
controlplane $ kubectl logs time-check -n dvl1987
/bin/sh: can’t open ‘while true; do date; sleep $TIME_FREQ;done > /opt/time/time-check.log’: No such file or directory

Ambily Unni:
Namespace is the issue?

Ambily Unni:
Your cm is in another namespace. But pod in default?

Fernando Jordan Silva:
the problem is in the command: you are using /bin/sh -C <– capital C and it’s wrong, you should use /bin/sh -c