mirror of
https://github.com/puppetmaster/typhoon.git
synced 2025-07-19 07:41:34 +02:00
Focus controller ELB on load balancing apiservers
* ELB distributing load across controllers is no longer the mechanism used to SSH to instances to distribute secrets * Focus the ELB on load balancing across apiserver and edit the HTTP health check to an SSL:443 check
This commit is contained in:
@ -69,7 +69,7 @@ resource "null_resource" "copy-secrets" {
|
||||
# Secure copy bootkube assets to ONE controller and start bootkube to perform
|
||||
# one-time self-hosted cluster bootstrapping.
|
||||
resource "null_resource" "bootkube-start" {
|
||||
depends_on = ["module.bootkube", "null_resource.copy-secrets", "aws_route53_record.controllers"]
|
||||
depends_on = ["module.bootkube", "null_resource.copy-secrets", "aws_route53_record.apiserver"]
|
||||
|
||||
connection {
|
||||
type = "ssh"
|
||||
|
Reference in New Issue
Block a user