v0.3.0
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-tlsandlinode-loadbalancer-protocolwill
be removed Q3 2020.