-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
nInput_Init AF connection recover and enable statefullsets not be recycled #249
Comments
abrizida
added a commit
that referenced
this issue
Jan 27, 2025
Added a podStatefullset that returns the pod name when it's a statefullset, empty string in other cases. Changed the nInput_Init object to not recycle a kube AF connection pod if it's a statefull set. And when doing the factory on AF connections, if the URL changed for the specific AF connection, it should recreate it.
abrizida
added a commit
that referenced
this issue
Jan 28, 2025
Added a podStatefullset that returns the pod name when it's a statefullset, empty string in other cases. Changed the nInput_Init object to not recycle a kube AF connection pod if it's a statefull set. And when doing the factory on AF connections, if the URL changed for the specific AF connection, it should recreate it.
abrizida
added a commit
that referenced
this issue
Jan 28, 2025
Added a podStatefullset that returns the pod name when it's a statefullset, empty string in other cases. Changed the nInput_Init object to not recycle a kube AF connection pod if it's a statefull set. And when doing the factory on AF connections, if the URL changed for the specific AF connection, it should recreate it.
abrizida
added a commit
that referenced
this issue
Jan 28, 2025
Added a podStatefullset that returns the pod name when it's a statefullset, empty string in other cases. Changed the nInput_Init object to not recycle a kube AF connection pod if it's a statefull set. And when doing the factory on AF connections, if the URL changed for the specific AF connection, it should recreate it.
abrizida
added a commit
that referenced
this issue
Feb 5, 2025
nmaguiar
added a commit
that referenced
this issue
Feb 7, 2025
Closing ticket. Already added. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
When nAttrMon has a Kube setting, the pods for statefullsets should remain listed even if they are unreachable (this way it’s visible when an RAID instance goes down and since the statefullset will not change name, like what happens with the deployments).
Also when a pod changes IP nAttrMon is unable to refresh.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
nAttrMon should be able to recover.
The text was updated successfully, but these errors were encountered: