Microsoft.RedHatOpenShift openShiftClusters 2023-07-01-preview
- [アーティクル]
-
-
Bicep リソース定義
openShiftClusters リソースの種類は、次をターゲットとする操作と共にデプロイできます。
-
リソース グループの - リソース グループのデプロイ コマンド 参照
各 API バージョンで変更されたプロパティの一覧については、変更ログの参照してください。
Microsoft.RedHatOpenShift/openShiftClusters リソースを作成するには、次の Bicep をテンプレートに追加します。
resource symbolicname 'Microsoft.RedHatOpenShift/openShiftClusters@2023-07-01-preview' = {
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: {
loadBalancerProfile: {
allocatedOutboundPorts: int
managedOutboundIps: {
count: int
}
outboundIpPrefixes: [
{
id: 'string'
}
]
outboundIps: [
{
id: 'string'
}
]
}
outboundType: 'string'
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 |
クラスター リソース グループの ID。 |
糸 |
バージョン |
クラスターのバージョン。 |
糸 |
ConsoleProfile
名前 |
形容 |
価値 |
url |
クラスター コンソールにアクセスするための URL。 |
糸 |
IngressProfile
名前 |
形容 |
価値 |
ip |
イングレスの IP。 |
糸 |
名前 |
イングレス プロファイル名。 |
糸 |
可視 |
イングレスの可視性。 |
'Private' 'Public' |
LoadBalancerProfile
名前 |
形容 |
価値 |
allocatedOutboundPorts |
VM ごとに割り当てられた SNAT ポートの必要な数。 使用できる値は、0 ~ 64000 (含む) の範囲です。 既定値は 1024 です。 |
int |
managedOutboundIps |
クラスター パブリック ロード バランサーに必要なマネージド送信 IP。 |
ManagedOutboundIPs の |
outboundIpPrefixes |
クラスター ロード バランサーに必要な送信 IP プレフィックス リソース。 |
OutboundIPPrefix[] |
outboundIps |
クラスター ロード バランサーに必要な送信 IP リソース。 |
OutboundIP[] |
ManagedOutboundIP
名前 |
形容 |
価値 |
数える |
Count は、クラスター パブリック ロード バランサー用に Azure によって作成および管理される IPv4 送信 IP の目的の数を表します。 使用できる値の範囲は 1 ~ 20 です。 既定値は 1 です。 |
int |
MasterProfile
名前 |
形容 |
価値 |
diskEncryptionSetId |
関連する DiskEncryptionSet のリソース ID (該当する場合)。 |
糸 |
encryptionAtHost |
マスター仮想マシンがホストで暗号化されているかどうか。 |
'Disabled' 'Enabled' |
subnetId |
マスター サブネットの Azure リソース ID。 |
糸 |
vmSize |
マスター VM のサイズ。 |
糸 |
Microsoft.RedHatOpenShift/openShiftClusters
名前 |
形容 |
価値 |
場所 |
リソースが存在する地理的な場所 |
string (必須) |
名前 |
リソース名 |
string (必須) |
プロパティ |
クラスターのプロパティ。 |
OpenShiftClusterProperties |
タグ |
リソース タグ |
タグ名と値のディクショナリ。 テンプレート の タグを参照してください |
NetworkProfile
名前 |
形容 |
価値 |
loadBalancerProfile |
クラスター ロード バランサー プロファイル。 |
LoadBalancerProfile の |
outboundType |
エグレス トラフィックに使用される OutboundType。 |
'Loadbalancer' 'UserDefinedRouting' |
podCidr |
OpenShift/Kubernetes ポッドに使用される 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' '更新中' |
servicePrincipalProfile |
クラスター サービス プリンシパル プロファイル。 |
ServicePrincipalProfile の |
workerProfiles |
クラスター ワーカー プロファイル。 |
WorkerProfile[] |
OutboundIP
名前 |
形容 |
価値 |
身分証明書 |
IP アドレス リソースの完全修飾 Azure リソース ID。 |
糸 |
OutboundIPPrefix
名前 |
形容 |
価値 |
身分証明書 |
IP プレフィックス リソースの完全修飾 Azure リソース ID。 |
糸 |
ServicePrincipalProfile
名前 |
形容 |
価値 |
clientId |
クラスターに使用されるクライアント ID。 |
糸 |
clientSecret |
クラスターに使用されるクライアント シークレット。 |
糸 |
WorkerProfile
名前 |
形容 |
価値 |
数える |
ワーカー VM の数。 |
int |
diskEncryptionSetId |
関連する DiskEncryptionSet のリソース ID (該当する場合)。 |
糸 |
diskSizeGB |
ワーカー VM のディスク サイズ。 |
int |
encryptionAtHost |
マスター仮想マシンがホストで暗号化されているかどうか。 |
'Disabled' 'Enabled' |
名前 |
worker プロファイル名。 |
糸 |
subnetId |
ワーカー サブネットの Azure リソース ID。 |
糸 |
vmSize |
ワーカー VM のサイズ。 |
糸 |
ARM テンプレート リソース定義
openShiftClusters リソースの種類は、次をターゲットとする操作と共にデプロイできます。
-
リソース グループの - リソース グループのデプロイ コマンド 参照
各 API バージョンで変更されたプロパティの一覧については、変更ログの参照してください。
Microsoft.RedHatOpenShift/openShiftClusters リソースを作成するには、次の JSON をテンプレートに追加します。
{
"type": "Microsoft.RedHatOpenShift/openShiftClusters",
"apiVersion": "2023-07-01-preview",
"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": {
"loadBalancerProfile": {
"allocatedOutboundPorts": "int",
"managedOutboundIps": {
"count": "int"
},
"outboundIpPrefixes": [
{
"id": "string"
}
],
"outboundIps": [
{
"id": "string"
}
]
},
"outboundType": "string",
"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 |
クラスター リソース グループの ID。 |
糸 |
バージョン |
クラスターのバージョン。 |
糸 |
ConsoleProfile
名前 |
形容 |
価値 |
url |
クラスター コンソールにアクセスするための URL。 |
糸 |
IngressProfile
名前 |
形容 |
価値 |
ip |
イングレスの IP。 |
糸 |
名前 |
イングレス プロファイル名。 |
糸 |
可視 |
イングレスの可視性。 |
'Private' 'Public' |
LoadBalancerProfile
名前 |
形容 |
価値 |
allocatedOutboundPorts |
VM ごとに割り当てられた SNAT ポートの必要な数。 使用できる値は、0 ~ 64000 (含む) の範囲です。 既定値は 1024 です。 |
int |
managedOutboundIps |
クラスター パブリック ロード バランサーに必要なマネージド送信 IP。 |
ManagedOutboundIPs の |
outboundIpPrefixes |
クラスター ロード バランサーに必要な送信 IP プレフィックス リソース。 |
OutboundIPPrefix[] |
outboundIps |
クラスター ロード バランサーに必要な送信 IP リソース。 |
OutboundIP[] |
ManagedOutboundIP
名前 |
形容 |
価値 |
数える |
Count は、クラスター パブリック ロード バランサー用に Azure によって作成および管理される IPv4 送信 IP の目的の数を表します。 使用できる値の範囲は 1 ~ 20 です。 既定値は 1 です。 |
int |
MasterProfile
名前 |
形容 |
価値 |
diskEncryptionSetId |
関連する DiskEncryptionSet のリソース ID (該当する場合)。 |
糸 |
encryptionAtHost |
マスター仮想マシンがホストで暗号化されているかどうか。 |
'Disabled' 'Enabled' |
subnetId |
マスター サブネットの Azure リソース ID。 |
糸 |
vmSize |
マスター VM のサイズ。 |
糸 |
Microsoft.RedHatOpenShift/openShiftClusters
名前 |
形容 |
価値 |
apiVersion |
API のバージョン |
'2023-07-01-preview' |
場所 |
リソースが存在する地理的な場所 |
string (必須) |
名前 |
リソース名 |
string (必須) |
プロパティ |
クラスターのプロパティ。 |
OpenShiftClusterProperties |
タグ |
リソース タグ |
タグ名と値のディクショナリ。 テンプレート の タグを参照してください |
種類 |
リソースの種類 |
'Microsoft.RedHatOpenShift/openShiftClusters' |
NetworkProfile
名前 |
形容 |
価値 |
loadBalancerProfile |
クラスター ロード バランサー プロファイル。 |
LoadBalancerProfile の |
outboundType |
エグレス トラフィックに使用される OutboundType。 |
'Loadbalancer' 'UserDefinedRouting' |
podCidr |
OpenShift/Kubernetes ポッドに使用される 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' '更新中' |
servicePrincipalProfile |
クラスター サービス プリンシパル プロファイル。 |
ServicePrincipalProfile の |
workerProfiles |
クラスター ワーカー プロファイル。 |
WorkerProfile[] |
OutboundIP
名前 |
形容 |
価値 |
身分証明書 |
IP アドレス リソースの完全修飾 Azure リソース ID。 |
糸 |
OutboundIPPrefix
名前 |
形容 |
価値 |
身分証明書 |
IP プレフィックス リソースの完全修飾 Azure リソース ID。 |
糸 |
ServicePrincipalProfile
名前 |
形容 |
価値 |
clientId |
クラスターに使用されるクライアント ID。 |
糸 |
clientSecret |
クラスターに使用されるクライアント シークレット。 |
糸 |
WorkerProfile
名前 |
形容 |
価値 |
数える |
ワーカー VM の数。 |
int |
diskEncryptionSetId |
関連する DiskEncryptionSet のリソース ID (該当する場合)。 |
糸 |
diskSizeGB |
ワーカー VM のディスク サイズ。 |
int |
encryptionAtHost |
マスター仮想マシンがホストで暗号化されているかどうか。 |
'Disabled' 'Enabled' |
名前 |
worker プロファイル名。 |
糸 |
subnetId |
ワーカー サブネットの Azure リソース ID。 |
糸 |
vmSize |
ワーカー VM のサイズ。 |
糸 |
openShiftClusters リソースの種類は、次をターゲットとする操作と共にデプロイできます。
各 API バージョンで変更されたプロパティの一覧については、変更ログの参照してください。
Microsoft.RedHatOpenShift/openShiftClusters リソースを作成するには、次の Terraform をテンプレートに追加します。
resource "azapi_resource" "symbolicname" {
type = "Microsoft.RedHatOpenShift/openShiftClusters@2023-07-01-preview"
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 = {
loadBalancerProfile = {
allocatedOutboundPorts = int
managedOutboundIps = {
count = int
}
outboundIpPrefixes = [
{
id = "string"
}
]
outboundIps = [
{
id = "string"
}
]
}
outboundType = "string"
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 |
クラスター リソース グループの ID。 |
糸 |
バージョン |
クラスターのバージョン。 |
糸 |
ConsoleProfile
名前 |
形容 |
価値 |
url |
クラスター コンソールにアクセスするための URL。 |
糸 |
IngressProfile
名前 |
形容 |
価値 |
ip |
イングレスの IP。 |
糸 |
名前 |
イングレス プロファイル名。 |
糸 |
可視 |
イングレスの可視性。 |
'Private' 'Public' |
LoadBalancerProfile
名前 |
形容 |
価値 |
allocatedOutboundPorts |
VM ごとに割り当てられた SNAT ポートの必要な数。 使用できる値は、0 ~ 64000 (含む) の範囲です。 既定値は 1024 です。 |
int |
managedOutboundIps |
クラスター パブリック ロード バランサーに必要なマネージド送信 IP。 |
ManagedOutboundIPs の |
outboundIpPrefixes |
クラスター ロード バランサーに必要な送信 IP プレフィックス リソース。 |
OutboundIPPrefix[] |
outboundIps |
クラスター ロード バランサーに必要な送信 IP リソース。 |
OutboundIP[] |
ManagedOutboundIP
名前 |
形容 |
価値 |
数える |
Count は、クラスター パブリック ロード バランサー用に Azure によって作成および管理される IPv4 送信 IP の目的の数を表します。 使用できる値の範囲は 1 ~ 20 です。 既定値は 1 です。 |
int |
MasterProfile
名前 |
形容 |
価値 |
diskEncryptionSetId |
関連する DiskEncryptionSet のリソース ID (該当する場合)。 |
糸 |
encryptionAtHost |
マスター仮想マシンがホストで暗号化されているかどうか。 |
'Disabled' 'Enabled' |
subnetId |
マスター サブネットの Azure リソース ID。 |
糸 |
vmSize |
マスター VM のサイズ。 |
糸 |
Microsoft.RedHatOpenShift/openShiftClusters
名前 |
形容 |
価値 |
場所 |
リソースが存在する地理的な場所 |
string (必須) |
名前 |
リソース名 |
string (必須) |
プロパティ |
クラスターのプロパティ。 |
OpenShiftClusterProperties |
タグ |
リソース タグ |
タグ名と値のディクショナリ。 |
種類 |
リソースの種類 |
"Microsoft.RedHatOpenShift/openShiftClusters@2023-07-01-preview" |
NetworkProfile
名前 |
形容 |
価値 |
loadBalancerProfile |
クラスター ロード バランサー プロファイル。 |
LoadBalancerProfile の |
outboundType |
エグレス トラフィックに使用される OutboundType。 |
'Loadbalancer' 'UserDefinedRouting' |
podCidr |
OpenShift/Kubernetes ポッドに使用される 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' '更新中' |
servicePrincipalProfile |
クラスター サービス プリンシパル プロファイル。 |
ServicePrincipalProfile の |
workerProfiles |
クラスター ワーカー プロファイル。 |
WorkerProfile[] |
OutboundIP
名前 |
形容 |
価値 |
身分証明書 |
IP アドレス リソースの完全修飾 Azure リソース ID。 |
糸 |
OutboundIPPrefix
名前 |
形容 |
価値 |
身分証明書 |
IP プレフィックス リソースの完全修飾 Azure リソース ID。 |
糸 |
ServicePrincipalProfile
名前 |
形容 |
価値 |
clientId |
クラスターに使用されるクライアント ID。 |
糸 |
clientSecret |
クラスターに使用されるクライアント シークレット。 |
糸 |
WorkerProfile
名前 |
形容 |
価値 |
数える |
ワーカー VM の数。 |
int |
diskEncryptionSetId |
関連する DiskEncryptionSet のリソース ID (該当する場合)。 |
糸 |
diskSizeGB |
ワーカー VM のディスク サイズ。 |
int |
encryptionAtHost |
マスター仮想マシンがホストで暗号化されているかどうか。 |
'Disabled' 'Enabled' |
名前 |
worker プロファイル名。 |
糸 |
subnetId |
ワーカー サブネットの Azure リソース ID。 |
糸 |
vmSize |
ワーカー VM のサイズ。 |
糸 |