Guest User

Untitled

a guest
Dec 10th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. consulAgent:
  2. repository: consul
  3. tag: 1.2.3
  4. pullPolicy: IfNotPresent
  5. # If you set join to a consul server endpoint, a consul agent will
  6. # be started in the vault pod. If unset, no agent container is
  7. # deployed.
  8. join: consul1-k8s.service.consul
  9. #
  10. # If your consul server uses encrypted gossip, specify the secret
  11. # name here. Format should match the stable/consul chart.
  12. gossipKeySecretName: consul1-k8s-gossip-key
  13.  
  14. PS C:Usersarunkumar.anandhanDownloadscharts1vault> kubectl logs
  15. vault1-k8s-vault-dd5c8b44d-5s54m -n vault -c vault-consul-agent
  16. ==> Starting Consul agent...
  17. WARNING: LAN keyring exists but -encrypt given, using keyring
  18. ==> Joining cluster...
  19. ==> 1 error(s) occurred:
  20.  
  21. * Failed to resolve consul.service.consul: lookup consul1-k8s.service.consul on 172.20.*.*:*: no such host
Add Comment
Please, Sign In to add comment