mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 03:41:45 +00:00
juju: Fix kubernetes-worker certificate SANs on AWS
This commit is contained in:
parent
c7d4931dad
commit
2750c172ef
@ -361,7 +361,7 @@ def send_data(tls, kube_control):
|
||||
sans = [
|
||||
hookenv.unit_public_ip(),
|
||||
ingress_ip,
|
||||
get_node_name()
|
||||
gethostname()
|
||||
]
|
||||
|
||||
# Create a path safe name by removing path characters from the unit name.
|
||||
|
Loading…
Reference in New Issue
Block a user