We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
openyurt/pkg/yurtctl/cmd/convert/edgenode.go
Line 191 in 797c43d
what if labed "openyurt.io/is-edge-worker:true" :
v, ok := node.Labels[projectinfo.GetEdgeWorkerLabelKey()] if !ok { edgeNodeNames = append(edgeNodeNames, node.GetName()) }else if v == "true“ { edgeNodeNames = append(edgeNodeNames, node.GetName()) }
similarity question at:
Line 247 in 797c43d
The text was updated successfully, but these errors were encountered:
@Peeknut Do you have any comments?
Sorry, something went wrong.
I think if the node has the label "openyurt.io/is-edge-worker:true", it doesn't need to do the convert, because it's already a yurt node.
got it. thanks
No branches or pull requests
openyurt/pkg/yurtctl/cmd/convert/edgenode.go
Line 191 in 797c43d
what if labed "openyurt.io/is-edge-worker:true" :
similarity question at:
openyurt/pkg/yurtctl/cmd/convert/edgenode.go
Line 247 in 797c43d
The text was updated successfully, but these errors were encountered: