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

Issue with kubectl describe ingress in 1.15.3 #1241

Closed
franitel opened this issue Sep 16, 2019 · 2 comments
Closed

Issue with kubectl describe ingress in 1.15.3 #1241

franitel opened this issue Sep 16, 2019 · 2 comments
Labels
needs-sig Indicates an issue or PR lacks a `sig/foo` label and requires one.

Comments

@franitel
Copy link

After upgrade kubectl from 1.14.6 to 1.15.3 we detect that we can not describe the ingress object.

With the following kubectl version:
Client Version: version.Info{Major:"1", Minor:"14", GitVersion:"v1.14.6", GitCommit:"96fac5cd13a5dc064f7d9f4f23030a6aeface6cc", GitTreeState:"clean", BuildDate:"2019-08-19T11:13:49Z", GoVersion:"go1.12.9", Compiler:"gc", Platform:"windows/amd64"}
Server Version: version.Info{Major:"1", Minor:"13", GitVersion:"v1.13.4", GitCommit:"c27b913fddd1a6c480c229191a087698aa92f0b1", GitTreeState:"clean", BuildDate:"2019-02-28T13:30:26Z", GoVersion:"go1.11.5", Compiler:"gc", Platform:"linux/amd64"}

we can describe the ingress object
kubectl describe ingresses.extensions keycloak

but when we upgrade to 1.15.3

Client Version: version.Info{Major:"1", Minor:"15", GitVersion:"v1.15.3", GitCommit:"2d3c76f9091b6bec110a5e63777c332469e0cba2", GitTreeState:"clean", BuildDate:"2019-08-21T15:34:43Z", GoVersion:"go1.12.9", Compiler:"gc", Platform:"linux/amd64"}
Server Version: version.Info{Major:"1", Minor:"13", GitVersion:"v1.13.4", GitCommit:"c27b913fddd1a6c480c229191a087698aa92f0b1", GitTreeState:"clean", BuildDate:"2019-02-28T13:30:26Z", GoVersion:"go1.11.5", Compiler:"gc", Platform:"linux/amd64"}

give us the following error:

kubectl describe ingresses.extensions keycloak
Error from server (NotFound): the server could not find the requested resource

using get ingresses we can read the description, but not using get description

kubectl get ingresses.extensions keycloak -o yaml

apiVersion: extensions/v1beta1
kind: Ingress
metadata:
annotations:
flux.weave.works/antecedent: management:helmrelease/keycloak
ingress.kubernetes.io/custom-request-headers: X-Forwarded-Proto:https
creationTimestamp: "2019-09-10T14:19:03Z"
generation: 1
labels:
app: keycloak
chart: keycloak-4.0.4
heritage: Tiller
release: keycloak
.......

R,
Francisco Rodriguez

@k8s-ci-robot k8s-ci-robot added the needs-sig Indicates an issue or PR lacks a `sig/foo` label and requires one. label Sep 16, 2019
@k8s-ci-robot
Copy link
Contributor

@franitel: There are no sig labels on this issue. Please add a sig label.

A sig label can be added by either:

  1. mentioning a sig: @kubernetes/sig-<group-name>-<group-suffix>
    e.g., @kubernetes/sig-contributor-experience-<group-suffix> to notify the contributor experience sig, OR

  2. specifying the label manually: /sig <group-name>
    e.g., /sig scalability to apply the sig/scalability label

Note: Method 1 will trigger an email to the group. See the group list.
The <group-suffix> in method 1 has to be replaced with one of these: bugs, feature-requests, pr-reviews, test-failures, proposals

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.

@franitel
Copy link
Author

I have moved to
kubernetes/kubectl#722

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs-sig Indicates an issue or PR lacks a `sig/foo` label and requires one.
Projects
None yet
Development

No branches or pull requests

2 participants