You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is is not working as you expected it?
The operator-sdk get call syntax is not returning nil on existing resources, instead it returns empty string error --> in source code this is stated as the equivalent of 500 server errror.
Where on the platform does it happen?
Operator controller.
How do we replicate the issue?
Controller resource updates are not executed when we use the operator-sdk syntax.
Expected behavior (i.e. solution)
The Get statement should return nil on existing resources not an error.
What is is not working as you expected it?
The operator-sdk get call syntax is not returning nil on existing resources, instead it returns empty string error --> in source code this is stated as the equivalent of 500 server errror.
Where on the platform does it happen?
Operator controller.
How do we replicate the issue?
Controller resource updates are not executed when we use the operator-sdk syntax.
Expected behavior (i.e. solution)
The Get statement should return nil on existing resources not an error.
Other Comments
We fixed this by changing
-->
The text was updated successfully, but these errors were encountered: