You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I recently updated the ingress resources in our cluster to use apiVersion networking.k8s.io/v1. After applying the yaml file, it still shows the old manifest inside k9s. When running kubectl -n <namespace> get ingress <ingress name> -oyaml, it shows the correct version and modifications. It also shows the correct manifest inside GCP console.
To Reproduce
Steps to reproduce the behavior:
Have a ingress using extensions/v1beta1
Apply updated ingress that uses networking.k8s.io/v1
navigate to namespace where ingress is deployed via k9s
view yaml file via k9s
compare that to output of kubectl -n <namespace> get ingress <ingress name> -oyaml
Expected behavior
Expect k9s to match what is shown through kubectl
Screenshots
k9s:
kubectl:
GCP console:
Versions:
OS: macOS Monterey
K9s: v0.24.2
K8s: v1.21.10-gke.2000
The text was updated successfully, but these errors were encountered:
Hey @quintonthompson, does the correct ingress show up in k9s when you put in networking.k8s.io/v1/ingress instead of just ingress? If so, that might be a good workaround until a patch is merged in.
I'll try my hand at this one over the coming weeks and see what I can come up with.
Describe the bug
I recently updated the ingress resources in our cluster to use apiVersion
networking.k8s.io/v1
. After applying the yaml file, it still shows the old manifest inside k9s. When runningkubectl -n <namespace> get ingress <ingress name> -oyaml
, it shows the correct version and modifications. It also shows the correct manifest inside GCP console.To Reproduce
Steps to reproduce the behavior:
extensions/v1beta1
networking.k8s.io/v1
kubectl -n <namespace> get ingress <ingress name> -oyaml
Expected behavior
Expect k9s to match what is shown through kubectl
Screenshots
k9s:
kubectl:
GCP console:
Versions:
The text was updated successfully, but these errors were encountered: