Skip to content

v0.3.0

Choose a tag to compare

@phillc phillc released this 06 Nov 19:05
39e2422

Added

  • New LoadBalancer TLS annotations.

example:

service.beta.kubernetes.io/linode-loadbalancer-default-protocol: "http"
service.beta.kubernetes.io/linode-loadbalancer-port-443: |
    {
        "tls-secret-name": "prod-app-tls",
        "protocol": "https"
    }

Fixed

  • New syntax fixes an issue where a creating a load balancer created with both
    an http and https port would fail silently.
  • Some error messages changed to meet linter standards
  • CCM now uses out-of-cluster authentication when kubeconfig is passed as a command-
    line argument.

Deprecated

  • Former annotations linode-loadbalancer-tls and linode-loadbalancer-protocol will
    be removed Q3 2020.