Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kubectl -w does not show READY, STATUS and RESTARTS #751

Closed
khteh opened this issue Nov 1, 2019 · 3 comments
Closed

kubectl -w does not show READY, STATUS and RESTARTS #751

khteh opened this issue Nov 1, 2019 · 3 comments

Comments

@khteh
Copy link

khteh commented Nov 1, 2019

$ k get pod -w -l app=rateapiservice
NAME               READY   STATUS              RESTARTS   AGE
rateapiservice-0   0/2     ContainerCreating   0          7s
rateapiservice-1   0/2     ContainerCreating   0          7s
NAME               AGE
rateapiservice-1   87s
rateapiservice-0   87s
rateapiservice-1   87s
rateapiservice-0   87s
rateapiservice-0   95s
rateapiservice-0   95s
rateapiservice-1   95s
rateapiservice-1   95s
rateapiservice-0   0s
rateapiservice-0   0s
rateapiservice-1   0s
rateapiservice-1   0s
rateapiservice-0   0s
rateapiservice-1   0s
$ k version
Client Version: version.Info{Major:"1", Minor:"16", GitVersion:"v1.16.2", GitCommit:"c97fe5036ef3df2967d086711e6c0c405941e14b", GitTreeState:"clean", BuildDate:"2019-10-17T17:16:09Z", GoVersion:"go1.12.10", Compiler:"gc", Platform:"linux/amd64"}
Server Version: version.Info{Major:"1", Minor:"14+", GitVersion:"v1.14.6-eks-5047ed", GitCommit:"5047edce664593832e9b889e447ac75ab104f527", GitTreeState:"clean", BuildDate:"2019-08-21T22:32:40Z", GoVersion:"go1.12.9", Compiler:"gc", Platform:"linux/amd64"}
@khteh
Copy link
Author

khteh commented Nov 1, 2019

Same for kubectl get hpa -w

@soltysh
Copy link
Contributor

soltysh commented Nov 27, 2019

Your problem lives on the server side, kubernetes/kubernetes#76161 was fixing the issue, but you need 1.15+ server for it to work.
/close

@k8s-ci-robot
Copy link
Contributor

@soltysh: Closing this issue.

In response to this:

Your problem lives on the server side, kubernetes/kubernetes#76161 was fixing the issue, but you need 1.15+ server for it to work.
/close

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants