Jille Timmermans

Results 73 issues of Jille Timmermans

Hi, I'm wondering how you ensure the old master is dead during a failover (STONITH = Shoot The Other Node In The Head)? If that's not guaranteed you might end...

I'm running v0.5.0-rc.3. Kubernetes v1.22.1. ``` I0823 17:42:45.308510 1 leaderelection.go:253] successfully acquired lease default/mysql-operator-leader-election I0823 17:42:45.309807 1 controller.go:165] controller-runtime/manager/controller/mysqlbackup-controller "msg"="Starting EventSource" "source"={"Type":{"metadata":{"creationTimestamp":null},"spec":{"clusterName":""},"status":{}}} I0823 17:42:45.329396 1 controller.go:165] controller-runtime/manager/controller/mysqlbackupcron-controller "msg"="Starting EventSource" "source"={"Type":{"metadata":{"creationTimestamp":null},"spec":{"secretName":"","podSpec":{"resources":{},"metricsExporterResources":{},"mysqlOperatorSidecarResources":{}},"volumeSpec":{}},"status":{}}}...

bug

The docker image at gcr.io/etcd-development/etcd:latest is v3.3.12. We should (remove the latest tag or): - Bump it to a newer version - Set up automation to update it with new...

I just found this project, and immediately added it to my project. Kudos for having both a standalone tool, and making it an easy to integrate library as well! When...

### Description We're running Kubernetes (`v1.22.1`) with containerd (`1.5.2-0ubuntu1~20.04.3`). We have an upgrade controller that automatically runs `apt get update && apt-get dist-upgrade`. Yesterday it updated containerd (`1.5.2-0ubuntu1~20.04.2` -> `1.5.2-0ubuntu1~20.04.3`),...

kind/bug
cri

https://travis-ci.org/Jille/rufs/jobs/152098169 shows: ``` Setting environment variables from .travis.yml $ export GIMME_OS=windows $ export GIMME_ARCH=amd64 14.25s$ GIMME_OUTPUT=$(gimme 1.6) && eval "$GIMME_OUTPUT" error: Missing bootstrap installation error: Unable to compile go from...

Hi. We (https://www.snoozethis.com) recently integrated with your API to allow our users to wait for new releases on e.g. GitHub. This broke around June 22nd. Previously we POSTed `{"id":"1234"}` to...

I got this error from the websockets stuff: ``` convert message to json failed: json: cannot unmarshal number into Go struct field Setting.default of type string ``` ``` {"NotificationContainer":{"type":"preference","size":1,"Setting":[{"id":"LastAutomaticMappedPort","label":"","summary":"","type":"int","default":0,"value":25018,"hidden":true,"advanced":false,"group":""}]}} ```...

investigating

I'm getting this error when using the websockets. ``` convert message to json failed: json: cannot unmarshal string into Go struct field TranscodeSession.progress of type float64 ``` This is what...

investigating