Able to export config of additional domain set by additionalSans
/kind feature
1. Describe IN DETAIL the feature/behavior/change you would like to see.
Currently we can set additional domains to access apiserver using proxy or with different domain. The original one (what we set during clustre create is immutable as I know), so when we have issue with cert renew or access that domain to change things, it would be good if we could export the config using the alternative domain we set
2. Feel free to provide a design supporting your feature request. E.g. Select domain with --api-domain
You can change the exported domain by settings spec.masterPublicName in the cluster spec. Does this satisfy your needs?
So only spec.masterInternalName is immutable and PublicName is changeable ? That would solve my issue yes. Going to test it in the comming weeks.
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs.
This bot triages issues and PRs according to the following rules:
- After 90d of inactivity,
lifecycle/staleis applied - After 30d of inactivity since
lifecycle/stalewas applied,lifecycle/rottenis applied - After 30d of inactivity since
lifecycle/rottenwas applied, the issue is closed
You can:
- Mark this issue or PR as fresh with
/remove-lifecycle stale - Mark this issue or PR as rotten with
/lifecycle rotten - Close this issue or PR with
/close - Offer to help out with Issue Triage
Please send feedback to sig-contributor-experience at kubernetes/community.
/lifecycle stale
Seems pretty much fixed. If there's anything else please reopen.