Skip to content

Commit

Permalink
docs: restore note for kubeadm kubelet preferred address type
Browse files Browse the repository at this point in the history
Also update Makefile comments to reflects that ports are
changed.

Signed-off-by: vsoch <[email protected]>
  • Loading branch information
vsoch committed Dec 8, 2024
1 parent cc86f8c commit 2222156
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 1 addition & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,7 @@ HOSTNAME ?= $(shell hostname)
# HOSTNAME is the name of the physical host
export HOSTNAME := $(HOSTNAME)

# Exposed ports to the host (default remains in container)
# These each need to be separately tested before being enabled, so hard coded for now
# They will need to be updated (added) in the kubeadm-config.yaml that populates
# manifests in /etc/kuberenets/manifests
# Change ports for different kubernetes services
export U7S_PORT_ETCD ?= 2379
export U7S_PORT_KUBELET ?= 10250
export U7S_PORT_FLANNEL := 8472
Expand Down
1 change: 1 addition & 0 deletions kubeadm-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ apiServer:
value: "${U7S_PORT_KUBE_APISERVER}"
- name: cloud-provider
value: external
# Default: "Hostname,InternalDNS,InternalIP,ExternalDNS,ExternalIP"
- name: kubelet-preferred-address-types
value: ExternalIP
controllerManager:
Expand Down

0 comments on commit 2222156

Please sign in to comment.