mimmus

Results 23 issues of mimmus

``` $ helm install k8s-image-swapper estahn/k8s-image-swapper --set config.target.aws.region=eu-south-1 --set config.target.aws.accountId=215492924011 Error: values don't meet the specifications of the schema(s) in the following chart(s): k8s-image-swapper: - config.target.aws.accountId: Invalid type. Expected: string,...

Being forced to override global HAPROXY_HEAD template only to redefine some general timeouts (i.e. timeout client, timeout server) is an overkill. For other "options", there is a shortcut: https://github.com/mesosphere/marathon-lb#haproxy-global-default-options but...

Default headers in HAproxy template: ``` http-request set-header X-Forwarded-Port %[dst_port] http-request add-header X-Forwarded-Proto https if { ssl_fc } ``` are not adeguate if HAproxy is behind an external load balancer...

Any idea why this XML: ``` 10.57.0.168 18676 10.57.0.168 6900 10.57.0.176 5293 ``` translates to this Json: ``` { "vip": [ { "@LocalAddress": "10.140.67.150", "@LocalPort": "10002", "entries": { "remoteaddress": {...

### Description Hi, we use a Kubernetes DaemonSet (a node agent) to monitor containerd EventBus and look for pods OOM events. Recently, we started to notice several false positives, logs...

kind/question
cri
status/more-info-needed

I'd like to set at group level every property I have at connection level, as common property for all connections in that group, not a simple search-and-replace. For instance: actually...

question

I'm trying to deploy registry image on DC/OS but I'm getting always: ``` { "errors": [ { "code": "UNAVAILABLE", "message": "service unavailable", "detail": "health check failed: please see /debug/health" }...

Installing latest (2.5.1-0.2) version of Docker Registry with default options (insecure registry), it starts successfully but then fails its internal storage healthcheck: `{ "errors": [ { "code": "UNAVAILABLE", "message": "service...

Hi, I read that the project is semi-abandoned but I ask anyway! We use Tiller to compose "properties" files for our K8s applications. We noticed that often our pods are...