This repository has been archived by the owner on Feb 2, 2024. It is now read-only.
0.6.0
·
99 commits
to master
since this release
Most notable changes
- The sshd config file is now configurable via the environment variable
CONFIG_FILE
in the vpn-shoot container. It defaults to/etc/ssh/sshd_config
. - The authorized keys file is now configurable via the environment variable
AUTHORIZED_KEYS_FILE
in the vpn-shoot container. It defaults to/root/.ssh/authorized_keys
. However, the standard run scenario is Kubernetes and here we recommend to not directly mount the secret containing the authorized keys file to/root/.ssh
(because the mounted.ssh
directory will have too wide access permissions). Either usesubPath
(currently buggy/not working) or mount it to another directory and use the environment variable. The vpn-shoot container will copy the file to its expected location.
Seed Docker image: eu.gcr.io/gardener-project/gardener/vpn-seed:0.6.0
Shoot Docker image: eu.gcr.io/gardener-project/gardener/vpn-shoot:0.6.0