Skip to content

Istio support in deployer

Compare
Choose a tag to compare
@vcanaa vcanaa released this 13 Mar 21:52
· 197 commits to master since this release
a7cfcf6

Deployer changes:

Adapted deployer to work with Istio.

Added istio field in clusterConstraints

Details in the schema doc.

x-google-marketplace:
  clusterConstraints:
    istio:
      type: OPTIONAL | REQUIRED | UNSUPPORTED

Added ISTIO_ENABLED property

Details in the schema doc.

  • Deployer property
properties:
- name: istioEnabled
  type: boolean
  x-google-marketplace:
    type: ISTIO_ENABLED # Indicates whether the app is being deployed with Istio.

mpdev

Can now publish metadata to GCS using schema v2.