Ciprian Hacman
Ciprian Hacman
kOps will only set and update set the DNS record for `api.internal.cluster-api.control.example.com`. It is a subdomain of what you are already using, so should work just fine. Not sure if...
Do you also set `UseForInternalAPI` somewhere?
Please paste the cluster spec with all the fields. I don't think what's in the main comment is full. For example `topology` is missing. The `create cluster` command would also...
I tested with a cluster using this command (which should generate a similar cluster): ``` $ kops-1.27.0-beta.3 --name my.k8s create cluster --cloud=aws --zones eu-central-1a \ --control-plane-size t3.medium --node-size t3.medium --networking...
> would you plan to revert changes in newer versions or add an option to use old format ? What do you mean?
@aramhakobyan Did you update and roll all the nodes and still seeing `internal-${cluster_fqdn}` and not `api.internal.${cluster_fqdn}`?
@aramhakobyan What `kops` binary version are you using? You should not be able to use `masterInternalName` anymore and should not be in the Alternative Names.
> Order of upgrade from 1.25... @aramhakobyan I think you are missing a `kops rolling-update cluster --yes `: https://kops.sigs.k8s.io/cli/kops_rolling-update_cluster/
@wangzhen127 I would be interested on the use case more and if they just want to reload. That should be possible from mounted configmap also.