Skip to content

v0.12.0

Compare
Choose a tag to compare
@gardener-robot-ci-3 gardener-robot-ci-3 released this 02 Sep 14:04

[terminal-controller-manager]

Improvements

  • [OPERATOR] You can forbid the usage of the credentials.serviceAccountRef property by setting the honourServiceAccountRef configuration option to false. The recommended configuration is already applied for the different kustomization overlays: (#41, @petersutter)
    • honourServiceAccountRef=false for the multi-cluster overlay
    • honourServiceAccountRef=true (uses default) for the single-cluster overlay
  • [DEVELOPER] The Golang version has been updated to 1.15.1 (#43, @petersutter)
  • [DEVELOPER] To use the local endpoint of the target kube-apiserver you can now overwrite the server property of the kubeconfig that is mounted into the terminal pod. This can be done by referencing the kube-apiserver service on the host cluster that is pointing to the kube-apiserver of the target cluster. To reference the service, set spec.target.apiServerServiceRef.name and optionally spec.target.apiServerServiceRef.namespace on the Terminal resource (#40, @petersutter)