Skip to content
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

An error occurs when a NodeGroup with the same name is configured in a EdgeApplication #5497

Open
tangming1996 opened this issue Mar 27, 2024 · 1 comment · May be fixed by #5515
Open

An error occurs when a NodeGroup with the same name is configured in a EdgeApplication #5497

tangming1996 opened this issue Mar 27, 2024 · 1 comment · May be fixed by #5515
Labels
kind/bug Categorizes issue or PR as related to a bug.

Comments

@tangming1996
Copy link
Contributor

tangming1996 commented Mar 27, 2024

What happened:
Figure 1
image
As shown in Figure 1, when creating EdgeApplication, if two same node groups are configured at the same time, the instance deployment will fail and a large number of status information will be reported continuously (as shown in Figure 2), which will lead to the bursting of edgecore's websocket message channel. Which in turn led to edgecore's repeated restarts (as shown in Figure 3).

Temporary solution: Temporary workaround: First delete the created problematic EdgeApplication, then restart the cloud cloudcore, and then restart the edgecore on the side.

Figure 2
image-20240327165200601

Figure 3
image-20240327165230271
What you expected to happen:
NodeGroups with the same name cannot be configured for EdgeApplication.

Environment:

  • Kubernetes version (use kubectl version):

  • KubeEdge version(e.g. cloudcore --version and edgecore --version):

  • Cloud nodes Environment:
    • Hardware configuration (e.g. lscpu):
    • OS (e.g. cat /etc/os-release):
    • Kernel (e.g. uname -a):
    • Go version (e.g. go version):
    • Others:
  • Edge nodes Environment:
    • edgecore version (e.g. edgecore --version):
    • Hardware configuration (e.g. lscpu):
    • OS (e.g. cat /etc/os-release):
    • Kernel (e.g. uname -a):
    • Go version (e.g. go version):
    • Others:
@tangming1996 tangming1996 added the kind/bug Categorizes issue or PR as related to a bug. label Mar 27, 2024
@tangming1996
Copy link
Contributor Author

/assign @tangming1996

@tangming1996 tangming1996 linked a pull request Apr 7, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant