I am new to Kubectl commands, I met
kubectl -f -lapp=nginx
As from documentation, and the command --help
-f, --follow=false: Specify if the logs should be streamed.
I want to confirm, if I use -f like above in command, does that mean:
kubectl --follow=true -lapp=nginx
I am asking this because documentation said --follow=false is default, so if I use -f, in this case, it means --follow=true, is my understanding correct ?
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…