-
Notifications
You must be signed in to change notification settings - Fork 171
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
KubeEdge Counter Demo is not working properly #65
Comments
请问怎么解决的,我遇到一样的问题了 |
edit /etc/kubernetes/manifests/kube-apiserver.yaml |
the quickesty way, i think; file:
and copy admin.conf to your container;file
the better way is get permission by clusterrole && clusterrolebinding && serviceaccount,and also i think this demo has a better way to update CR,if i will solve those problems,i will share it |
I got the issue that the port is in use by the Kube-api. any suggestions? thanks 2020/12/11 13:22:23 Get kubeConfig successfully |
maybe you should check deployment, |
Please try the latest example to confirm this issue exists or not, it works at my env, thanks :) If it still exists, please reopen it! /close |
@daixiang0: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
What happened:
KubeEdge Counter Demo is not working properly
What you expected to happen:
use [kubectl get pods -o wide] can get ke-edge1's IP and use [docker logs -f counter-container-id] can get count value.
Environment:
cloudcore/edgecore --version
): v1.4.0CloudSide Environment:
lscpu
):Intel(R) Xeon(R) Gold 6126 CPU @ 2.60GHzcat /etc/os-release
):centos8uname -a
):Linux ke-cloud 4.18.0-193.el8.x86_64 Added demo for LED light with raspberry Pi #1 SMP Fri May 8 10:59:10 UTC 2020 x86_64 x86_64 x86_64 GNU/Linuxgo version
): go version go1.14.4 linux/amd64EdgeSide Environment:
edgecore --version
):v1.4.0lscpu
):Intel(R) Xeon(R) Gold 6126 CPU @ 2.60GHzcat /etc/os-release
):centos8uname -a
):Linux ke-edge1 4.18.0-193.el8.x86_64 Added demo for LED light with raspberry Pi #1 SMP Fri May 8 10:59:10 UTC 2020 x86_64 x86_64 x86_64 GNU/Linuxgo version
): go version go1.14.4 linux/amd64The text was updated successfully, but these errors were encountered: