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
{{ message }}
This repository has been archived by the owner on Jan 20, 2022. It is now read-only.
etcd-manager should be reauthenticating to OpenStack after the original token expires. I can see logic in the code to do so, but it does not seem te work.
I can see the controller loop coming by in the logs and creating backups of etcd to my OpenStack swift container. After 4 backups - which means 1 hour passed by - the backups stop coming in. This is exactly the timeout expiry value of my OpenStack provider.
Commit 8faecdad725d05f9c7375461cbf4f3dbbec6e527 made significant changes to reauth. I've tried the etcd-manager version before that commit as well: no luck, Authentication failed coming in as well.
Any thoughts?
The text was updated successfully, but these errors were encountered:
Hi,
With reference to kops issue: kubernetes/kops#9730
etcd-manager should be reauthenticating to OpenStack after the original token expires. I can see logic in the code to do so, but it does not seem te work.
I can see the controller loop coming by in the logs and creating backups of etcd to my OpenStack swift container. After 4 backups - which means 1 hour passed by - the backups stop coming in. This is exactly the timeout expiry value of my OpenStack provider.
Commit 8faecdad725d05f9c7375461cbf4f3dbbec6e527 made significant changes to reauth. I've tried the etcd-manager version before that commit as well: no luck, Authentication failed coming in as well.
Any thoughts?
The text was updated successfully, but these errors were encountered: