Open christianh814 opened 5 years ago
/priority important-longterm /milestone next
@detiber: The provided milestone is not valid for this repository. Milestones in this repository: [Next
, v1alpha1
]
Use /milestone clear
to clear the milestone.
/milestone Next
Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale
.
Stale issues rot after an additional 30d of inactivity and eventually close.
If this issue is safe to close now please do so with /close
.
Send feedback to sig-testing, kubernetes/test-infra and/or fejta. /lifecycle stale
/remove-lifecycle stale
Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale
.
Stale issues rot after an additional 30d of inactivity and eventually close.
If this issue is safe to close now please do so with /close
.
Send feedback to sig-testing, kubernetes/test-infra and/or fejta. /lifecycle stale
/lifecycle frozen
Defer to MachineLoadBalancer proposal which will potentially cover this use case.
/close
@randomvariable should we revive this? it's a feature a lot of people asked in slack and not implemented yet
/reopen
@richardcase: Reopened this issue.
/remove-lifecycle frozen /triage accepted
/help
@richardcase: This request has been marked as needing help from a contributor.
Please ensure that the issue body includes answers to the following questions:
For more details on the requirements of such an issue, please see here and ensure that they are met.
If this request no longer meets these requirements, the label can be removed
by commenting with the /remove-help
command.
This issue has not been updated in over 1 year, and should be re-triaged.
You can:
/triage accepted
(org members only)/close
For more details on the triage process, see https://www.kubernetes.dev/docs/guide/issue-triage/
/remove-triage accepted
/kind feature
Describe the solution you'd like
I looks like clusterapi sets up an ELB (for example
https://pony-unicorns-apiserver-0123456789.us-west-1.elb.amazonaws.com:6443
). I would like the ability to define a "nice" DNS name in my route53; for exampleapi.example.com
(which then just points as an alias or a CNAME to the ELB)Anything else you would like to add:
At first, clusterapi can only create the certs for the DNS name (
api.example.com
); I can then manually point that in DNS (either router53 or otherwise). Ideally though; it would be nice to have cluster-api create it all for me on router53.Environment:
kubectl version
):/etc/os-release
):