This repository has been archived by the owner on Feb 2, 2024. It is now read-only.
0.16.0
[vpn]
Most notable changes
- [OPERATOR] Prometheus checks to the VPN tun interface should now work as expected. (#46, @DockToFuture)
- [OPERATOR] The
vpn-seed
container now allows authentication against the kube-apiserver with a client certificate. The new environment variablesAPISERVER_AUTH_MODE
can be eitherbasic-auth
orclient-cert
. (02eb33c)- In case of
basic-auth
theAPISERVER_AUTH_MODE_BASIC_AUTH_CSV
environment variable tells the path to the basic auth CSV file, andAPISERVER_AUTH_MODE_BASIC_AUTH_USERNAME
tells the user name (only the password will be read out of the CSV). - In case of
client-cert
theAPISERVER_AUTH_MODE_CLIENT_CERT_CA
,APISERVER_AUTH_MODE_CLIENT_CERT_CRT
,APISERVER_AUTH_MODE_CLIENT_CERT_KEY
variables tell the paths to the CA, client cert, and client key.
- In case of
Docker Images
vpn-seed: eu.gcr.io/gardener-project/gardener/vpn-seed:0.16.0
vpn-shoot: eu.gcr.io/gardener-project/gardener/vpn-shoot:0.16.0