opencenter cluster lock
Lock a cluster to prevent modifications
Synopsis
Lock a cluster to prevent accidental modifications.
A locked cluster cannot be modified until it is explicitly unlocked. This is useful for protecting production clusters or clusters undergoing maintenance.
Examples: # Lock the currently selected cluster opencenter cluster lock --reason "Production cluster - do not modify"
opencenter cluster lock my-cluster --reason "Under maintenance"