weizhouapache commented on issue #4146:
URL: https://github.com/apache/cloudstack/issues/4146#issuecomment-648684175


   > weavenet
   
   @shwstppr @ravening this issue seems to be caused by certificate.
   cloudstack generates self-signed certificate for k8s cluster and verify api 
server (port 6443) via https (see my comment above).
   I have tried the following steps which work
   (1) stop k8s cluster
   (2) download k8s config on UI
   (3) use base64 to decode the certificate-authority-data in config
   (4) save the decoded string in /etc/ssl/certs/k8s.cert
   (5) start the k8s cluster, it is Running


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to