Almog Baku
Almog Baku
@tulir I suspects that new sessions are being purged due to inactivity
You need to restore your login token.... @ciroiriarte
The timeout of the QR is derived from the response. You can't just configure it as you wish :O
Maybe it's still valid for a while after the TTL, but there is no way to ensure that. The best way to handle it is to refresh the QR code....
You need to build it on your own. For production use-cases it's better to use a different "qr encoding" mechanism. I built mine with `skip2/go-qrcode` and `gorilla/websocket`
/remove-lifecycle stale
adding permission to the issues, as specified in #47, actually solved my issue!
hey @martinmaehlmann @ahmetb @thatmarkenglishguy did you find a solution? -- ### About my environment MacOS Ventura 13.0.1 zsh 5.8.1 (x86_64-apple-darwin22.0) Antibody version dev (built from master) In the antibody-plugins I...
ok, I found a solution! 1. Load the kubectx completion **before** ohmyzsh (as stated in the docs) (or put `autoload -U compinit && compinit` after loading these completions) 2. ignore...
@nicks I am still confused. How can I push a specific tag to the registry? In my use-case I have an app that deploys other containers as pods/jobs. To do...