replicatedhq / kURL

Production-grade, airgapped Kubernetes installer combining upstream k8s with overlays and popular components
https://kurl.sh
Apache License 2.0
756 stars 78 forks source link

fix: user provided public address is being overridden #5462

Closed emosbaugh closed 3 weeks ago

emosbaugh commented 3 weeks ago

What this PR does / why we need it:

Which issue(s) this PR fixes:

Fixes #

Special notes for your reviewer:

Steps to reproduce

Does this PR introduce a user-facing change?

Fixes an issue where the public-address flag provided to the install script is ignored and not included in the api server cert sans.

Does this PR require documentation?