What does pod annotation io.kubernetes.cri-o.TTY/x: "false"
do?
#15228
Replies: 4 comments
-
This looks like something you added to your pod or container and then podman added it to the kubernetes yaml. Moving this to a discussion. |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Your correct we do add this, and I have no idea why. It looks like it was added by Brent? |
Beta Was this translation helpful? Give feedback.
-
Indicates if the container has a TTY. A holdover from the CRI-O days,
largely; we kept it in Libpod since we planned to migrate CRI-O to it
eventually. Largely vestigial at this point; might be used by K8S, but not
by us.
…On Sun, Aug 7, 2022 at 07:18 Daniel J Walsh ***@***.***> wrote:
Your correct we do add this, and I have no idea why.
@baude <https://github.com/baude> @mheon <https://github.com/mheon> Do
you know why this annotation is added?
It looks like it was added by Brent?
—
Reply to this email directly, view it on GitHub
<#15228 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AB3AOCENO5QN2PBHMXTS6PTVX6LQ3ANCNFSM552IQQUA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Please describe what does the annotation
io.kubernetes.cri-o.TTY/x: true
. I find no documentation for it on cri-o.Beta Was this translation helpful? Give feedback.
All reactions