Browse Source

new: [rancher-agent] new charm for rancher agent.

postgres
Valentin Lab 6 years ago
parent
commit
d691e2b4b6
  1. 14
      rancher-agent/metadata.yml

14
rancher-agent/metadata.yml

@ -0,0 +1,14 @@
description: "Rancher Agent"
maintainer: "Valentin Lab <valentin.lab@kalysto.org>"
## XXXvlab: docker uses the 'build' directory or the 'image:' option here.
docker-image: rancher/rancher-agent:v2.0.2
compatiblity: ## 'hooks/install' script was run on a these images without issues
# - ubuntu/15.10
docker-compose:
restart: unless-stopped
privileged: true
network_mode: host
host-resources:
- /etc/kubernetes
- /var/run
Loading…
Cancel
Save