Constantin Bugneac

Results 59 comments of Constantin Bugneac

HI @eastig I need JRE for Alpine Linux.

It's almost 5 months since this is opened and no reaction at all. Hi @cliveverghese, any idea/explanation why alpine JRE for 11 has been deleted ?

@derrickburns looks like this is already supported https://github.com/helm/charts/blob/master/stable/sumologic-fluentd/values.yaml#L8

@derrickburns Thanks for clarification. I've created a PR here to address your request https://github.com/helm/charts/pull/17055

I'm experiencing the same issue with official docker image 3.2.16 despite the cerificates are completely fine (used terraform tls provider to generate the complete chain). Here is the output of...

@gyuho in fact I do and specify both DNS names and IP (for simplicity I'm testing now one node): ``` resource "tls_cert_request" "etcd_server_cert_req" { key_algorithm = "${tls_private_key.etcd_server_priv_key.algorithm}" private_key_pem = "${tls_private_key.etcd_server_priv_key.private_key_pem}"...

If I switch to the latest version 3.3.1 I get this: ``` ... 2018-02-22 22:31:40.267065 I | embed: ready to serve client requests 2018-02-22 22:31:40.280177 I | embed: serving client...

I think the cause is missing or unclear documentation on what the server/peer & client certificates need to have in CN & SAN in order for it to work.

In my case a have a history full of tags: ``` $ git tag 0.1 ... 0.10 0.100 0.101 ... .130-20211018110454.c07b664-SNAPSHOT 0.130 .. 0.131-20211019090556.0596eb9-SNAPSHOT 0.132 ... ``` but it still...

@olfway looks like the option suggested by you is not recognized. How did you invoke it ? ``` + docker run --rm anoxis/registry-cli -r http://***************** --delete --num 5 --order-by-date usage:...