Kubectl describe pod pod_name

Hello,

Each time I try to describe an object with Kubectl describe. The description does not display completely in the terminal.

Example: Kubectl describe pod pod_name
This will just show little description on the page of the terminal.

I guess, I’m missing something here.

I will appreciate your help.

Thanks

Thank you I have figured it out by appending more

kubectl describe pod pod_name | more

Hi, have you also set scrollback on the terminal, or are you talking about the labs?