cyberark / conjur-oss-helm-chart

Helm chart for deploying Conjur OSS to Kubernetes
Apache License 2.0
27 stars 23 forks source link

Needs documentation on how to run this on `sudo`-required platforms #42

Open sgnn7 opened 4 years ago

sgnn7 commented 4 years ago

Summary

When you install Docker on Linux without adding the current user to the Docker group (see here for more details) or run as root, the following line will fail due to the inner sub-shell inability to access the Docker socket:

helm install conjur-oss \ --set dataKey="(docker run --rm cyberark/conjur data-key generate)" cyberark/conjur-oss

Steps to Reproduce

Steps to reproduce the behavior:

  1. Install Ubuntu
  2. Install Docker without adding current user to Docker group
  3. Try to follow installation instructions

Expected Results

Chart is installed

Actual Results (including error logs, if applicable)

Chart install fails

sgnn7 commented 4 years ago

Additional info: https://discuss.cyberarkcommons.org/t/conjur-oss-helm-deployment-fails/703