pbacsko commented on a change in pull request #362:
URL:
https://github.com/apache/incubator-yunikorn-k8shim/pull/362#discussion_r799467872
##########
File path: pkg/common/si_helper.go
##########
@@ -159,7 +160,9 @@ func CreateUpdateRequestForUpdatedNode(node Node)
si.NodeRequest {
// Currently only includes resource in the update request
nodeInfo := &si.NodeInfo{
NodeID: node.name,
- Attributes: make(map[string]string),
+ Attributes: map[string]string {
+ "ready": strconv.FormatBool(node.ready),
Review comment:
Temporary solution. Either should be in `NodeInfo` or define a constant
for it.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]