Skip to content
This repository was archived by the owner on Aug 12, 2025. It is now read-only.

Commit 077a1c4

Browse files
committed
Fix kubeadm master config hostname
1 parent 7debe82 commit 077a1c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/default/machine_configs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ items:
133133
advertiseAddress: ${PUBLICIP}
134134
bindPort: ${PORT}
135135
nodeRegistration:
136-
name: ${PUBLICIP}
136+
name: ${HOSTNAME}
137137
---
138138
apiVersion: kubeadm.k8s.io/v1beta1
139139
kind: ClusterConfiguration

0 commit comments

Comments
 (0)