consul/108
You can find the source of this version on GitHub at cloudfoundry-incubator/consul-release. It was created based on the commit e10f410b
.
Release Notes¶
Changes:
- consul_agent
in client mode uses ephemeral disk instead of possibly-non-existent persistent disk for storing data such as gossip keyring data, avoiding issues such as having no space left on the root volume device. details
Usage¶
You can reference this release in your deployment manifest from the releases
section:
- name: "consul" version: "108" url: "https://bosh.io/d/github.com/cloudfoundry-incubator/consul-release?v=108" sha1: "ef501bb3615a6ebf454b8ceaac000843a3ec06a8"
Or upload it to your director with the upload-release
command:
bosh upload-release --sha1 ef501bb3615a6ebf454b8ceaac000843a3ec06a8 \ "https://bosh.io/d/github.com/cloudfoundry-incubator/consul-release?v=108"