Closed sasho4ek07 closed 1 week ago
Your suggested code looks good. Do you want to open a PR yourself? I would like to see:
getInstanceTypeOfRobotServer
+ a comment that explains the TM issueTestInstances_InstanceMetadataRobotServer
to demonstrate that it works
TL;DR
When trying to initialize a node on a bare metal host with a Dell PowerEdge™ type, an error occurs when setting the label: "instance-type"
Expected behavior
Node initialization without error
Observed behavior
When trying to initialize a node on a bare metal host with a Dell PowerEdge™ type, an error occurs when setting the label "instance-type". Since it contains the symbol ™, which is unacceptable for labels.
Minimal working example
it is necessary to remove invalid characters when obtaining instance-type from server data
Log output
Additional information
No response