Open zquestz opened 1 year ago
This issue is currently awaiting triage.
If Ingress contributors determines this is a relevant issue, they will accept it by applying the triage/accepted
label and provide further guidance.
The triage/accepted
label can be added by org members by writing /triage accepted
in a comment.
This is stale, but we won't close it automatically, just bare in mind the maintainers may be busy with other tasks and will reach your issue ASAP. If you have any question or request to prioritize this, please reach #ingress-nginx-dev
on Kubernetes Slack.
Issue is still present.
kubectl version Client Version: v1.27.2 Kustomize Version: v5.0.1 Server Version: v1.27.3-gke.100
im using the latest krew plugin version
kubectl ingress-nginx ingresses --all-namespaces the server could not find the requested resource
kubectl ingress-nginx ingresses --host existing.host.com the server could not find the requested resource
Also ran into this issue, please make this a priority to fix!
Any progress on this?
When I try to list out all ingresses or lint my configurations using the ingress-nginx krew plugin it fails. Note that it is installed in the
default
namespace. All other commands work as expected. The ingress functionality works as intended for dozens of sites. Seems to be some small issue with the plugin.It works fine if I list using kubectl. Also note that I installed the plugin using
kubectl krew install ingress-nginx
. When I build it from source, it actually works...What happened: When I try to list ingresses or lint configurations using the ingress-nginx krew plugin I get an error.
What you expected to happen: I expect to see a list of ingresses, and linting to work correctly.
NGINX Ingress controller version (exec into the pod and run nginx-ingress-controller --version.):
Kubernetes version (use
kubectl version
): Client Version: v1.27.1 Kustomize Version: v5.0.1 Server Version: v1.26.2-gke.1000Environment: Running directly in GKE
How was the ingress-nginx-controller installed: Helm
Current State of the controller:
kubectl describe ingressclasses
How to reproduce this issue: Just try to list the ingresses or use the lint command.