This repository was 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-seedcontainer now allows authentication against the kube-apiserver with a client certificate. The new environment variablesAPISERVER_AUTH_MODEcan be eitherbasic-authorclient-cert. (02eb33c)- In case of
basic-auththeAPISERVER_AUTH_MODE_BASIC_AUTH_CSVenvironment variable tells the path to the basic auth CSV file, andAPISERVER_AUTH_MODE_BASIC_AUTH_USERNAMEtells the user name (only the password will be read out of the CSV). - In case of
client-certtheAPISERVER_AUTH_MODE_CLIENT_CERT_CA,APISERVER_AUTH_MODE_CLIENT_CERT_CRT,APISERVER_AUTH_MODE_CLIENT_CERT_KEYvariables 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