kops icon indicating copy to clipboard operation
kops copied to clipboard

Able to export config of additional domain set by additionalSans

Open SCLogo opened this issue 3 years ago • 2 comments

/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

SCLogo avatar Jul 21 '22 10:07 SCLogo

You can change the exported domain by settings spec.masterPublicName in the cluster spec. Does this satisfy your needs?

olemarkus avatar Jul 27 '22 05:07 olemarkus

So only spec.masterInternalName is immutable and PublicName is changeable ? That would solve my issue yes. Going to test it in the comming weeks.

SCLogo avatar Jul 27 '22 09:07 SCLogo

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/stale is applied
  • After 30d of inactivity since lifecycle/stale was applied, lifecycle/rotten is applied
  • After 30d of inactivity since lifecycle/rotten was 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

k8s-triage-robot avatar Oct 25 '22 09:10 k8s-triage-robot

Seems pretty much fixed. If there's anything else please reopen.

hakman avatar Nov 04 '22 16:11 hakman