jinjianming commented on issue #479:
URL: 
https://github.com/apache/apisix-helm-chart/issues/479#issuecomment-1442709043

   @tokers Hello
   1. I tried to change the command of data-plane to "sleep 360" to make its 
data-plane PODS in running status;
   
   2. Then I went into data-plane PODS and executed "curl - v -- 
cacert/conf-ca-ssl/tls.crt -- cert/conf-client-ssl/tls.crt -- 
key/conf-client-ssl/tls.key" 
https://apisix-control-plane-control-plane:9280/version "Normal results can be 
obtained;
   
   3. However, the data-plane itself cannot be started successfully. My 
data-plane configuration:
   ---
       deployment:
         role: data_plane
         role_data_plane:
           config_provider: control_plane
           control_plane:
             host:
               - "https://apisix-control-plane-control-plane:9280";
             prefix: /apisix
             timeout: 30
         certs:
           cert: "/conf-client-ssl/tls.crt"
           cert_key: "/conf-client-ssl/tls.key"
           trusted_ca_cert: "/conf-ca-ssl/tls.crt"


-- 
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.

To unsubscribe, e-mail: [email protected]

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

Reply via email to