-
Notifications
You must be signed in to change notification settings - Fork 40.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #26684 from AdoHe/kubectl_ingress
Automatic merge from submit-queue kubectl get ingress output remove rules fixes #22837 @bprashanth ptal. Now the output is: ``` [tony@localhost kubernetes]$ kubectl get ingress NAME RULE BACKEND ADDRESS AGE test - 5s [tony@localhost kubernetes]$ kubectl get ingress --output=wide NAME RULE BACKEND ADDRESS AGE test - 9s [tony@localhost kubernetes]$ kubectl describe ingress test Name: test Namespace: default Address: Default backend: default-http-backend:80 (<none>) Rules: Host Path Backends ---- ---- -------- foo.bar.com /foo s1:80 (<none>) /bar s2:80 (<none>) zoo.bar.com /foo s1:80 (<none>) /bar s2:80 (<none>) Annotations: No events. ``` The `get` output is more clean.
- Loading branch information
Showing
1 changed file
with
32 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters