Skip to content
This repository was archived by the owner on Oct 3, 2020. It is now read-only.
This repository was archived by the owner on Oct 3, 2020. It is now read-only.

Can't access kube-ops-view via kubectl proxy #269

@holms

Description

@holms

Your documentation is completely not clear to me: https://kubernetes-operational-view.readthedocs.io/en/latest/getting-started.html

Started kubeproxy

redirected my browser to here: http://localhost:8001/api/v1/proxy/namespaces/default/services/kube-ops-view/

And I see this response:

{
  "kind": "Status",
  "apiVersion": "v1",
  "metadata": {
    
  },
  "status": "Failure",
  "message": "the server could not find the requested resource",
  "reason": "NotFound",
  "details": {
    
  },
  "code": 404
}

I've installed kube-ops-view from helm chart via terraform:

resource "helm_release" "kube_ops_view" {
  name  = "kube-ops-view"
  chart = "stable/kube-ops-view"
}

And there's service available:

holms@debian ~/D/c/s/b/t/s/post-infra> kubectl get services
NAME            TYPE        CLUSTER-IP     EXTERNAL-IP   PORT(S)   AGE
kube-ops-view   ClusterIP   10.245.84.84   <none>        80/TCP    24m

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions