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.
Hi,
With reference to kops issue: https://github.com/kubernetes/kops/issues/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?