次の方法で共有


Microsoft.RedHatOpenShift openShiftClusters 2021-09-01-preview

Bicep リソース定義

openShiftClusters リソースの種類は、次をターゲットとする操作と共にデプロイできます。

  • リソース グループの - リソース グループのデプロイ コマンド 参照

各 API バージョンで変更されたプロパティの一覧については、変更ログの参照してください。

リソースの形式

Microsoft.RedHatOpenShift/openShiftClusters リソースを作成するには、次の Bicep をテンプレートに追加します。

resource symbolicname 'Microsoft.RedHatOpenShift/openShiftClusters@2021-09-01-preview' = {
  location: 'string'
  name: 'string'
  properties: {
    apiserverProfile: {
      ip: 'string'
      url: 'string'
      visibility: 'string'
    }
    clusterProfile: {
      domain: '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'
      softwareDefinedNetwork: '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

名前 形容 価値
ドメイン クラスターのドメイン。
pullSecret クラスターのプル シークレット。
resourceGroupId クラスター リソース グループの ID。
バージョン クラスターのバージョン。

ConsoleProfile

名前 形容 価値
url クラスター コンソールにアクセスするための URL。

IngressProfile

名前 形容 価値
ip イングレスの IP。
名前 イングレス プロファイル名。
可視 イングレスの可視性。 'Private'
'Public'

MasterProfile

名前 形容 価値
diskEncryptionSetId 関連する DiskEncryptionSet のリソース ID (該当する場合)。
encryptionAtHost マスター仮想マシンがホストで暗号化されているかどうか。 'Disabled'
'Enabled'
subnetId マスター サブネットの Azure リソース ID。
vmSize マスター VM のサイズ。 'Standard_D16as_v4'
'Standard_D16s_v3'
'Standard_D2s_v3'
'Standard_D32as_v4'
'Standard_D32s_v3'
'Standard_D4as_v4'
'Standard_D4s_v3'
'Standard_D8as_v4'
'Standard_D8s_v3'
'Standard_E16s_v3'
'Standard_E32s_v3'
'Standard_E4s_v3'
'Standard_E64is_v3'
'Standard_E64i_v3'
'Standard_E8s_v3'
'Standard_F16s_v2'
'Standard_F32s_v2'
'Standard_F4s_v2'
'Standard_F72s_v2'
'Standard_F8s_v2'
'Standard_G5'
'Standard_GS5'
'Standard_M128ms'

Microsoft.RedHatOpenShift/openShiftClusters

名前 形容 価値
場所 リソースが存在する地理的な場所 string (必須)
名前 リソース名 string (必須)
プロパティ クラスターのプロパティ。 OpenShiftClusterProperties
タグ リソース タグ タグ名と値のディクショナリ。 テンプレート の タグを参照してください

NetworkProfile

名前 形容 価値
podCidr OpenShift/Kubernetes ポッドに使用される CIDR。
serviceCidr OpenShift/Kubernetes Services に使用される CIDR。
softwareDefinedNetwork クラスターのインストール時に使用するソフトウェア定義ネットワーク (SDN)。 'OpenShiftSDN'
'OVNKubernetes'

OpenShiftClusterProperties

名前 形容 価値
apiserverProfile クラスター API サーバー プロファイル。 APIServerProfile の
clusterProfile クラスター プロファイル。 ClusterProfile の
consoleProfile コンソール プロファイル。 ConsoleProfile の
ingressProfiles クラスターのイングレス プロファイル。 IngressProfile[] を する
masterProfile クラスター マスター プロファイル。 MasterProfile の
networkProfile クラスター ネットワーク プロファイル。 NetworkProfile
provisioningState クラスターのプロビジョニング状態。 'AdminUpdating'
'Creating'
'削除中'
'Failed'
'Succeeded'
'更新中'
servicePrincipalProfile クラスター サービス プリンシパル プロファイル。 ServicePrincipalProfile の
workerProfiles クラスター ワーカー プロファイル。 WorkerProfile[]

ServicePrincipalProfile

名前 形容 価値
clientId クラスターに使用されるクライアント ID。
clientSecret クラスターに使用されるクライアント シークレット。

TrackedResourceTags

名前 形容 価値

WorkerProfile

名前 形容 価値
数える ワーカー VM の数。 int
diskEncryptionSetId 関連する DiskEncryptionSet のリソース ID (該当する場合)。
diskSizeGB ワーカー VM のディスク サイズ。 int
encryptionAtHost マスター仮想マシンがホストで暗号化されているかどうか。 'Disabled'
'Enabled'
名前 worker プロファイル名。
subnetId ワーカー サブネットの Azure リソース ID。
vmSize ワーカー VM のサイズ。 'Standard_D16as_v4'
'Standard_D16s_v3'
'Standard_D2s_v3'
'Standard_D32as_v4'
'Standard_D32s_v3'
'Standard_D4as_v4'
'Standard_D4s_v3'
'Standard_D8as_v4'
'Standard_D8s_v3'
'Standard_E16s_v3'
'Standard_E32s_v3'
'Standard_E4s_v3'
'Standard_E64is_v3'
'Standard_E64i_v3'
'Standard_E8s_v3'
'Standard_F16s_v2'
'Standard_F32s_v2'
'Standard_F4s_v2'
'Standard_F72s_v2'
'Standard_F8s_v2'
'Standard_G5'
'Standard_GS5'
'Standard_M128ms'

ARM テンプレート リソース定義

openShiftClusters リソースの種類は、次をターゲットとする操作と共にデプロイできます。

  • リソース グループの - リソース グループのデプロイ コマンド 参照

各 API バージョンで変更されたプロパティの一覧については、変更ログの参照してください。

リソースの形式

Microsoft.RedHatOpenShift/openShiftClusters リソースを作成するには、次の JSON をテンプレートに追加します。

{
  "type": "Microsoft.RedHatOpenShift/openShiftClusters",
  "apiVersion": "2021-09-01-preview",
  "name": "string",
  "location": "string",
  "properties": {
    "apiserverProfile": {
      "ip": "string",
      "url": "string",
      "visibility": "string"
    },
    "clusterProfile": {
      "domain": "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",
      "softwareDefinedNetwork": "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

名前 形容 価値
ドメイン クラスターのドメイン。
pullSecret クラスターのプル シークレット。
resourceGroupId クラスター リソース グループの ID。
バージョン クラスターのバージョン。

ConsoleProfile

名前 形容 価値
url クラスター コンソールにアクセスするための URL。

IngressProfile

名前 形容 価値
ip イングレスの IP。
名前 イングレス プロファイル名。
可視 イングレスの可視性。 'Private'
'Public'

MasterProfile

名前 形容 価値
diskEncryptionSetId 関連する DiskEncryptionSet のリソース ID (該当する場合)。
encryptionAtHost マスター仮想マシンがホストで暗号化されているかどうか。 'Disabled'
'Enabled'
subnetId マスター サブネットの Azure リソース ID。
vmSize マスター VM のサイズ。 'Standard_D16as_v4'
'Standard_D16s_v3'
'Standard_D2s_v3'
'Standard_D32as_v4'
'Standard_D32s_v3'
'Standard_D4as_v4'
'Standard_D4s_v3'
'Standard_D8as_v4'
'Standard_D8s_v3'
'Standard_E16s_v3'
'Standard_E32s_v3'
'Standard_E4s_v3'
'Standard_E64is_v3'
'Standard_E64i_v3'
'Standard_E8s_v3'
'Standard_F16s_v2'
'Standard_F32s_v2'
'Standard_F4s_v2'
'Standard_F72s_v2'
'Standard_F8s_v2'
'Standard_G5'
'Standard_GS5'
'Standard_M128ms'

Microsoft.RedHatOpenShift/openShiftClusters

名前 形容 価値
apiVersion API のバージョン '2021-09-01-preview'
場所 リソースが存在する地理的な場所 string (必須)
名前 リソース名 string (必須)
プロパティ クラスターのプロパティ。 OpenShiftClusterProperties
タグ リソース タグ タグ名と値のディクショナリ。 テンプレート の タグを参照してください
種類 リソースの種類 'Microsoft.RedHatOpenShift/openShiftClusters'

NetworkProfile

名前 形容 価値
podCidr OpenShift/Kubernetes ポッドに使用される CIDR。
serviceCidr OpenShift/Kubernetes Services に使用される CIDR。
softwareDefinedNetwork クラスターのインストール時に使用するソフトウェア定義ネットワーク (SDN)。 'OpenShiftSDN'
'OVNKubernetes'

OpenShiftClusterProperties

名前 形容 価値
apiserverProfile クラスター API サーバー プロファイル。 APIServerProfile の
clusterProfile クラスター プロファイル。 ClusterProfile の
consoleProfile コンソール プロファイル。 ConsoleProfile の
ingressProfiles クラスターのイングレス プロファイル。 IngressProfile[] を する
masterProfile クラスター マスター プロファイル。 MasterProfile の
networkProfile クラスター ネットワーク プロファイル。 NetworkProfile
provisioningState クラスターのプロビジョニング状態。 'AdminUpdating'
'Creating'
'削除中'
'Failed'
'Succeeded'
'更新中'
servicePrincipalProfile クラスター サービス プリンシパル プロファイル。 ServicePrincipalProfile の
workerProfiles クラスター ワーカー プロファイル。 WorkerProfile[]

ServicePrincipalProfile

名前 形容 価値
clientId クラスターに使用されるクライアント ID。
clientSecret クラスターに使用されるクライアント シークレット。

TrackedResourceTags

名前 形容 価値

WorkerProfile

名前 形容 価値
数える ワーカー VM の数。 int
diskEncryptionSetId 関連する DiskEncryptionSet のリソース ID (該当する場合)。
diskSizeGB ワーカー VM のディスク サイズ。 int
encryptionAtHost マスター仮想マシンがホストで暗号化されているかどうか。 'Disabled'
'Enabled'
名前 worker プロファイル名。
subnetId ワーカー サブネットの Azure リソース ID。
vmSize ワーカー VM のサイズ。 'Standard_D16as_v4'
'Standard_D16s_v3'
'Standard_D2s_v3'
'Standard_D32as_v4'
'Standard_D32s_v3'
'Standard_D4as_v4'
'Standard_D4s_v3'
'Standard_D8as_v4'
'Standard_D8s_v3'
'Standard_E16s_v3'
'Standard_E32s_v3'
'Standard_E4s_v3'
'Standard_E64is_v3'
'Standard_E64i_v3'
'Standard_E8s_v3'
'Standard_F16s_v2'
'Standard_F32s_v2'
'Standard_F4s_v2'
'Standard_F72s_v2'
'Standard_F8s_v2'
'Standard_G5'
'Standard_GS5'
'Standard_M128ms'

Terraform (AzAPI プロバイダー) リソース定義

openShiftClusters リソースの種類は、次をターゲットとする操作と共にデプロイできます。

  • リソース グループの

各 API バージョンで変更されたプロパティの一覧については、変更ログの参照してください。

リソースの形式

Microsoft.RedHatOpenShift/openShiftClusters リソースを作成するには、次の Terraform をテンプレートに追加します。

resource "azapi_resource" "symbolicname" {
  type = "Microsoft.RedHatOpenShift/openShiftClusters@2021-09-01-preview"
  name = "string"
  location = "string"
  tags = {
    {customized property} = "string"
  }
  body = jsonencode({
    properties = {
      apiserverProfile = {
        ip = "string"
        url = "string"
        visibility = "string"
      }
      clusterProfile = {
        domain = "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"
        softwareDefinedNetwork = "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

名前 形容 価値
ドメイン クラスターのドメイン。
pullSecret クラスターのプル シークレット。
resourceGroupId クラスター リソース グループの ID。
バージョン クラスターのバージョン。

ConsoleProfile

名前 形容 価値
url クラスター コンソールにアクセスするための URL。

IngressProfile

名前 形容 価値
ip イングレスの IP。
名前 イングレス プロファイル名。
可視 イングレスの可視性。 'Private'
'Public'

MasterProfile

名前 形容 価値
diskEncryptionSetId 関連する DiskEncryptionSet のリソース ID (該当する場合)。
encryptionAtHost マスター仮想マシンがホストで暗号化されているかどうか。 'Disabled'
'Enabled'
subnetId マスター サブネットの Azure リソース ID。
vmSize マスター VM のサイズ。 'Standard_D16as_v4'
'Standard_D16s_v3'
'Standard_D2s_v3'
'Standard_D32as_v4'
'Standard_D32s_v3'
'Standard_D4as_v4'
'Standard_D4s_v3'
'Standard_D8as_v4'
'Standard_D8s_v3'
'Standard_E16s_v3'
'Standard_E32s_v3'
'Standard_E4s_v3'
'Standard_E64is_v3'
'Standard_E64i_v3'
'Standard_E8s_v3'
'Standard_F16s_v2'
'Standard_F32s_v2'
'Standard_F4s_v2'
'Standard_F72s_v2'
'Standard_F8s_v2'
'Standard_G5'
'Standard_GS5'
'Standard_M128ms'

Microsoft.RedHatOpenShift/openShiftClusters

名前 形容 価値
場所 リソースが存在する地理的な場所 string (必須)
名前 リソース名 string (必須)
プロパティ クラスターのプロパティ。 OpenShiftClusterProperties
タグ リソース タグ タグ名と値のディクショナリ。
種類 リソースの種類 "Microsoft.RedHatOpenShift/openShiftClusters@2021-09-01-preview"

NetworkProfile

名前 形容 価値
podCidr OpenShift/Kubernetes ポッドに使用される CIDR。
serviceCidr OpenShift/Kubernetes Services に使用される CIDR。
softwareDefinedNetwork クラスターのインストール時に使用するソフトウェア定義ネットワーク (SDN)。 'OpenShiftSDN'
'OVNKubernetes'

OpenShiftClusterProperties

名前 形容 価値
apiserverProfile クラスター API サーバー プロファイル。 APIServerProfile の
clusterProfile クラスター プロファイル。 ClusterProfile の
consoleProfile コンソール プロファイル。 ConsoleProfile の
ingressProfiles クラスターのイングレス プロファイル。 IngressProfile[] を する
masterProfile クラスター マスター プロファイル。 MasterProfile の
networkProfile クラスター ネットワーク プロファイル。 NetworkProfile
provisioningState クラスターのプロビジョニング状態。 'AdminUpdating'
'Creating'
'削除中'
'Failed'
'Succeeded'
'更新中'
servicePrincipalProfile クラスター サービス プリンシパル プロファイル。 ServicePrincipalProfile の
workerProfiles クラスター ワーカー プロファイル。 WorkerProfile[]

ServicePrincipalProfile

名前 形容 価値
clientId クラスターに使用されるクライアント ID。
clientSecret クラスターに使用されるクライアント シークレット。

TrackedResourceTags

名前 形容 価値

WorkerProfile

名前 形容 価値
数える ワーカー VM の数。 int
diskEncryptionSetId 関連する DiskEncryptionSet のリソース ID (該当する場合)。
diskSizeGB ワーカー VM のディスク サイズ。 int
encryptionAtHost マスター仮想マシンがホストで暗号化されているかどうか。 'Disabled'
'Enabled'
名前 worker プロファイル名。
subnetId ワーカー サブネットの Azure リソース ID。
vmSize ワーカー VM のサイズ。 'Standard_D16as_v4'
'Standard_D16s_v3'
'Standard_D2s_v3'
'Standard_D32as_v4'
'Standard_D32s_v3'
'Standard_D4as_v4'
'Standard_D4s_v3'
'Standard_D8as_v4'
'Standard_D8s_v3'
'Standard_E16s_v3'
'Standard_E32s_v3'
'Standard_E4s_v3'
'Standard_E64is_v3'
'Standard_E64i_v3'
'Standard_E8s_v3'
'Standard_F16s_v2'
'Standard_F32s_v2'
'Standard_F4s_v2'
'Standard_F72s_v2'
'Standard_F8s_v2'
'Standard_G5'
'Standard_GS5'
'Standard_M128ms'