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
Ingress namespace is minikube 1.19.0 chage the status kube-system to ingress-nginx.
Since the output result has also changed, I decided to display only one line.
minikube 1.19.0 Upgrade ingress addon files according to upstream.
https://github.com/kubernetes/minikube/blob/master/CHANGELOG.md#version-1190-beta0---2021-04-05kubernetes/minikube#10879
Before
---
NAME READY STATUS RESTARTS AGE
default-http-backend-59868b7dd6-xb8tq 1/1 Running 0 1m
kube-addon-manager-minikube 1/1 Running 0 3m
kube-dns-6dcb57bcc8-n4xd4 3/3 Running 0 2m
kubernetes-dashboard-5498ccf677-b8p5h 1/1 Running 0 2m
nginx-ingress-controller-5984b97644-rnkrg 1/1 Running 0 1m
storage-provisioner 1/1 Running 0 2m
---
After
---
NAME READY STATUS RESTARTS AGE
ingress-nginx-controller-75fbcbcc56-q7lg8 1/1 Running 0 4h41m
---
0 commit comments