Microsoft.RedHatOpenShift openShift 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 |
叢集資源群組的標識碼。 |
字串 |
版本 |
叢集的版本。 |
字串 |
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[] |
ManagedOutboundIPs
名字 |
描述 |
價值 |
計數 |
計數代表由 Azure 為叢集公用負載平衡器建立及管理的所需 IPv4 輸出 IP 數目。 允許的值介於 1 - 20 的範圍內。 預設值為 1。 |
int |
MasterProfile
名字 |
描述 |
價值 |
diskEncryptionSetId |
如果適用,則為相關聯的 DiskEncryptionSet 的資源標識符。 |
字串 |
encryptionAtHost |
主要虛擬機是否在主機上加密。 |
'Disabled' 'Enabled' |
subnetId |
主要子網的 Azure 資源識別碼。 |
字串 |
vmSize |
主要 VM 的大小。 |
字串 |
Microsoft.RedHatOpenShift/openShiftClusters
NetworkProfile
名字 |
描述 |
價值 |
loadBalancerProfile |
叢集負載平衡器配置檔。 |
LoadBalancerProfile |
outboundType |
用於輸出流量的 OutboundType。 |
'Loadbalancer' 'UserDefinedRouting' |
podCidr |
用於 OpenShift/Kubernetes Pod 的 CIDR。 |
字串 |
serviceCidr |
用於 OpenShift/Kubernetes Services 的 CIDR。 |
字串 |
OpenShiftClusterProperties
OutboundIP
名字 |
描述 |
價值 |
id |
IP 位址資源的完整 Azure 資源識別碼。 |
字串 |
OutboundIPPrefix
名字 |
描述 |
價值 |
id |
IP 前置綴資源的完整 Azure 資源識別碼。 |
字串 |
ServicePrincipalProfile
名字 |
描述 |
價值 |
clientId |
用於叢集的用戶端標識碼。 |
字串 |
clientSecret |
用於叢集的客戶端密碼。 |
字串 |
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": "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 |
叢集資源群組的標識碼。 |
字串 |
版本 |
叢集的版本。 |
字串 |
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[] |
ManagedOutboundIPs
名字 |
描述 |
價值 |
計數 |
計數代表由 Azure 為叢集公用負載平衡器建立及管理的所需 IPv4 輸出 IP 數目。 允許的值介於 1 - 20 的範圍內。 預設值為 1。 |
int |
MasterProfile
名字 |
描述 |
價值 |
diskEncryptionSetId |
如果適用,則為相關聯的 DiskEncryptionSet 的資源標識符。 |
字串 |
encryptionAtHost |
主要虛擬機是否在主機上加密。 |
'Disabled' 'Enabled' |
subnetId |
主要子網的 Azure 資源識別碼。 |
字串 |
vmSize |
主要 VM 的大小。 |
字串 |
Microsoft.RedHatOpenShift/openShiftClusters
名字 |
描述 |
價值 |
apiVersion |
API 版本 |
'2023-07-01-preview' |
位置 |
資源所在的地理位置 |
字串 (必要) |
名字 |
資源名稱 |
字串 (必要) |
性能 |
叢集屬性。 |
OpenShiftClusterProperties |
標籤 |
資源標籤 |
標記名稱和值的字典。 請參閱範本中的 標籤 |
類型 |
資源類型 |
'Microsoft.RedHatOpenShift/openShiftClusters' |
NetworkProfile
名字 |
描述 |
價值 |
loadBalancerProfile |
叢集負載平衡器配置檔。 |
LoadBalancerProfile |
outboundType |
用於輸出流量的 OutboundType。 |
'Loadbalancer' 'UserDefinedRouting' |
podCidr |
用於 OpenShift/Kubernetes Pod 的 CIDR。 |
字串 |
serviceCidr |
用於 OpenShift/Kubernetes Services 的 CIDR。 |
字串 |
OpenShiftClusterProperties
OutboundIP
名字 |
描述 |
價值 |
id |
IP 位址資源的完整 Azure 資源識別碼。 |
字串 |
OutboundIPPrefix
名字 |
描述 |
價值 |
id |
IP 前置綴資源的完整 Azure 資源識別碼。 |
字串 |
ServicePrincipalProfile
名字 |
描述 |
價值 |
clientId |
用於叢集的用戶端標識碼。 |
字串 |
clientSecret |
用於叢集的客戶端密碼。 |
字串 |
WorkerProfile
名字 |
描述 |
價值 |
計數 |
背景工作 VM 的數目。 |
int |
diskEncryptionSetId |
如果適用,則為相關聯的 DiskEncryptionSet 的資源標識符。 |
字串 |
diskSizeGB |
背景工作 VM 的磁碟大小。 |
int |
encryptionAtHost |
主要虛擬機是否在主機上加密。 |
'Disabled' 'Enabled' |
名字 |
背景工作角色配置檔名稱。 |
字串 |
subnetId |
背景工作子網的 Azure 資源識別碼。 |
字串 |
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 |
叢集資源群組的標識碼。 |
字串 |
版本 |
叢集的版本。 |
字串 |
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[] |
ManagedOutboundIPs
名字 |
描述 |
價值 |
計數 |
計數代表由 Azure 為叢集公用負載平衡器建立及管理的所需 IPv4 輸出 IP 數目。 允許的值介於 1 - 20 的範圍內。 預設值為 1。 |
int |
MasterProfile
名字 |
描述 |
價值 |
diskEncryptionSetId |
如果適用,則為相關聯的 DiskEncryptionSet 的資源標識符。 |
字串 |
encryptionAtHost |
主要虛擬機是否在主機上加密。 |
'Disabled' 'Enabled' |
subnetId |
主要子網的 Azure 資源識別碼。 |
字串 |
vmSize |
主要 VM 的大小。 |
字串 |
Microsoft.RedHatOpenShift/openShiftClusters
名字 |
描述 |
價值 |
位置 |
資源所在的地理位置 |
字串 (必要) |
名字 |
資源名稱 |
字串 (必要) |
性能 |
叢集屬性。 |
OpenShiftClusterProperties |
標籤 |
資源標籤 |
標記名稱和值的字典。 |
類型 |
資源類型 |
“Microsoft.RedHatOpenShift/openShiftClusters@2023-07-01-preview” |
NetworkProfile
名字 |
描述 |
價值 |
loadBalancerProfile |
叢集負載平衡器配置檔。 |
LoadBalancerProfile |
outboundType |
用於輸出流量的 OutboundType。 |
'Loadbalancer' 'UserDefinedRouting' |
podCidr |
用於 OpenShift/Kubernetes Pod 的 CIDR。 |
字串 |
serviceCidr |
用於 OpenShift/Kubernetes Services 的 CIDR。 |
字串 |
OpenShiftClusterProperties
OutboundIP
名字 |
描述 |
價值 |
id |
IP 位址資源的完整 Azure 資源識別碼。 |
字串 |
OutboundIPPrefix
名字 |
描述 |
價值 |
id |
IP 前置綴資源的完整 Azure 資源識別碼。 |
字串 |
ServicePrincipalProfile
名字 |
描述 |
價值 |
clientId |
用於叢集的用戶端標識碼。 |
字串 |
clientSecret |
用於叢集的客戶端密碼。 |
字串 |
WorkerProfile
名字 |
描述 |
價值 |
計數 |
背景工作 VM 的數目。 |
int |
diskEncryptionSetId |
如果適用,則為相關聯的 DiskEncryptionSet 的資源標識符。 |
字串 |
diskSizeGB |
背景工作 VM 的磁碟大小。 |
int |
encryptionAtHost |
主要虛擬機是否在主機上加密。 |
'Disabled' 'Enabled' |
名字 |
背景工作角色配置檔名稱。 |
字串 |
subnetId |
背景工作子網的 Azure 資源識別碼。 |
字串 |
vmSize |
背景工作 VM 的大小。 |
字串 |