Skip to content
#

hashicorp-consul

Here are 54 public repositories matching this topic...

awheeler
awheeler commented Mar 6, 2020

The nomad-acl-token is being logged at the default logging level of info. I think that it makes sense to log other useful info at info level, but secret info like tokens would ideally never be logged, or at best, at debug level only.
In looking at the code, it seems most if not all logging is done at the info level, so other levels of logging aren't very useful as a work-around.

That

bubnovd
bubnovd commented Sep 13, 2019

Description

Consul DNS Service is not available outside the container

Steps to reproduce the issue:

  1. docker run -d -p 8600:8600 -p 8600:8600/udp --name consul bitnami/consul:latest
  2. dig @127.0.0.1 -p 8600 consul.service.consul
  3. Dig on container's ip is same result

Describe the results you received:

dig @127.0.0.1 -p 8600 consul.service.consul

; <<>> 
tonsV2
tonsV2 commented Dec 20, 2018

When trying to deploy I get the following error. Obviously I'm missing the API address... But what should I set it to?

$ docker-compose up
WARNING: The Docker Engine you're using is running in swarm mode.

Compose does not use swarm mode to deploy services to multiple nodes in a swarm. All containers will be scheduled on the current node.

To deploy your application across the swarm, 
easkay
easkay commented Apr 14, 2020

The Consul instance group does not use a health check to verify the health of the instances, nor is the load balancer aware of the health of the instances.

Currently the Network load balancer is in use, which only permits legacy HTTP health checks. The global load balancer / TCP Proxy should be brought in instead, so that more pertinent health checks can be used.

Improve this page

Add a description, image, and links to the hashicorp-consul topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the hashicorp-consul topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.