Skip to content

Problem with PVCviewer-Controller deployment - golang error #117

Open
@VladPv4

Description

@VladPv4

/kind bug

What steps did you take and what happened:
[A clear and concise description of what the bug is.]
We deployed Kubeflow on our k8s cluster (v1.25). All parts installed correctly, except one - PVC Viewer Controller. I installed it with this command:
kustomize build apps/profiles/upstream/overlays/kubeflow | kubectl apply -f -
After it deployed on ns kubeflow. In manager container (image pvcviewer-controller:v1.8.0) I see this log:

2024-02-01T07:41:11Z ERROR Failed to get API Group-Resources {"error": "Get \"https://10.111.0.1:443/api?timeout=32s\": dial tcp 10.111.0.1:443: connect: connection refused"}
sigs.k8s.io/controller-runtime/pkg/cluster.New
 /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/cluster/cluster.go:160
sigs.k8s.io/controller-runtime/pkg/manager.New
 /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/manager/manager.go:344
main.main
 /workspace/main.go:70
runtime.main
 /usr/local/go/src/runtime/proc.go:250
2024-02-01T07:41:11Z ERROR setup unable to start manager {"error": "Get \"https://10.111.0.1:443/api?timeout=32s\": dial tcp 10.111.0.1:443: connect: connection refused"}
main.main
 /workspace/main.go:90
runtime.main
 /usr/local/go/src/runtime/proc.go:250

What did you expect to happen:
I expected, that this component will be deployed without problems, so I can use it.

Anything else you would like to add:
[Miscellaneous information that will assist in solving the issue.]

Environment:

  • Kubeflow version: 1.8.0
  • kfctl version: nope
  • Kubernetes platform: (e.g. minikube) - cloud k8s
  • Kubernetes version: (use kubectl version): 1.25
  • OS (e.g. from /etc/os-release): same problem on all os ;)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    Status

    Needs Triage

    Status

    To Do

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions