You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What would you like to be added:
Ability to set extra SANs for the API server certificate
Why is this needed:
In some cases, if apiServerAddress is modified (which is highly not recommended for sure, and should be done if implications are clear) it may be needed to se custom SANs. Example use-case:
Temporary AWS instance with the ephemeral pub IP
Kind cluster set up in that AWS instance
apiServerAddress is set to the internal EC2 IP
External CI system communicates with the temporary Kind cluster
Error Unable to connect to the server: tls: failed to verify certificate: x509: certificate is valid for 10.96.0.1, 172.18.0.2, 0.0.0.0, not 18.118.189.168
Setting apiServerAddress to the external IP will fail because it is not the EC2 IP and failed to listen on the ${EXTERNAL_IP} will be risen, so adding extra SANs capabilities would help in such cases.
The text was updated successfully, but these errors were encountered:
What would you like to be added:
Ability to set extra SANs for the API server certificate
Why is this needed:
In some cases, if
apiServerAddress
is modified (which is highly not recommended for sure, and should be done if implications are clear) it may be needed to se custom SANs. Example use-case:apiServerAddress
is set to the internal EC2 IPUnable to connect to the server: tls: failed to verify certificate: x509: certificate is valid for 10.96.0.1, 172.18.0.2, 0.0.0.0, not 18.118.189.168
Setting
apiServerAddress
to the external IP will fail because it is not the EC2 IP andfailed to listen on the ${EXTERNAL_IP}
will be risen, so adding extra SANs capabilities would help in such cases.The text was updated successfully, but these errors were encountered: