weaveworks / scope

Monitoring, visualisation & management for Docker & Kubernetes

Home Page:https://www.weave.works/oss/scope/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The app can't display kubernetes pods and other information

Yeatesss opened this issue · comments

Current Situation
Currently there are two hosts (192.168.34.1 & 192.168.34.2), 192.168.34.2 has a kubernetes environment on it

Question
I want only app on 34.1, only probe on 34.2

I want to install the app separately on the 34.1 host, and then execute the command in 34.2 kubernetes
kubectl delete -f "https://cloud.weave.works/k8s/scope.yaml?k8s-version=$(kubectl version | base64 | tr -d '\n')"
And I appended 192.168.34.1 after spec.args

But I can't display pods information. on the 34.1 app, only process & container & host information.

image