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

minikube 1.19.0 is namespace changed #28099

Closed
bringer1092 opened this issue May 24, 2021 · 4 comments · Fixed by #28355
Closed

minikube 1.19.0 is namespace changed #28099

bringer1092 opened this issue May 24, 2021 · 4 comments · Fixed by #28355
Assignees
Labels
kind/bug Categorizes issue or PR as related to a bug. triage/accepted Indicates an issue or PR is ready to be actively worked on.

Comments

@bringer1092
Copy link

bringer1092 commented May 24, 2021

This is a Bug Report

Problem:
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-05
kubernetes/minikube#10879

Proposed Solution:

  1. Verify that the NGINX Ingress controller is running

    minikube version 1.18.1 or earlier

    kubectl get pods -n kube-system

    minikube version 1.19.0 or later

    kubectl get pods -n ingress-nginx

    {{< note >}}This can take up to a minute.{{< /note >}}

    Output:

    minikube version 1.18.1 or earlier

    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 

    minikube version 1.19.0 or later

    NAME                                        READY   STATUS      RESTARTS   AGE
    ingress-nginx-admission-create-ckgpj        0/1     Completed   0          15m
    ingress-nginx-admission-patch-585xt         0/1     Completed   0          15m
    ingress-nginx-controller-5d88495688-b4s8m   1/1     Running     0          15m

Page to Update:
https://kubernetes.io/docs/tasks/access-application-cluster/ingress-minikube/

@bringer1092 bringer1092 added the kind/bug Categorizes issue or PR as related to a bug. label May 24, 2021
@k8s-ci-robot k8s-ci-robot added the needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. label May 24, 2021
@tengqm
Copy link
Contributor

tengqm commented Jun 4, 2021

/triage accepted

@k8s-ci-robot k8s-ci-robot added triage/accepted Indicates an issue or PR is ready to be actively worked on. and removed needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. labels Jun 4, 2021
@Kartik494
Copy link
Contributor

/assign

@k8s-triage-robot
Copy link

The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs.

This bot triages issues and PRs according to the following rules:

  • After 90d of inactivity, lifecycle/stale is applied
  • After 30d of inactivity since lifecycle/stale was applied, lifecycle/rotten is applied
  • After 30d of inactivity since lifecycle/rotten was applied, the issue is closed

You can:

  • Mark this issue or PR as fresh with /remove-lifecycle stale
  • Mark this issue or PR as rotten with /lifecycle rotten
  • Close this issue or PR with /close
  • Offer to help out with Issue Triage

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle stale

@k8s-ci-robot k8s-ci-robot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Sep 7, 2021
@Kartik494
Copy link
Contributor

/remove-lifecycle stale

@k8s-ci-robot k8s-ci-robot removed the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Sep 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug. triage/accepted Indicates an issue or PR is ready to be actively worked on.
Projects
None yet
5 participants