Versions Compared

Key

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

...

  1. Login to Kyvos Manager.

  2. Navigate to the Utilities > Manage Configuration Files.

  3. To configure taints as per your requirement, modify the kyvos-compute-worker-job.yaml.template file.

    image-20241230-071032.png
  4. Download the kyvos-compute-worker-job.yaml.template file. In the kyvos-compute-worker-job.yaml.template file, add the below section at the bottom of the file.
    tolerations:
    key: "key1"
    operator: "Equal"
    value: "value1"
    effect: "NoSchedule"Replace KEY and VALUE with the required taint details.

    image-20241231-140531.png
  5. Replace it in the kyvos-compute-worker-job.yaml.template file underthe KYVOSMANAGER_PATH/cloud/gcp/terraform/kyvos-k8s/ section.

...