DEV Community

Discussion on: Securing Kubernetes: Adding a new hostname or IP address to Kubernetes API Server

Collapse
 
midosh profile image
Ahmed Ramadan

Thanks, it helped me a lot. I need to add a note:

If using Kubernetes < v1.15:

kubeadm config upload from-file --config kubeadm.yaml

For Kubernetes version >= v1.15:

kubeadm init phase upload-config kubeadm --config kubeadm.yaml

Collapse
 
oluseyeo profile image
oluseyeo AWS Community Builders

Thank you for this, @midosh