Re: [kubernetes/kubernetes] kubectl exec -it fails with "Unable to use a TTY" and never get a prompt (#37471)

4,775 views
Skip to first unread message

k8s-ci-robot

unread,
Jun 5, 2017, 4:59:52 AM6/5/17
to kubernetes/kubernetes, k8s-mirror-cli-misc, Team mention

@ligc: Reiterating the mentions to trigger a notification:
@kubernetes/sig-cli-misc.

In response to this:

@kubernetes/sig-cli-misc

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.


You are receiving this because you are on a team that was mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.

Alex

unread,
Jun 30, 2017, 6:00:35 AM6/30/17
to kubernetes/kubernetes, k8s-mirror-cli-misc, Team mention

This I have on Windows 10 WSL, when trying to run kubectl.exe windows version.

gwenywar

unread,
Jul 13, 2017, 8:17:00 AM7/13/17
to kubernetes/kubernetes, k8s-mirror-cli-misc, Team mention

Has anyone found a workaround for this issue? I am running Kubernetes GitVersion:"v1.6.3" on Linux minsky1 3.10.0-514.16.1.el7.ppc64le #1 SMP Fri Mar 10 13:08:23 EST 2017 ppc64le ppc64le ppc64le GNU/Linuxand I get the same error message when run ku exec -it sparkmaster-4180548331-b3lkq bash with just Unable to use a TTY - input is not a terminal or the right kind of file and the terminal just hanging there...
Is there no other way to attach to a running pod?

Mengqi Yu

unread,
Jul 18, 2017, 3:51:11 PM7/18/17
to kubernetes/kubernetes, k8s-mirror-cli-misc, Team mention

@alexandercampbell @shiywang Will one of you have bandwidth to look into this issue?

mlushpenko

unread,
Aug 3, 2017, 11:05:02 AM8/3/17
to kubernetes/kubernetes, k8s-mirror-cli-misc, Team mention

Same here, running minikube on windows 10

$ kubectl version
Client Version: version.Info{Major:"1", Minor:"7", GitVersion:"v1.7.0", GitCommit:"d3ada0119e776222f11ec7945e6d860061339aad", GitTreeState:"clean", BuildDate:"2017-06-29T23:1
5:59Z", GoVersion:"go1.8.3", Compiler:"gc", Platform:"windows/amd64"}
Server Version: version.Info{Major:"1", Minor:"4", GitVersion:"v1.4.5", GitCommit:"5a0a696437ad35c133c0c8493f7e9d22b0f9b81b", GitTreeState:"clean", BuildDate:"1970-01-01T00:0
0:00Z", GoVersion:"go1.7.1", Compiler:"gc", Platform:"linux/amd64"}

Martins Irbe

unread,
Oct 6, 2017, 11:24:32 AM10/6/17
to kubernetes/kubernetes, k8s-mirror-cli-misc, Team mention

Getting the same while trying to use alias:

alias kexecp='{ pod=$(cat -); k exec -it $pod --context=prod -- sh; }<<<'

then:

% kexecp some-app
Defaulting container name to some-app.
Use 'kubectl describe pod/some-app' to see all of the containers in this pod.
Unable to use a TTY - input is not a terminal or the right kind of file

fejta-bot

unread,
Jan 7, 2018, 5:56:25 AM1/7/18
to kubernetes/kubernetes, k8s-mirror-cli-misc, Team mention

Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale.
Stale issues rot after an additional 30d of inactivity and eventually close.

Prevent issues from auto-closing with an /lifecycle frozen comment.

If this issue is safe to close now please do so with /close.

Send feedback to sig-testing, kubernetes/test-infra and/or @fejta.
/lifecycle stale

Derek

unread,
Jan 25, 2018, 2:16:21 PM1/25/18
to kubernetes/kubernetes, k8s-mirror-cli-misc, Team mention

Same problem using an alias on mac, converted it to a bash function and it worked:

kshell() { serverName=$(kubectl get pods | cut -d" " -f1 | grep server) kubectl exec -it $serverName ash --namespace=<namespace> }

fejta-bot

unread,
Feb 24, 2018, 3:15:45 PM2/24/18
to kubernetes/kubernetes, k8s-mirror-cli-misc, Team mention

Stale issues rot after 30d of inactivity.
Mark the issue as fresh with /remove-lifecycle rotten.
Rotten issues close after an additional 30d of inactivity.

If this issue is safe to close now please do so with /close.

Send feedback to sig-testing, kubernetes/test-infra and/or fejta.
/lifecycle rotten
/remove-lifecycle stale

Hemant Kumar

unread,
Mar 6, 2018, 12:49:53 AM3/6/18
to kubernetes/kubernetes, k8s-mirror-cli-misc, Team mention

Any solution yet ?

Hemant Kumar

unread,
Mar 6, 2018, 12:50:16 AM3/6/18
to kubernetes/kubernetes, k8s-mirror-cli-misc, Team mention

I am facing the same problem while executing through Jenkins terminal.

Sam

unread,
Apr 4, 2018, 4:43:30 PM4/4/18
to kubernetes/kubernetes, k8s-mirror-cli-misc, Team mention

Same issue when trying to pipe to xargs:

kubectl get pods -n foobar | grep baz | awk '{print $1}' | xargs -J % kubectl exec -it -n foobar % /bin/bash

Chance Zibolski

unread,
Apr 5, 2018, 2:18:36 PM4/5/18
to kubernetes/kubernetes, k8s-mirror-cli-misc, Team mention

@handlers I've been scratching my head on this one for a long time myself, and the -oflag is just what I needed. Though, the-ois on xargs, notkubectl exec` if anyone else reading it was a bit confused by that.

Sam

unread,
Apr 5, 2018, 5:46:00 PM4/5/18
to kubernetes/kubernetes, k8s-mirror-cli-misc, Team mention

Updated the comment @chancez!

gangachris

unread,
Apr 17, 2018, 5:25:27 PM4/17/18
to kubernetes/kubernetes, k8s-mirror-cli-misc, Team mention

@hemantaltair did you get a workaround for jenkins terminal?

mdeknowis

unread,
Apr 19, 2018, 10:34:12 AM4/19/18
to kubernetes/kubernetes, k8s-mirror-cli-misc, Team mention

Have the same issue using MobaXterm (cgywin)

> kubectl exec --namespace=default -it hello-world-65c6847588-qnhqd /bin/sh
Unable to use a TTY - input is not a terminal or the right kind of file

gangachris

unread,
Apr 19, 2018, 11:12:20 AM4/19/18
to kubernetes/kubernetes, k8s-mirror-cli-misc, Team mention

while working with Jenkins, I kept getting the error Unable to use a TTY - input is not a terminal or the right kind of file because the pod was not yet in a ready state. We had to write a script to check make sure the state of the pod is Running

Terje Bråten

unread,
May 11, 2018, 6:43:19 AM5/11/18
to kubernetes/kubernetes, k8s-mirror-cli-misc, Team mention

One workaround is posted here Microsoft/WSL#2271 (comment)

/remove-lifecycle rotten

Pixel File

unread,
Jun 14, 2018, 11:01:21 AM6/14/18
to kubernetes/kubernetes, k8s-mirror-cli-misc, Team mention

I can reproduce this behavior in Windows 7 Professional 64 bit in both

  • Git bash
  • Windows cmd

The minikube is a fresh v0.28.0 install

$ minikube version
minikube version: v0.28.0

I use a command as seen in this kubernetesbyexample.com, part "Pods"

$ kubectl exec twocontainers -c shell -i -t -- bash
Unable to use a TTY - input is not a terminal or the right kind of file

Juergen Gotteswinter

unread,
Jul 16, 2018, 4:25:29 AM7/16/18
to kubernetes/kubernetes, k8s-mirror-cli-misc, Team mention

got the same problem with kubectl on cygwin, i dont get a prompt but the shell gives response to commands. any ideas how to fix this?

{ ~ } » kubectl exec -it iscsi-provisioner-7f46d96b8c-jt6rc -- /bin/sh ~ 130


Unable to use a TTY - input is not a terminal or the right kind of file

ls -al /root
total 36
dr-xr-x--- 2 root root 4096 Sep 11 2017 .
drwxr-xr-x 1 root root 4096 Jul 11 22:49 ..
-rw-r--r-- 1 root root 18 Dec 29 2013 .bash_logout
-rw-r--r-- 1 root root 176 Dec 29 2013 .bash_profile
-rw-r--r-- 1 root root 176 Dec 29 2013 .bashrc
-rw-r--r-- 1 root root 100 Dec 29 2013 .cshrc
-rw-r--r-- 1 root root 129 Dec 29 2013 .tcshrc
-rw------- 1 root root 3407 Sep 11 2017 anaconda-ks.cfg
-rw------- 1 root root 3221 Sep 11 2017 original-ks.cfg
cat /root/.bashrc

.bashrc

User specific aliases and functions

alias rm='rm -i'
alias cp='cp -i'
alias mv='mv -i'

Source global definitions

if [ -f /etc/bashrc ]; then
. /etc/bashrc
fi

Balázs Czoma

unread,
Jul 19, 2018, 5:20:08 PM7/19/18
to kubernetes/kubernetes, k8s-mirror-cli-misc, Team mention

Same issue but winpty kubectl.exe exec -it <pod> -- bash worked for me as a workaround - see Microsoft/WSL#2271 (comment).

SachinRavadi

unread,
Sep 11, 2018, 5:26:53 AM9/11/18
to kubernetes/kubernetes, k8s-mirror-cli-misc, Team mention

taking out -t flag from the command solved it for me.

zhijia,.zhang

unread,
Oct 15, 2018, 12:15:04 AM10/15/18
to kubernetes/kubernetes, k8s-mirror-cli-misc, Team mention

this work for me:

kubectl get pods | perl -alne 'print $F[0] if $F[0] =~ /toolkit/' | xargs -o -I {} kubectl exec -it {} -c toolkit sh

Rakitić

unread,
Nov 18, 2018, 1:56:56 PM11/18/18
to kubernetes/kubernetes, k8s-mirror-cli-misc, Team mention

Facing the same issue on Git Bash Terminal on Windows 7:

kubectl exec -it <pod_name> bash

But, the same works on cmd, powershell and Docker Terminal.

mdeknowis

unread,
Nov 30, 2018, 3:21:09 AM11/30/18
to kubernetes/kubernetes, k8s-mirror-cli-misc, Team mention

Same issue using MobaXterm (cygwin) and

Client Version: version.Info{Major:"1", Minor:"12", GitVersion:"v1.12.0", GitCommit:"0ed33881dc4355495f623c6f22e7dd0b7632b7c0", GitTreeState:"clean", BuildDate:"2018-09-27T17:05:32Z", GoVersion:"go1.10.4", Compiler:"gc", Platform:"windows/amd64"}```

Davanum Srinivas

unread,
Nov 30, 2018, 8:22:47 AM11/30/18
to kubernetes/kubernetes, k8s-mirror-cli-misc, Team mention

/sig windows

Kyle Titus

unread,
Jan 7, 2019, 3:46:20 AM1/7/19
to kubernetes/kubernetes, k8s-mirror-cli-misc, Team mention

Reproduced issue on Windows 10 running Git Bash for Windows.
`$ kubectl version
Client Version: version.Info{Major:"1", Minor:"10", GitVersion:"v1.10.3", GitCommit:"2bba0127d85d5a46ab4b778548be28623b32d0b0", GitTreeState:"clean", BuildDate:"2018-05-21T09:17:39Z", GoVersion:"go1.9.3", Compiler:"gc", Platform:"windows/amd64"}
Server Version: version.Info{Major:"1", Minor:"11", GitVersion:"v1.11.6", GitCommit:"b1d75deca493a24a2f87eb1efde1a569e52fc8d9", GitTreeState:"clean", BuildDate:"2018-12-16T04:30:10Z", GoVersion:"go1.10.3", Compiler:"gc", Platform:"linux/amd64"}

$ uname -a
MINGW64_NT-10.0 KYLE-PC 2.8.2(0.313/5/3) 2017-07-12 15:35 x86_64 Msys`

The error message appears when using the "-t" flag.
Whether or not the "-t" flag is used, no bash prompt appears, although I am still able to enter and process bash commands.

Patrick Lang

unread,
Feb 8, 2019, 1:12:34 PM2/8/19
to kubernetes/kubernetes, k8s-mirror-cli-misc, Team mention

I don't think we can fix this. It seems like an issue in the Git bash environment only. This works in WSL, and it works with the native Windows binary. I would recommend opening an issue with the Git-SCM.org team that provides that bash shell.

Ronnie Lloyd

unread,
Mar 25, 2019, 1:02:59 PM3/25/19
to kubernetes/kubernetes, k8s-mirror-cli-misc, Team mention

Windows Users: use "Windows PowerShell", not "GitBash"

bbotte

unread,
Jul 10, 2019, 3:09:40 AM7/10/19
to kubernetes/kubernetes, k8s-mirror-cli-misc, Team mention

I can't make it, so use the shell.

bbotte

unread,
Jul 10, 2019, 3:10:06 AM7/10/19
to kubernetes/kubernetes, k8s-mirror-cli-misc, Team mention

kubectl get po |awk 'NR>1{print $1}'|while read i;do echo "echo " $i >> 2; echo kubectl exec -it $i -- ping db-com -c 1 2>&1 |grep from|awk '{print $4}' >> 2;done

bbotte

unread,
Jul 10, 2019, 3:11:51 AM7/10/19
to kubernetes/kubernetes, k8s-mirror-cli-misc, Team mention

I can't make it, so use the shell,For example, ping db.com
kubectl get po |awk 'NR>1{print $1}'|while read i;do echo "echo " $i >> a; echo kubectl exec -it $i -- ping db.com -c 1 2>&1 |grep from|awk '{print $4}' >> a;done
sh a

Nikos Papadopoulos

unread,
Aug 7, 2019, 2:07:24 PM8/7/19
to kubernetes/kubernetes, k8s-mirror-cli-misc, Team mention

Use winpty kubectl exec -it bash

KVSocial

unread,
Sep 27, 2019, 6:59:13 PM9/27/19
to kubernetes/kubernetes, k8s-mirror-cli-misc, Team mention

Same problem with us:

bash -c "./kubectl --kubeconfig .kube/config exec -i -t $(./kubectl --kubeconfig .kube/config get pods -n adaptive-admin-be -l workload.user.cattle.io/workloadselector=deployment-adaptive-admin-be-adaptive-admin-be -o=custom-columns=:metadata.name --no-headers) -n adaptive-admin-be -- bash -c \"cd app && ../vendor/phalcon/devtools/phalcon migration run\""

and then

OCI runtime exec failed: exec failed: container_linux.go:345: starting container process caused "exec: "adaptive-admin-be-65fd7cdc86-vc2t8": executable file not found in $PATH": unknown

Only started a few days ago before that all was good.

Sad Lame Developer

unread,
Oct 4, 2019, 7:22:22 AM10/4/19
to kubernetes/kubernetes, k8s-mirror-cli-misc, Team mention

Apparently this is a docker bug.

kubectl exec internally invokes the terminal component included in the docker engine but their implementation (using GetConsoleMode to judge if a file handle is a tty) does not detect fake Windows terminals including Git bash and Cygwin bash as a valid tty.

The most straightforward fix would be to replace GetConsoleMode with this but maybe the check itself (IsTerminal) could be removed provided it does not break anything.

László-Róbert Albert

unread,
Oct 4, 2019, 8:28:05 AM10/4/19
to kubernetes/kubernetes, k8s-mirror-cli-misc, Team mention

we ran into the same issue, however if you are running it from Command Prompt ( cmd.exe ) .. it was working like a charm

Sad Lame Developer

unread,
Oct 4, 2019, 8:52:06 AM10/4/19
to kubernetes/kubernetes, k8s-mirror-cli-misc, Team mention

@albertlr As I mentioned this is probably not a Kubernetes bug. The terminal package within the docker engine is currently being incapable of detecting fake terminals like Git bash and Cygwin terminal. This issue does not reproduce on cmd.exe because it is a real terminal, for which GetConsoleMode returns TRUE. Adding a special detection logic like this one to the docker engine will fix the issue but there is nothing that can be done here except removing the check altogether.

Wojciech Thomas

unread,
Nov 24, 2019, 5:05:47 PM11/24/19
to kubernetes/kubernetes, k8s-mirror-cli-misc, Team mention

If you don't like solution from @nick-pap you can define alias:
$> alias kubectl='winpty kubectl'
and then use
$> kubectl exec -it test sh
as usual.

Git bash works like Unix shell and it uses stdin and stdout streams to communicate with kubectl, however in Windows with Git bash you are using actually kubectl.exe that expects Windows console and not Unix streams. Winpty solves this problem.

If you want to make the change permanent put the alias into ~/.bash_profile file.


You are receiving this because you are on a team that was mentioned.

Reply to this email directly, view it on GitHub, or unsubscribe.

mdeknowis

unread,
Nov 25, 2019, 3:45:06 AM11/25/19
to kubernetes/kubernetes, k8s-mirror-cli-misc, Team mention

If you don't like solution from @nick-pap you can define alias:
$> alias kubectl='winpty kubectl'
and then use
$> kubectl exec -it test sh
as usual.

Git bash works like Unix shell and it uses stdin and stdout streams to communicate with kubectl, however in Windows with Git bash you are using actually kubectl.exe that expects Windows console and not Unix streams. Winpty solves this problem.

If you want to make the change permanent put the alias into ~/.bash_profile file.

Unfortunate that is nor working for me. Using winpty just immediately ends kubectl. No error, no console, nothing.

zffocussss

unread,
Dec 12, 2019, 10:45:03 PM12/12/19
to kubernetes/kubernetes, k8s-mirror-cli-misc, Team mention

taking out -t flag from the command solved it for me.

very good

Pankaj

unread,
Mar 9, 2020, 1:03:20 AM3/9/20
to kubernetes/kubernetes, k8s-mirror-cli-misc, Team mention

removing -t is not a solution permanently. because when I got the same error I also used this suggestion of removing of -t, but in that case whatever command we are passing in next line it do not shows in output see:

  • kubectl exec -i -n eai /bin/sh
  • ls -lrth
    total 0
  • exit
    [Pipeline] }
    [Pipeline] // node
    [Pipeline] End of Pipeline
    Finished: SUCCESS

--> here it should be showing output for ls -lrth, do anyone still has best solution to it ?

mictha

unread,
Apr 3, 2020, 11:45:57 AM4/3/20
to kubernetes/kubernetes, k8s-mirror-cli-misc, Team mention

Same issue using Babun (cygwin)

{ ~ } » kubectl version ~
Client Version: version.Info{Major:"1", Minor:"16", GitVersion:"v1.16.0", GitCommit:"2bd9643cee5b3b3a5ecbd3af49d09018f0773c77", GitTreeState:"clean", BuildDate:"2019-09-18T14:36:53Z", GoVersion:"go1.12.9", Compiler:"gc", Platform:"windows/amd64"}
Server Version: version.Info{Major:"1", Minor:"15", GitVersion:"v1.15.7", GitCommit:"c83d931fb9bece427bc63a02349755e0f8696d3e", GitTreeState:"clean", BuildDate:"2020-01-31T20:09:49Z", GoVersion:"go1.12.12", Compiler:"gc", Platform:"linux/amd64"}
{ ~ } » uname -a ~
CYGWIN_NT-10.0-WOW FRWKS020760 1.7.35(0.287/5/3) 2015-03-04 12:07 i686 Cygwin
{ ~ } » kubectl exec -i -t aks-ssh /bin/bash ~


Unable to use a TTY - input is not a terminal or the right kind of file

Santosh Mishra

unread,
Apr 9, 2020, 8:59:45 AM4/9/20
to kubernetes/kubernetes, k8s-mirror-cli-misc, Team mention

same issue with me as well

$ kubectl exec -it nfs-server -n testnm -- bash


Unable to use a TTY - input is not a terminal or the right kind of file

klatek

unread,
May 3, 2020, 10:31:26 AM5/3/20
to kubernetes/kubernetes, k8s-mirror-cli-misc, Team mention

same issue here:
ran from Win CMD
kubectl version v1.18.0
minkube version 1.9.2

If it is possible because I don't have docker installed on WIN machine whatsoever?

Gavrila Budiwijaya

unread,
Jun 22, 2020, 8:04:27 AM6/22/20
to kubernetes/kubernetes, k8s-mirror-cli-misc, Team mention

The original issue mentions "Ubuntu" as the OS, how the hell did it derail into "Windows" issue?
People, try to read the context and create another issue if your systems are not similar enough, please.

Paul Miller

unread,
Aug 14, 2020, 10:53:32 AM8/14/20
to kubernetes/kubernetes, k8s-mirror-cli-misc, Team mention

Facing the same issue on Git Bash Terminal on Windows 7:

kubectl exec -it <pod_name> bash

But, the same works on cmd, powershell and Docker Terminal.

Thank you, @Rakitic07 ! I had the same problem in Git Bash Terminal on Windows 10. On your suggestion, I tried successfully in PoewerShell.

Melvin Won

unread,
Oct 19, 2020, 9:36:20 AM10/19/20
to kubernetes/kubernetes, k8s-mirror-cli-misc, Team mention

I'm using MINGW64. Like @santmcodes, I solved the problem by prefixing it with winpty.

$ winpty kubectl exec -it my-pod -- bash

root@my-pod:/# ls -l total 52 lrwxrwxrwx 1 root root 7 Sep 25 01:20 bin -> usr/bin drwxr-xr-x 2 root root 4096 Apr 15 2020 boot drwxr-xr-x 5 root root 360 Oct 19 13:34 dev drwxr-xr-x 1 root root 4096 Oct 19 13:34 etc drwxr-xr-x 2 root root 4096 Apr 15 2020 home

fejta-bot

unread,
Jan 17, 2021, 9:33:17 AM1/17/21
to kubernetes/kubernetes, k8s-mirror-cli-misc, Team mention

Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale.
Stale issues rot after an additional 30d of inactivity and eventually close.

If this issue is safe to close now please do so with /close.

Send feedback to sig-testing, kubernetes/test-infra and/or fejta.
/lifecycle stale

Manpreet Singh

unread,
Jan 22, 2021, 1:51:30 PM1/22/21
to kubernetes/kubernetes, k8s-mirror-cli-misc, Team mention

For GIT bash terminal, this works:

winpty kubectl exec -it bash

fejta-bot

unread,
Feb 21, 2021, 2:20:35 PM2/21/21
to kubernetes/kubernetes, k8s-mirror-cli-misc, Team mention

Stale issues rot after 30d of inactivity.
Mark the issue as fresh with /remove-lifecycle rotten.
Rotten issues close after an additional 30d of inactivity.

If this issue is safe to close now please do so with /close.

Send feedback to sig-contributor-experience at kubernetes/community.
/lifecycle rotten

Anton Bessonov

unread,
Mar 11, 2021, 8:17:15 AM3/11/21
to kubernetes/kubernetes, k8s-mirror-cli-misc, Team mention

/remove-lifecycle rotten

fejta-bot

unread,
Jun 9, 2021, 9:49:44 AM6/9/21
to kubernetes/kubernetes, k8s-mirror-cli-misc, Team mention

Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale.
Stale issues rot after an additional 30d of inactivity and eventually close.

If this issue is safe to close now please do so with /close.

Send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle stale

Anton Bessonov

unread,
Jun 9, 2021, 12:29:28 PM6/9/21
to kubernetes/kubernetes, k8s-mirror-cli-misc, Team mention

/remove-lifecycle stale

Kubernetes Triage Robot

unread,
Sep 7, 2021, 1:09:10 PM9/7/21
to kubernetes/kubernetes, k8s-mirror-cli-misc, Team mention

The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs.

This bot triages issues and PRs according to the following rules:

  • After 90d of inactivity, lifecycle/stale is applied
  • After 30d of inactivity since lifecycle/stale was applied, lifecycle/rotten is applied
  • After 30d of inactivity since lifecycle/rotten was applied, the issue is closed

You can:

  • Mark this issue or PR as fresh with /remove-lifecycle stale
  • Mark this issue or PR as rotten with /lifecycle rotten
  • Close this issue or PR with /close
  • Offer to help out with Issue Triage

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle stale


You are receiving this because you are on a team that was mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.

Triage notifications on the go with GitHub Mobile for iOS or Android.

Anton Bessonov

unread,
Sep 7, 2021, 2:01:05 PM9/7/21
to kubernetes/kubernetes, k8s-mirror-cli-misc, Team mention

/remove-lifecycle stale

Kubernetes Triage Robot

unread,
Dec 6, 2021, 1:33:10 PM12/6/21
to kubernetes/kubernetes, k8s-mirror-cli-misc, Team mention

The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs.

This bot triages issues and PRs according to the following rules:

  • After 90d of inactivity, lifecycle/stale is applied
  • After 30d of inactivity since lifecycle/stale was applied, lifecycle/rotten is applied
  • After 30d of inactivity since lifecycle/rotten was applied, the issue is closed

You can:

  • Mark this issue or PR as fresh with /remove-lifecycle stale
  • Mark this issue or PR as rotten with /lifecycle rotten
  • Close this issue or PR with /close
  • Offer to help out with Issue Triage

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle stale

Anton Bessonov

unread,
Dec 6, 2021, 1:36:26 PM12/6/21
to kubernetes/kubernetes, k8s-mirror-cli-misc, Team mention

/remove-lifecycle stale

Kubernetes Triage Robot

unread,
Mar 6, 2022, 2:44:15 PM3/6/22
to kubernetes/kubernetes, k8s-mirror-cli-misc, Team mention

The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs.

This bot triages issues and PRs according to the following rules:

  • After 90d of inactivity, lifecycle/stale is applied
  • After 30d of inactivity since lifecycle/stale was applied, lifecycle/rotten is applied
  • After 30d of inactivity since lifecycle/rotten was applied, the issue is closed

You can:

  • Mark this issue or PR as fresh with /remove-lifecycle stale
  • Mark this issue or PR as rotten with /lifecycle rotten
  • Close this issue or PR with /close
  • Offer to help out with Issue Triage

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle stale


Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.

You are receiving this because you are on a team that was mentioned.Message ID: <kubernetes/kubernetes/issues/37471/1060026855@github.com>

Anton Bessonov

unread,
Mar 6, 2022, 2:48:17 PM3/6/22
to kubernetes/kubernetes, k8s-mirror-cli-misc, Team mention

/remove-lifecycle stale


Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.

You are receiving this because you are on a team that was mentioned.Message ID: <kubernetes/kubernetes/issues/37471/1060027423@github.com>

Kubernetes Triage Robot

unread,
Jun 4, 2022, 3:52:50 PM6/4/22
to kubernetes/kubernetes, k8s-mirror-cli-misc, Team mention

The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs.

This bot triages issues and PRs according to the following rules:

  • After 90d of inactivity, lifecycle/stale is applied
  • After 30d of inactivity since lifecycle/stale was applied, lifecycle/rotten is applied
  • After 30d of inactivity since lifecycle/rotten was applied, the issue is closed

You can:

  • Mark this issue or PR as fresh with /remove-lifecycle stale
  • Mark this issue or PR as rotten with /lifecycle rotten
  • Close this issue or PR with /close
  • Offer to help out with Issue Triage

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle stale


Reply to this email directly, view it on GitHub, or unsubscribe.

You are receiving this because you are on a team that was mentioned.Message ID: <kubernetes/kubernetes/issues/37471/1146676490@github.com>

Anton Bessonov

unread,
Jun 5, 2022, 5:21:03 AM6/5/22
to kubernetes/kubernetes, k8s-mirror-cli-misc, Team mention

/remove-lifecycle stale


Reply to this email directly, view it on GitHub, or unsubscribe.

You are receiving this because you are on a team that was mentioned.Message ID: <kubernetes/kubernetes/issues/37471/1146771554@github.com>

Kubernetes Triage Robot

unread,
Sep 3, 2022, 5:24:35 AM9/3/22
to kubernetes/kubernetes, k8s-mirror-cli-misc, Team mention

The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs.

This bot triages issues and PRs according to the following rules:

  • After 90d of inactivity, lifecycle/stale is applied
  • After 30d of inactivity since lifecycle/stale was applied, lifecycle/rotten is applied
  • After 30d of inactivity since lifecycle/rotten was applied, the issue is closed

You can:

  • Mark this issue or PR as fresh with /remove-lifecycle stale
  • Mark this issue or PR as rotten with /lifecycle rotten
  • Close this issue or PR with /close
  • Offer to help out with Issue Triage

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle stale


Reply to this email directly, view it on GitHub, or unsubscribe.

You are receiving this because you are on a team that was mentioned.Message ID: <kubernetes/kubernetes/issues/37471/1236082407@github.com>

Anton Bessonov

unread,
Sep 3, 2022, 8:02:00 AM9/3/22
to kubernetes/kubernetes, k8s-mirror-cli-misc, Team mention

/remove-lifecycle stale


Reply to this email directly, view it on GitHub, or unsubscribe.

You are receiving this because you are on a team that was mentioned.Message ID: <kubernetes/kubernetes/issues/37471/1236105789@github.com>

Kubernetes Triage Robot

unread,
Dec 2, 2022, 7:38:35 AM12/2/22
to kubernetes/kubernetes, k8s-mirror-cli-misc, Team mention

The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs.

This bot triages issues and PRs according to the following rules:

  • After 90d of inactivity, lifecycle/stale is applied
  • After 30d of inactivity since lifecycle/stale was applied, lifecycle/rotten is applied
  • After 30d of inactivity since lifecycle/rotten was applied, the issue is closed

You can:

  • Mark this issue or PR as fresh with /remove-lifecycle stale
  • Mark this issue or PR as rotten with /lifecycle rotten
  • Close this issue or PR with /close
  • Offer to help out with Issue Triage

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle stale


Reply to this email directly, view it on GitHub, or unsubscribe.

You are receiving this because you are on a team that was mentioned.Message ID: <kubernetes/kubernetes/issues/37471/1335172217@github.com>

Kubernetes Triage Robot

unread,
Jan 1, 2023, 8:26:55 AM1/1/23
to kubernetes/kubernetes, k8s-mirror-cli-misc, Team mention

The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs.

This bot triages issues and PRs according to the following rules:

  • After 90d of inactivity, lifecycle/stale is applied
  • After 30d of inactivity since lifecycle/stale was applied, lifecycle/rotten is applied
  • After 30d of inactivity since lifecycle/rotten was applied, the issue is closed

You can:

  • Mark this issue or PR as fresh with /remove-lifecycle rotten
  • Close this issue or PR with /close
  • Offer to help out with Issue Triage

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle rotten


Reply to this email directly, view it on GitHub, or unsubscribe.

You are receiving this because you are on a team that was mentioned.Message ID: <kubernetes/kubernetes/issues/37471/1368444287@github.com>

Anton Bessonov

unread,
Jan 1, 2023, 9:03:41 AM1/1/23
to kubernetes/kubernetes, k8s-mirror-cli-misc, Team mention

/remove-lifecycle stale


Reply to this email directly, view it on GitHub, or unsubscribe.

You are receiving this because you are on a team that was mentioned.Message ID: <kubernetes/kubernetes/issues/37471/1368451720@github.com>

Kubernetes Triage Robot

unread,
Jan 31, 2023, 9:53:37 AM1/31/23
to kubernetes/kubernetes, k8s-mirror-cli-misc, Team mention

The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs.

This bot triages issues according to the following rules:

  • After 90d of inactivity, lifecycle/stale is applied
  • After 30d of inactivity since lifecycle/stale was applied, lifecycle/rotten is applied
  • After 30d of inactivity since lifecycle/rotten was applied, the issue is closed

You can:

  • Reopen this issue with /reopen
  • Mark this issue as fresh with /remove-lifecycle rotten

Please send feedback to sig-contributor-experience at kubernetes/community.

/close not-planned


Reply to this email directly, view it on GitHub, or unsubscribe.

You are receiving this because you are on a team that was mentioned.Message ID: <kubernetes/kubernetes/issues/37471/1410506503@github.com>

Kubernetes Prow Robot

unread,
Jan 31, 2023, 9:53:43 AM1/31/23
to kubernetes/kubernetes, k8s-mirror-cli-misc, Team mention

Closed #37471 as not planned.


Reply to this email directly, view it on GitHub, or unsubscribe.

You are receiving this because you are on a team that was mentioned.Message ID: <kubernetes/kubernetes/issue/37471/issue_event/8400446563@github.com>

Kubernetes Prow Robot

unread,
Jan 31, 2023, 9:53:44 AM1/31/23
to kubernetes/kubernetes, k8s-mirror-cli-misc, Team mention

@k8s-triage-robot: Closing this issue, marking it as "Not Planned".

In response to this:

The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs.

This bot triages issues according to the following rules:

  • After 90d of inactivity, lifecycle/stale is applied
  • After 30d of inactivity since lifecycle/stale was applied, lifecycle/rotten is applied
  • After 30d of inactivity since lifecycle/rotten was applied, the issue is closed

You can:

  • Reopen this issue with /reopen
  • Mark this issue as fresh with /remove-lifecycle rotten
  • Offer to help out with Issue Triage

Please send feedback to sig-contributor-experience at kubernetes/community.

/close not-planned

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.


Reply to this email directly, view it on GitHub, or unsubscribe.

You are receiving this because you are on a team that was mentioned.Message ID: <kubernetes/kubernetes/issues/37471/1410506851@github.com>

Terje Bråten

unread,
Jan 31, 2023, 1:19:17 PM1/31/23
to kubernetes/kubernetes, k8s-mirror-cli-misc, Team mention

/reopen
/remove-lifecycle rotten


Reply to this email directly, view it on GitHub, or unsubscribe.

You are receiving this because you are on a team that was mentioned.Message ID: <kubernetes/kubernetes/issues/37471/1410863191@github.com>

Kubernetes Prow Robot

unread,
Jan 31, 2023, 1:19:24 PM1/31/23
to kubernetes/kubernetes, k8s-mirror-cli-misc, Team mention

@TerjeBr: You can't reopen an issue/PR unless you authored it or you are a collaborator.

In response to this:

/reopen
/remove-lifecycle rotten

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.


Reply to this email directly, view it on GitHub, or unsubscribe.

You are receiving this because you are on a team that was mentioned.Message ID: <kubernetes/kubernetes/issues/37471/1410863271@github.com>

Reply all
Reply to author
Forward
0 new messages