cskh
cskh
Hi, I go the following error when running ansible-playbook -i inventory/vagrant website.yml. The step to install docker-py and pull the container imagess seem successful. It failed at launching the container....
Signed-off-by: Hui Kang fix #1711 Checklist: * [x] Either (a) I've created an [enhancement proposal](https://github.com/argoproj/argo-rollouts/issues/new/choose) and discussed it with the community, (b) this is a bug fix, or (c) this...
Signed-off-by: Hui Kang fix: #1719 Checklist: * [ ] Either (a) I've created an [enhancement proposal](https://github.com/argoproj/argo-rollouts/issues/new/choose) and discussed it with the community, (b) this is a bug fix, or (c)...
I setup the notification-engine with the argo-rollouts deployment; everything looks good and messages are delivered to the slack channel as expected. However, I noticed that there are several error message...
### Description - When deregistering a service with an ID, which has an URL format (e.g., http://myservice.com), the http handler will return 301. This PR move the service id from...
### Description Setting `max_inbound_connections` [has been implemented](https://github.com/hashicorp/consul/blob/main/.changelog/13143.txt), but its description is missing in the doc. This PR adds the description to the related doc. Since consul-k8s doesn't have this field...
#### Feature Description Consul service-defaults config entry supports setting the max number of [inbound connection](https://github.com/hashicorp/consul/blob/main/.changelog/13143.txt), which limits the number of downstream connection to the proxy service. However, this field is...
Is there a way to change the base path of the blazegraph service? For example, instead of using `http://localhost:9999/blazegraph/`, I'd like to configure the URL like `http://localhost:9999/new-blazegraph-base-path/`. Thanks.
The following service ports are not exposed in the deployment. Is this a mistake? https://github.com/jaegertracing/jaeger-kubernetes/blob/bcca10c297b38c01d9d7c554172572ffa11944ce/all-in-one/jaeger-all-in-one-template.yml#L92-L99
On a linux 64bit machine, to reproduce: ``` docker build -t libsnark . docker run -ti libsnark /bin/bash cd build make profile_r1cs_ppzksnark ``` Then I run ``` root@86cb8de795ae:~/libsnark/build# ./libsnark/profile_r1cs_ppzksnark 1000...