Fix sts port node metadata#20835
Conversation
|
🤔 🐛 You appear to be fixing a bug in Go code, yet your PR doesn't include updates to any test files. Did you forget to add a test? Courtesy of your friendly test nag. |
|
/cherry-pick release-1.5 |
|
@bianpengyuan: once the present PR merges, I will cherry-pick it on top of release-1.5 in a new PR and assign it to you. DetailsIn 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. |
|
why? seems like port should be a number |
|
Good point. I switched back integer, except the final assignment to node metadata, which needs to be a string map. |
|
@howardjohn ptal. thanks! |
|
@bianpengyuan: new pull request created: #20930 DetailsIn 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. |
* fix sts port node metadata * fix tes * fix lint * revert port to integer * clean up * more clean up
add sts port to node metadata as string instead of integer.