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

status with cluster layout: kubeconfig StatusName is empty #8921

Closed
tstromberg opened this issue Aug 5, 2020 · 0 comments · Fixed by #9888
Closed

status with cluster layout: kubeconfig StatusName is empty #8921

tstromberg opened this issue Aug 5, 2020 · 0 comments · Fixed by #9888
Assignees
Labels
kind/bug Categorizes issue or PR as related to a bug. priority/important-longterm Important over the long term, but may not be staffed and/or may need multiple releases to complete. ux/embedded Embedded UX blockers

Comments

@tstromberg
Copy link
Contributor

% minikube status -p v119 -o json --layout=cluster | jq                                                                                                                                         {
  "Name": "v119",
  "StatusCode": 418,
  "StatusName": "Paused",
  "Step": "Done",
  "StepDetail": "⏯️  Paused 14 containers in: kube-system, kubernetes-dashboard, storage-gluster, istio-operator",
  "BinaryVersion": "v1.12.2",
  "Components": {
    "kubeconfig": {
      "Name": "kubeconfig",
      "StatusCode": 200,
      "StatusName": ""
    }
  },
  "Nodes": [
    {
      "Name": "v119",
      "StatusCode": 200,
      "StatusName": "OK",
      "Components": {
        "apiserver": {
          "Name": "apiserver",
          "StatusCode": 418,
          "StatusName": "Paused"
        },
        "kubelet": {
          "Name": "kubelet",
          "StatusCode": 405,
          "StatusName": "Stopped"
        }
      }
    }
  ]
}

It looks like we are not filling in the StatusName field for cluster components.

@tstromberg tstromberg changed the title tatus with cluster layout: kubeconfig StatusName is empty when it should be "OK" status with cluster layout: kubeconfig StatusName is empty Aug 5, 2020
@medyagh medyagh added kind/bug Categorizes issue or PR as related to a bug. priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release. ux/embedded Embedded UX blockers labels Aug 12, 2020
@sharifelgamal sharifelgamal added priority/important-longterm Important over the long term, but may not be staffed and/or may need multiple releases to complete. and removed priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release. labels Sep 23, 2020
tharun208 added a commit to tharun208/minikube that referenced this issue Dec 9, 2020
Fixes kubernetes#8921

Signed-off-by: Tharun <rajendrantharun@live.com>
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. priority/important-longterm Important over the long term, but may not be staffed and/or may need multiple releases to complete. ux/embedded Embedded UX blockers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants