Jorrit Salverda

Results 27 comments of Jorrit Salverda

Thanks, I'll test with ```go jwt.TimeFunc = func() time.Time { return time.Now().UTC().Add(time.Second * 20) } ``` to see if it gets rid of these errors.

Hi @mfridman for some reason it didn't help and i resorted to jumping through a lot of hoops to ignore this type of validation error, see https://github.com/estafette/estafette-ci-api/blob/main/pkg/clients/bitbucketapi/client.go#L277-L309 Looking at my...

In our golang applications we handle the reloading of the key by reinitialising an instance of the _class_ that uses the service account key with code like this: ```go dnsService...

When running the same command via remote desktop it takes 41 minutes: ``` $ Get-Date Wednesday, October 26, 2016 8:04:26 AM $ cinst visualstudio2015community --version=2015.03.02 --execution-timeout=10800 --yes --accept-license Chocolatey v0.10.3...

Inspecting the vs.log it seems like it doesn't do anything after the first couple of seconds. ``` [0F28:0DE0][2016-10-26T08:35:12]i001: Burn v3.7.4029.0, Windows v10.0 (Build 14393: Service Pack 0), path: C:\Users\packeradmin\AppData\Local\Temp\VisualStudio2015Community\2015.03.02\vs_community.exe, cmdline:...

It seems to be related to server 2016. Haven't tested yet with visualstudio2015community, but the following older visual studio package works fine on server 2012 r2 but hangs on server...

It's the same kind of error, but in my case unrelated to Mono. Just relying on msbuild 12.0 assemblies that aren't there in msbuild 14.0. Or perhaps only bundled with...

Although kube-dns - if present on the node - is actively deleted by https://github.com/estafette/estafette-gke-preemptible-killer/blob/master/main.go#L296 since kube-dns is running HA this shouldn't be an issue. However it does turn out that...

@jstephens7 we've seen the same and actually moved away from preemptibles for the time being. It's unrelated to this controller, but happens when a node really gets preempted by Google...

Hi @santinoncs, do you use the Helm chart? And what version? We run it with a service account with roles `compute.instanceAdmin.v1` on the project the GKE cluster is in. That...