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 describe outputs unnecessary warning messages. #9546

Closed
hurf opened this issue Jun 10, 2015 · 7 comments
Closed

kubectl describe outputs unnecessary warning messages. #9546

hurf opened this issue Jun 10, 2015 · 7 comments
Assignees
Labels
kind/bug Categorizes issue or PR as related to a bug. priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release. sig/api-machinery Categorizes an issue or PR as relevant to SIG API Machinery.
Milestone

Comments

@hurf
Copy link
Contributor

hurf commented Jun 10, 2015

$ kubectl describe po apache1
W0610 01:17:14.439254   28086 request.go:302] field selector: v1 - events - involvedObject.namespace - default: need to check if this is versioned correctly.
W0610 01:17:14.439399   28086 request.go:302] field selector: v1 - events - involvedObject.uid - cee7253e-0e8a-11e5-b63e-fa163e837eb3: need to check if this is versioned correctly.
W0610 01:17:14.439442   28086 request.go:302] field selector: v1 - events - involvedObject.name - apache1: need to check if this is versioned correctly.
Name:               apache1
Image(s):           test/apache:1
...

This happens with #9462

@hurf
Copy link
Contributor Author

hurf commented Jun 10, 2015

https://github.com/GoogleCloudPlatform/kubernetes/blob/master/pkg/client/request.go#L301

for those fields don't need converting, no need to send a warning message.

@saad-ali saad-ali added priority/backlog Higher priority than priority/awaiting-more-evidence. sig/api-machinery Categorizes an issue or PR as relevant to SIG API Machinery. kind/friction labels Jun 18, 2015
@saad-ali saad-ali added this to the v1.0-candidate milestone Jun 18, 2015
@marekbiskup
Copy link
Contributor

Please also resolve this inconsistency:

biskup@cathedral:~/go/src/github.com/GoogleCloudPlatform/kubernetes$ cluster/kubectl.sh describe node/asdf
Error from server: minion "asdf" not found
biskup@cathedral:~/go/src/github.com/GoogleCloudPlatform/kubernetes$ cluster/kubectl.sh describe node asdf
biskup@cathedral:~/go/src/github.com/GoogleCloudPlatform/kubernetes$ echo $?
0
  1. error is found in the first case, but not in the second one
  2. the word minion should be replaced by node

@nikhiljindal
Copy link
Contributor

The field selector error is being fixed in #9966

@bgrant0607 bgrant0607 modified the milestones: v1.0, v1.0-candidate Jun 19, 2015
@bgrant0607 bgrant0607 added kind/bug Categorizes issue or PR as related to a bug. priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release. and removed priority/backlog Higher priority than priority/awaiting-more-evidence. kind/friction labels Jun 19, 2015
@bgrant0607
Copy link
Member

Missed from #7018 and #8087

@bgrant0607
Copy link
Member

@marekbiskup Please file another issue for the describe node problem.

@marekbiskup
Copy link
Contributor

Reported #10156 for my first comment here

@nikhiljindal
Copy link
Contributor

#9966 is now submitted and you should not be getting those error messages any longer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug. priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release. sig/api-machinery Categorizes an issue or PR as relevant to SIG API Machinery.
Projects
None yet
Development

No branches or pull requests

5 participants