obrienlabs / kubernetes-viewport

Helm/Kubernetes viewport for multicluster monitoring
0 stars 0 forks source link

get ssh access out to the host from inside a container to run helm commands #5

Open obriensystems opened 5 years ago

obriensystems commented 5 years ago

see https://stackoverflow.com/questions/32163955/how-to-run-shell-script-on-host-from-docker-container/45059089

something like the following will require a copy of the ssh key into the container via a PV ssh -l ${USERNAME} ${HOSTNAME} "${SCRIPT}"