共用方式為


Microsoft.RedHatOpenShift openShiftClusters 2022-09-04

Bicep 資源定義

openShiftClusters 資源類型可以使用目標作業來部署:

如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔

資源格式

若要建立 Microsoft.RedHatOpenShift/openShiftClusters 資源,請將下列 Bicep 新增至範本。

resource symbolicname 'Microsoft.RedHatOpenShift/openShiftClusters@2022-09-04' = {
  location: 'string'
  name: 'string'
  properties: {
    apiserverProfile: {
      ip: 'string'
      url: 'string'
      visibility: 'string'
    }
    clusterProfile: {
      domain: 'string'
      fipsValidatedModules: 'string'
      pullSecret: 'string'
      resourceGroupId: 'string'
      version: 'string'
    }
    consoleProfile: {
      url: 'string'
    }
    ingressProfiles: [
      {
        ip: 'string'
        name: 'string'
        visibility: 'string'
      }
    ]
    masterProfile: {
      diskEncryptionSetId: 'string'
      encryptionAtHost: 'string'
      subnetId: 'string'
      vmSize: 'string'
    }
    networkProfile: {
      podCidr: 'string'
      serviceCidr: 'string'
    }
    provisioningState: 'string'
    servicePrincipalProfile: {
      clientId: 'string'
      clientSecret: 'string'
    }
    workerProfiles: [
      {
        count: int
        diskEncryptionSetId: 'string'
        diskSizeGB: int
        encryptionAtHost: 'string'
        name: 'string'
        subnetId: 'string'
        vmSize: 'string'
      }
    ]
  }
  tags: {
    {customized property}: 'string'
  }
}

屬性值

APIServerProfile

名字 描述 價值
ip 叢集 API 伺服器的IP。 字串
url 存取叢集 API 伺服器的 URL。 字串
能見度 API 伺服器可見度。 'Private'
'Public'

ClusterProfile

名字 描述 價值
叢集的網域。 字串
fipsValidatedModules 如果使用 FIPS 驗證的加密模組 'Disabled'
'Enabled'
pullSecret 叢集的提取密碼。 字串
resourceGroupId 叢集資源群組的標識碼。 字串
版本 叢集的版本。 字串

ConsoleProfile

名字 描述 價值
url 存取叢集控制台的URL。 字串

IngressProfile

名字 描述 價值
ip 輸入的IP。 字串
名字 輸入配置檔名稱。 字串
能見度 輸入可見性。 'Private'
'Public'

MasterProfile

名字 描述 價值
diskEncryptionSetId 如果適用,則為相關聯的 DiskEncryptionSet 的資源標識符。 字串
encryptionAtHost 主要虛擬機是否在主機上加密。 'Disabled'
'Enabled'
subnetId 主要子網的 Azure 資源識別碼。 字串
vmSize 主要 VM 的大小。 字串

Microsoft.RedHatOpenShift/openShiftClusters

名字 描述 價值
位置 資源所在的地理位置 字串 (必要)
名字 資源名稱 字串 (必要)
性能 叢集屬性。 OpenShiftClusterProperties
標籤 資源標籤 標記名稱和值的字典。 請參閱範本中的 標籤

NetworkProfile

名字 描述 價值
podCidr 用於 OpenShift/Kubernetes Pod 的 CIDR。 字串
serviceCidr 用於 OpenShift/Kubernetes Services 的 CIDR。 字串

OpenShiftClusterProperties

名字 描述 價值
apiserverProfile 叢集 API 伺服器設定檔。 APIServerProfile
clusterProfile 叢集配置檔。 ClusterProfile
consoleProfile 主控台配置檔。 ConsoleProfile
ingressProfiles 叢集輸入配置檔。 IngressProfile[]
masterProfile 叢集主要配置檔。 MasterProfile
networkProfile 叢集網路配置檔。 NetworkProfile
provisioningState 叢集布建狀態。 'AdminUpdating'
'Creating'
'刪除'
'Failed'
'Succeeded'
'Updateing'
servicePrincipalProfile 叢集服務主體配置檔。 ServicePrincipalProfile
workerProfiles 叢集背景工作角色配置檔。 WorkerProfile[]

ServicePrincipalProfile

名字 描述 價值
clientId 用於叢集的用戶端標識碼。 字串
clientSecret 用於叢集的客戶端密碼。 字串

TrackedResourceTags

名字 描述 價值

WorkerProfile

名字 描述 價值
計數 背景工作 VM 的數目。 int
diskEncryptionSetId 如果適用,則為相關聯的 DiskEncryptionSet 的資源標識符。 字串
diskSizeGB 背景工作 VM 的磁碟大小。 int
encryptionAtHost 主要虛擬機是否在主機上加密。 'Disabled'
'Enabled'
名字 背景工作角色配置檔名稱。 字串
subnetId 背景工作子網的 Azure 資源識別碼。 字串
vmSize 背景工作 VM 的大小。 字串

ARM 樣本資源定義

openShiftClusters 資源類型可以使用目標作業來部署:

如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔

資源格式

若要建立 Microsoft.RedHatOpenShift/openShiftClusters 資源,請將下列 JSON 新增至範本。

{
  "type": "Microsoft.RedHatOpenShift/openShiftClusters",
  "apiVersion": "2022-09-04",
  "name": "string",
  "location": "string",
  "properties": {
    "apiserverProfile": {
      "ip": "string",
      "url": "string",
      "visibility": "string"
    },
    "clusterProfile": {
      "domain": "string",
      "fipsValidatedModules": "string",
      "pullSecret": "string",
      "resourceGroupId": "string",
      "version": "string"
    },
    "consoleProfile": {
      "url": "string"
    },
    "ingressProfiles": [
      {
        "ip": "string",
        "name": "string",
        "visibility": "string"
      }
    ],
    "masterProfile": {
      "diskEncryptionSetId": "string",
      "encryptionAtHost": "string",
      "subnetId": "string",
      "vmSize": "string"
    },
    "networkProfile": {
      "podCidr": "string",
      "serviceCidr": "string"
    },
    "provisioningState": "string",
    "servicePrincipalProfile": {
      "clientId": "string",
      "clientSecret": "string"
    },
    "workerProfiles": [
      {
        "count": "int",
        "diskEncryptionSetId": "string",
        "diskSizeGB": "int",
        "encryptionAtHost": "string",
        "name": "string",
        "subnetId": "string",
        "vmSize": "string"
      }
    ]
  },
  "tags": {
    "{customized property}": "string"
  }
}

屬性值

APIServerProfile

名字 描述 價值
ip 叢集 API 伺服器的IP。 字串
url 存取叢集 API 伺服器的 URL。 字串
能見度 API 伺服器可見度。 'Private'
'Public'

ClusterProfile

名字 描述 價值
叢集的網域。 字串
fipsValidatedModules 如果使用 FIPS 驗證的加密模組 'Disabled'
'Enabled'
pullSecret 叢集的提取密碼。 字串
resourceGroupId 叢集資源群組的標識碼。 字串
版本 叢集的版本。 字串

ConsoleProfile

名字 描述 價值
url 存取叢集控制台的URL。 字串

IngressProfile

名字 描述 價值
ip 輸入的IP。 字串
名字 輸入配置檔名稱。 字串
能見度 輸入可見性。 'Private'
'Public'

MasterProfile

名字 描述 價值
diskEncryptionSetId 如果適用,則為相關聯的 DiskEncryptionSet 的資源標識符。 字串
encryptionAtHost 主要虛擬機是否在主機上加密。 'Disabled'
'Enabled'
subnetId 主要子網的 Azure 資源識別碼。 字串
vmSize 主要 VM 的大小。 字串

Microsoft.RedHatOpenShift/openShiftClusters

名字 描述 價值
apiVersion API 版本 '2022-09-04'
位置 資源所在的地理位置 字串 (必要)
名字 資源名稱 字串 (必要)
性能 叢集屬性。 OpenShiftClusterProperties
標籤 資源標籤 標記名稱和值的字典。 請參閱範本中的 標籤
類型 資源類型 'Microsoft.RedHatOpenShift/openShiftClusters'

NetworkProfile

名字 描述 價值
podCidr 用於 OpenShift/Kubernetes Pod 的 CIDR。 字串
serviceCidr 用於 OpenShift/Kubernetes Services 的 CIDR。 字串

OpenShiftClusterProperties

名字 描述 價值
apiserverProfile 叢集 API 伺服器設定檔。 APIServerProfile
clusterProfile 叢集配置檔。 ClusterProfile
consoleProfile 主控台配置檔。 ConsoleProfile
ingressProfiles 叢集輸入配置檔。 IngressProfile[]
masterProfile 叢集主要配置檔。 MasterProfile
networkProfile 叢集網路配置檔。 NetworkProfile
provisioningState 叢集布建狀態。 'AdminUpdating'
'Creating'
'刪除'
'Failed'
'Succeeded'
'Updateing'
servicePrincipalProfile 叢集服務主體配置檔。 ServicePrincipalProfile
workerProfiles 叢集背景工作角色配置檔。 WorkerProfile[]

ServicePrincipalProfile

名字 描述 價值
clientId 用於叢集的用戶端標識碼。 字串
clientSecret 用於叢集的客戶端密碼。 字串

TrackedResourceTags

名字 描述 價值

WorkerProfile

名字 描述 價值
計數 背景工作 VM 的數目。 int
diskEncryptionSetId 如果適用,則為相關聯的 DiskEncryptionSet 的資源標識符。 字串
diskSizeGB 背景工作 VM 的磁碟大小。 int
encryptionAtHost 主要虛擬機是否在主機上加密。 'Disabled'
'Enabled'
名字 背景工作角色配置檔名稱。 字串
subnetId 背景工作子網的 Azure 資源識別碼。 字串
vmSize 背景工作 VM 的大小。 字串

Terraform (AzAPI 提供者) 資源定義

openShiftClusters 資源類型可以使用目標作業來部署:

  • 資源群組

如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔

資源格式

若要建立 Microsoft.RedHatOpenShift/openShiftClusters 資源,請將下列 Terraform 新增至範本。

resource "azapi_resource" "symbolicname" {
  type = "Microsoft.RedHatOpenShift/openShiftClusters@2022-09-04"
  name = "string"
  location = "string"
  tags = {
    {customized property} = "string"
  }
  body = jsonencode({
    properties = {
      apiserverProfile = {
        ip = "string"
        url = "string"
        visibility = "string"
      }
      clusterProfile = {
        domain = "string"
        fipsValidatedModules = "string"
        pullSecret = "string"
        resourceGroupId = "string"
        version = "string"
      }
      consoleProfile = {
        url = "string"
      }
      ingressProfiles = [
        {
          ip = "string"
          name = "string"
          visibility = "string"
        }
      ]
      masterProfile = {
        diskEncryptionSetId = "string"
        encryptionAtHost = "string"
        subnetId = "string"
        vmSize = "string"
      }
      networkProfile = {
        podCidr = "string"
        serviceCidr = "string"
      }
      provisioningState = "string"
      servicePrincipalProfile = {
        clientId = "string"
        clientSecret = "string"
      }
      workerProfiles = [
        {
          count = int
          diskEncryptionSetId = "string"
          diskSizeGB = int
          encryptionAtHost = "string"
          name = "string"
          subnetId = "string"
          vmSize = "string"
        }
      ]
    }
  })
}

屬性值

APIServerProfile

名字 描述 價值
ip 叢集 API 伺服器的IP。 字串
url 存取叢集 API 伺服器的 URL。 字串
能見度 API 伺服器可見度。 'Private'
'Public'

ClusterProfile

名字 描述 價值
叢集的網域。 字串
fipsValidatedModules 如果使用 FIPS 驗證的加密模組 'Disabled'
'Enabled'
pullSecret 叢集的提取密碼。 字串
resourceGroupId 叢集資源群組的標識碼。 字串
版本 叢集的版本。 字串

ConsoleProfile

名字 描述 價值
url 存取叢集控制台的URL。 字串

IngressProfile

名字 描述 價值
ip 輸入的IP。 字串
名字 輸入配置檔名稱。 字串
能見度 輸入可見性。 'Private'
'Public'

MasterProfile

名字 描述 價值
diskEncryptionSetId 如果適用,則為相關聯的 DiskEncryptionSet 的資源標識符。 字串
encryptionAtHost 主要虛擬機是否在主機上加密。 'Disabled'
'Enabled'
subnetId 主要子網的 Azure 資源識別碼。 字串
vmSize 主要 VM 的大小。 字串

Microsoft.RedHatOpenShift/openShiftClusters

名字 描述 價值
位置 資源所在的地理位置 字串 (必要)
名字 資源名稱 字串 (必要)
性能 叢集屬性。 OpenShiftClusterProperties
標籤 資源標籤 標記名稱和值的字典。
類型 資源類型 “Microsoft.RedHatOpenShift/openShiftClusters@2022-09-04”

NetworkProfile

名字 描述 價值
podCidr 用於 OpenShift/Kubernetes Pod 的 CIDR。 字串
serviceCidr 用於 OpenShift/Kubernetes Services 的 CIDR。 字串

OpenShiftClusterProperties

名字 描述 價值
apiserverProfile 叢集 API 伺服器設定檔。 APIServerProfile
clusterProfile 叢集配置檔。 ClusterProfile
consoleProfile 主控台配置檔。 ConsoleProfile
ingressProfiles 叢集輸入配置檔。 IngressProfile[]
masterProfile 叢集主要配置檔。 MasterProfile
networkProfile 叢集網路配置檔。 NetworkProfile
provisioningState 叢集布建狀態。 'AdminUpdating'
'Creating'
'刪除'
'Failed'
'Succeeded'
'Updateing'
servicePrincipalProfile 叢集服務主體配置檔。 ServicePrincipalProfile
workerProfiles 叢集背景工作角色配置檔。 WorkerProfile[]

ServicePrincipalProfile

名字 描述 價值
clientId 用於叢集的用戶端標識碼。 字串
clientSecret 用於叢集的客戶端密碼。 字串

TrackedResourceTags

名字 描述 價值

WorkerProfile

名字 描述 價值
計數 背景工作 VM 的數目。 int
diskEncryptionSetId 如果適用,則為相關聯的 DiskEncryptionSet 的資源標識符。 字串
diskSizeGB 背景工作 VM 的磁碟大小。 int
encryptionAtHost 主要虛擬機是否在主機上加密。 'Disabled'
'Enabled'
名字 背景工作角色配置檔名稱。 字串
subnetId 背景工作子網的 Azure 資源識別碼。 字串
vmSize 背景工作 VM 的大小。 字串