jinjianming commented on issue #9038:
URL: https://github.com/apache/apisix/issues/9038#issuecomment-1461527167

   > 你的配置肯定有问题,DP 不可能不同步上游更改,尝试不同的安装,例如 docker ?
   
   I can get the correct address from CP by restarting DP; This should prove 
that the DP connection CP should be successful. What is the key configuration 
or log for synchronization upstream.
   ```
       deployment:
         role: control_plane
         role_control_plane:
           config_provider: etcd
           conf_server:
             listen: 0.0.0.0:9280
             cert: "/conf-server-ssl/tls.crt"
             cert_key: "/conf-server-ssl/tls.key"
   
   
       apisix:    # universal configurations
         ssl:
           ssl_trusted_certificate: "/conf-ca-ssl/tls.crt"
       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"
   ```
   


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