Skip to content

Commit

Permalink
bump aks arm api version for addon enablement (#1307)
Browse files Browse the repository at this point in the history
* bump aks arm api version for addon enablement

* fix env var
  • Loading branch information
ganga1980 authored Aug 20, 2024
1 parent 39dcad0 commit 28ef8ee
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions kubernetes/ama-logs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -457,8 +457,6 @@ spec:
value: "false"
- name: APPMONITORING_OPENTELEMETRYLOGS_PORT
value: "28331"
- name: AZMON_TELEGRAF_LIVENESSPROBE_ENABLED
value: "false"
securityContext:
privileged: true
capabilities:
Expand Down Expand Up @@ -857,6 +855,8 @@ spec:
value: "false"
- name: APPMONITORING_OPENTELEMETRYLOGS_PORT
value: "28331"
- name: AZMON_TELEGRAF_LIVENESSPROBE_ENABLED
value: "false"
securityContext:
privileged: true
capabilities:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@
"type": "Microsoft.ContainerService/managedClusters",
"location": "[parameters('aksResourceLocation')]",
"tags": "[parameters('resourceTagValues')]",
"apiVersion": "2018-03-31",
"apiVersion": "2019-04-01",
"properties": {
"mode": "Incremental",
"id": "[parameters('aksResourceId')]",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ resource aks_monitoring_msi_dcr 'Microsoft.Insights/dataCollectionRules@2022-06-
}
}

resource aks_monitoring_msi_addon 'Microsoft.ContainerService/managedClusters@2018-03-31' = {
resource aks_monitoring_msi_addon 'Microsoft.ContainerService/managedClusters@2019-04-01' = {
name: clusterName
location: aksResourceLocation
tags: resourceTagValues
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ resource aks_monitoring_msi_dcr 'Microsoft.Insights/dataCollectionRules@2022-06-
}
}

resource aks_monitoring_msi_addon 'Microsoft.ContainerService/managedClusters@2018-03-31' = {
resource aks_monitoring_msi_addon 'Microsoft.ContainerService/managedClusters@2019-04-01' = {
name: clusterName
location: aksResourceLocation
tags: resourceTagValues
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"type": "Microsoft.ContainerService/managedClusters",
"location": "[parameters('clusterLocation')]",
"tags": "[parameters('clusterTags')]",
"apiVersion": "2018-03-31",
"apiVersion": "2019-04-01",
"properties": {
"mode": "Incremental",
"id": "[resourceId(parameters('clusterResourceGroupName'), 'Microsoft.ContainerService/managedClusters', parameters('clusterName'))]",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"type": "Microsoft.ContainerService/managedClusters",
"location": "[parameters('clusterLocation')]",
"tags": "[parameters('clusterTags')]",
"apiVersion": "2018-03-31",
"apiVersion": "2019-04-01",
"properties": {
"mode": "Incremental",
"id": "[resourceId(parameters('clusterResourceGroupName'), 'Microsoft.ContainerService/managedClusters', parameters('clusterName'))]",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@
"type": "Microsoft.ContainerService/managedClusters",
"location": "[parameters('aksResourceLocation')]",
"tags": "[parameters('resourceTagValues')]",
"apiVersion": "2018-03-31",
"apiVersion": "2019-04-01",
"properties": {
"mode": "Incremental",
"id": "[parameters('aksResourceId')]",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"name": "[split(parameters('aksResourceId'),'/')[8]]",
"type": "Microsoft.ContainerService/managedClusters",
"location": "[parameters('aksResourceLocation')]",
"apiVersion": "2018-03-31",
"apiVersion": "2019-04-01",
"properties": {
"mode": "Incremental",
"id": "[parameters('aksResourceId')]",
Expand Down

0 comments on commit 28ef8ee

Please sign in to comment.