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
In most cases Instance-Manager doesn't log the namespace of the respective IG. This complicates debugging related issues. This becomes even more relevant in the case you have IGs with the same name in different namespaces.
What you expected to happen:
Instance-Manager should put the respective namespace in all logs related to IGs.
Anything else we need to know?:
Sample logs:
2021-03-12T07:59:00.284Z INFO controllers.instancegroup.eks desired nodes are ready {"instancegroup": "default", "instances": "instance-ID-1,instance-ID-2,instance-ID-3"}
2021-03-12T07:59:02.884Z INFO v1alpha1 state transition occured {"instancegroup": "default", "state": "Ready", "previousState": "ReconcileModified"}
The text was updated successfully, but these errors were encountered:
BUG REPORT
What happened:
In most cases Instance-Manager doesn't log the namespace of the respective IG. This complicates debugging related issues. This becomes even more relevant in the case you have IGs with the same name in different namespaces.
What you expected to happen:
Instance-Manager should put the respective namespace in all logs related to IGs.
Anything else we need to know?:
Sample logs:
The text was updated successfully, but these errors were encountered: