Перейти к основному содержимому
selectel_mks_feature_gates_v1
Последнее изменение:

selectel_mks_feature_gates_v1

Provides a list of available feature gates. For more information about feature gates in Managed Kubernetes, see the official Selectel documentation.

Example Usage

data "selectel_mks_feature_gates_v1" "fg" {
project_id = selectel_vpc_project_v2.project_1.id
region = "ru-3"
}

Argument Reference

  • project_id - (Required) Unique identifier of the associated Cloud Platform project. Retrieved from the selectel_vpc_project_v2 resource. Learn more about Cloud Platform projects.

  • region - (Required) Pool where the cluster is located, for example, ru-3.

  • filter - (Optional) Values to filter available feature gates:

    • kube_version - (Optional) Kubernetes version for which you get available feature gates.

Attributes Reference

  • feature_gates - List of available feature gates.

    • kube_version - Kubernetes version.

    • names - Names of the feature gates available for the specified version.