syswe / ntop

ntop is an open source tool that allows you to visually and clearly see the status of all your nodes and filtered pods on Kubernetes stages.
Apache License 2.0
28 stars 3 forks source link

[CHANGE] use k8s auth pkg instead of client-go #35

Open syswe opened 5 months ago

syswe commented 5 months ago

Client-go cannot auth for k8s providers. We should implement k8s auth instead of client-go.

import _ "k8s.io/client-go/plugin/pkg/client/auth"