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
When host ip is provided as fqdn name that is resolvable ,certificate generation has problems.
Sangeethas-MBP:~ sangeethahariharan1$ ./rke_darwin-amd64 cluster up
INFO[0000] Building Kubernetes cluster
INFO[0000] [ssh] Checking private key
INFO[0000] [ssh] Start tunnel for host [ip-172-31-38-78.us-east-2.compute.internal]
INFO[0000] [ssh] Start tunnel for host [ip-172-31-39-84.us-east-2.compute.internal]
INFO[0000] [ssh] Start tunnel for host [ip-172-31-37-222.us-east-2.compute.internal]
INFO[0000] [ssh] Start tunnel for host [ip-172-31-38-78.us-east-2.compute.internal]
INFO[0000] [ssh] Start tunnel for host [ip-172-31-39-84.us-east-2.compute.internal]
INFO[0000] [state] Found local kube config file, trying to get state from cluster
INFO[0000] [state] Fetching cluster state from Kubernetes
INFO[0030] Timed out waiting for kubernetes cluster to get state
INFO[0030] [certificates] Generating kubernetes certificates
INFO[0030] [certificates] Generating CA kubernetes certificates
INFO[0031] [certificates] Generating Kubernetes API server certificates
FATA[0033] Failed to generate Kubernetes certificates: Failed to generate kube-apiserver certificate: x509: certificate contained IP address of length 0
The text was updated successfully, but these errors were encountered:
When host ip is provided as fqdn name that is resolvable ,certificate generation has problems.
Able to create K8s cluster successfully when specifying "address" parameter for the node to as fqdn.
rke version v0.0.5-dev
When host ip is provided as fqdn name that is resolvable ,certificate generation has problems.
The text was updated successfully, but these errors were encountered: