harmjanblok
harmjanblok
> but you can always download the haproxy image with docker-save and restore it in the local docker store where kind is running, can't you? @aojea yes my current workaround...
> I'm very curious to hear the multi-control-plane use-case as well, this functionality was intended for testing Kubernetes itself, it's not expected to make sense for other purposes ... 👀...
@aojea thanks, I tested with `tc qdisc` by increasing and decreasing the delay, hoping for a reproducible setup, but didn't work out as expected, so I used a 'real' cluster...
Any update on this issue, we seem to have a similar / the same problem. - Running on kubernetes 1.13.11 - Tested with stolon v0.11 and v0.14 - Applies to...
No I don't specify anything for `enableServiceLinks`, pods have assigned the default (`enableServiceLinks: true`).
In my setup it seems to fail because it want to set `ProcMount: null`, while it currently uses the default `ProcMount: "Default"` (`ProcMount` is inside the pod `SecurityContext`). I'm still...
@icefed thanks for the link, I'll investigate further, my issue seems to be caused by a bug introduced with this change: https://github.com/kubernetes/kubernetes/pull/78881 @sgotti yes it seems to be a different...
In https://github.com/harmjanblok/stolon/commit/fbfaf9265535ee99d992509a6c806067888a0499 I've pushed the test setup I was using to reproduce the issue. I've been able to reproduce both issues (`enableServiceLinks` and `procMount`), although the `procMount` was caused by...
Might be related, `activegraph` 10 doesn't seem to support neo4j above 4.0. 😢
According to [server/server.go#L373-L412](https://github.com/dexidp/dex/blob/e41a28bf27225ab503eb9feef4feedd03bb4ac71/server/server.go#L373-L412) not all endpoints insert an `Access-Control-Allow-Origin` header, but only following endpoints: - /.well-known/openid-configuration - /token - /keys - /userinfo I've tested in dex 2.37.0 the setting `allowedOrigins:...