Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 332 Bytes

api.md

File metadata and controls

14 lines (10 loc) · 332 Bytes

API

  • Carina-node uses host network and listens port to 8080. The port number can be changed in yaml.

            - "--metrics-addr=:8080"
  • carina-controller listens to 8080 8443, those ports can be changed in yaml

            - "--metrics-addr=:8080"
            - "--webhook-addr=:8443"