k8s-proxmox / cluster-api-provider-proxmox

Cluster API provider implementation for Proxmox VE
Apache License 2.0
94 stars 11 forks source link

"401 - 401 No ticket - " error #140

Closed sp-yduck closed 7 months ago

sp-yduck commented 7 months ago

/kind bug

What steps did you take and what happened: [A clear and concise description of what the bug is.] this error comes from Proxmox REST API. since cappx uses same client for long time, ticket expires. it should be refreshed.

# example error log
E1111 08:20:58.944803       1 controller.go:324] "Reconciler error" err="401 - 401 No ticket - " 

What did you expect to happen:

Anything else you would like to add: [Miscellaneous information that will assist in solving the issue.]

Environment:

sp-yduck commented 7 months ago

for temporary fix, we can re-start deployment (re-create cappx pods)