-
Notifications
You must be signed in to change notification settings - Fork 714
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
No such container: weaveproxy / weaveplugin #2628
Comments
You can silence those errors by running the scope agents with |
Thanks @2opremio, but what is the purpose, is scope monitoring the weave status using those containers? I won't loose any other functionallity? We also see the scope is constantly using up to 10-15% CPU (top) - is this expected/normal behavior? Thank you in advance! |
No, you won't lose any other functionality. The purpose of talking to weave is service discovery of Scope Apps (which you don't need in K8s since it's already solved) and displaying information about weave. However, that doesn't work when weave runs as a CNI plugin. 10-15 % is not unusual. Is this for he scope agents or the scope app? How big are your machines? How active are they? (Number of connections, number of processes/containers ....) |
Problem is that containers will be named differently in different instances so it will require more work. |
Ok this is the good news as we are running weave as a CNI plugin!
We have a test k8s cluster that is of 2 nodes: master and the worker node. They should not be much active as they are mainly running k8s essentials and these deployments:
The top output:
Thanks for your prompt replies! |
Having
So this is the only functionality (the dashboard monitoring for the weave-net) that we are going to lose if we use |
Yes |
Looks like what's left to do here is covered by #2634. -> closing |
Dear Devs,
we have noticed on our machines the following messages occurring every 10 seconds:
journalctl -f
This is coming when weaveworks/scope is deployed.
Any pointers what could be the cause of it?
We are using our custom docker registry, so instead of
image: weaveworks/weave...
we are usingimage: our-registry.com/weaveworks/weave
Our versions are:
kubernetes 1.6.5
weaveworks/scope 1.5.0
To deploy weave-net we are applying the https://github.com/weaveworks/weave/blob/master/prog/weave-kube/weave-daemonset-k8s-1.6.yaml
To deploy the weaveworks/scope we are using the manifest file generated by the
https://cloud.weave.works/k8s/v1.6/scope.yaml?k8s-service-type=NodePort
I have found the weaveplugin & weaveproxy mentioned in:
scope/probe/overlay/weave.go
Line 315 in fa56c03
scope/probe/overlay/weave.go
Line 287 in fa56c03
scope/render/filters.go
Line 348 in 6eaffb4
Thanks in advance for any pointer.
Let me know if you need more details.
Kind regards,
Andrey Arapov
The text was updated successfully, but these errors were encountered: