vojbarzz

Results 3 issues of vojbarzz

Would be nice to show cluster name defined at kubeconfig: ``` yaml clusters: - cluster: certificate-authority: certs/xxx.pem server: https://1.2.3.4:9999 name: SomeFancyName ``` Current output: `https://1.2.3.4:9999` Expected output: `SomeFancyName (https://1.2.3.4:9999)`

enhancement

Hello, today happened that two builds has been triggered simultaneously. Unfortunately the build for older commit won the battle and successfully pushed a tag the second one build for older...

### Before creating an issue, make sure you've checked the following: - [X] You are running the latest released version of k0s - [X] Make sure you've searched for existing...

bug