Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

kubectl describe ecd <deployment name> -n <namespace>

Use this command to describe a specific EC deployment in yourinstallation:

kubectl edit ecd <your ECD name>

and then set enableOnSchedule to true or false in the spec: section.

spec:


  disabled: true


  enableOnSchedule: true

Managing ECDs with Helm 

ECD resources can easily be packaged into Helm charts to be able to orchestrate and parameterise them in CI/CD pipelines and using different Helm enabled tools.

...