Use a cluster policy to disable Photon

You can use cluster policies to prevent users from creating clusters with Photon enabled.

Written by Adam Pavlacka

Last published at: November 30th, 2023

 

Problem:

You want to use a cluster policy to prevent users from creating clusters with Photon enabled.

Solution:

Use the runtime_engine parameter in a cluster policy to prevent users from creating clusters with Photon enabled.

Example code:

{
  "runtime_engine": {
  "type": "blocklist",
  "values": [
  "PHOTON"
  ]
  }
}

 

Was this article helpful?