Jürgen W

Results 46 comments of Jürgen W

How are you solving the problem that the plugin doesn't use the auth token? eg: ``` curl -H "Authorization: Bearer $(cat /run/secrets/kubernetes.io/serviceaccount/token)" -k https://100.64.0.1/api/v1/nodes ``` this works fine.. in the...

Yeah! No Problems, I have my calendar and the weather rotating in a while loop. Its just this card that turns up blank.

@ngseer even using your repo; I still get: ![image](https://user-images.githubusercontent.com/3013734/195582350-1de4223d-5c71-4f82-9638-4a49d72ce246.png) Is this still working for people?

Yes, I am now getting this with 2022.6.5 with my Bose Soundtouch 20. Considering the spread of media players involved I would think it is not integration specific?

I have taken on all the suggestions in this issue and I still have the problem, some things of note: * the backup operator is in the 'devops' namespace. *...

Ok, 'maxBackups' is misleading as well, my assumption was it would get to that value (in my case 12) and then delete the oldest.... create a new one.. It does...

as a side note, I took your branch and my branch and built my own backup operator image, works great.

Do you have any prometheus alerts/grafana dashboards you mind sharing? Also I am finding, if the pod gets restarted the metric will disappear until a new backup is run. You...

yeah, my schedule is one an hour: ``` - alert: VaultEtcdLastBackup annotations: summary: The last backup was more than 1 hour ago, please check it description: "vault etcd {{ $labels.instance...

I have this error also, without using SSL (for now): ``` "Reason": "failed to save snapshot (create etcd client failed: failed to get etcd client with maximum kv store revision:...