The apiserver port is hard-coded #559
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
lifecycle/active
Indicates that an issue or PR is actively being worked on by a contributor.
priority/important-longterm
Important over the long term, but may not be staffed and/or may need multiple releases to complete.
Milestone
clusterclient.go
has aconst
with the apiserver port set to443
. This is not ideal as it forces deployments to use such port.One way this could be solved is to add a
GetEndpoint
function that is capable of returning the full apiserver endpoint. Ideally,cluster-api
should be smart enough to figure this out without depending on the provider.Any opinions the above idea? Any thoughts on how this should be solved?
The text was updated successfully, but these errors were encountered: