Skip to content

Commit

Permalink
Use TCP healthcheck in control plane LB (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkmik authored Dec 13, 2022
1 parent e82df83 commit 8ed5dec
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions samples/aws/k3s-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ spec:
availabilityZoneUsageLimit: 1
region: ${AWS_REGION}
sshKeyName: ${AWS_SSH_KEY_NAME}
controlPlaneLoadBalancer:
# k3s creates elliptic-curve keypair by default but ELB healthcheck TLS client doesn't support it.
healthCheckProtocol: TCP
---
apiVersion: controlplane.cluster.x-k8s.io/v1beta1
kind: KThreesControlPlane
Expand Down

0 comments on commit 8ed5dec

Please sign in to comment.