Skip to content
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.

ci: don't test unmaintained aad-pod-identity addon #4548

Merged
merged 1 commit into from
Jun 30, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/topics/clusterdefinitions.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ $ aks-engine get-versions
| [blobfuse-flexvolume](https://github.com/Azure/kubernetes-volume-drivers/tree/master/flexvolume/blobfuse) | true | as many as linux agent nodes | Access virtual filesystem backed by the Azure Blob storage |
| [smb-flexvolume](https://github.com/Azure/kubernetes-volume-drivers/tree/master/flexvolume/smb) | false | as many as linux agent nodes | Access SMB server by using CIFS/SMB protocol |
| [keyvault-flexvolume](../../examples/addons/keyvault-flexvolume/README.md) | false (true for <=1.15 clusters) | as many as linux agent nodes | Access secrets, keys, and certs in Azure Key Vault from pods. This solution will be **DEPRECATED** in favor of csi-secrets-store addon |
| [aad-pod-identity](../../examples/addons/aad-pod-identity/README.md) | false | 1 + 1 on each linux agent nodes | Assign Azure Active Directory Identities to Kubernetes applications |
| [aad-pod-identity](../../examples/addons/aad-pod-identity/README.md) | false | 1 + 1 on each linux agent nodes | Assign Azure Active Directory Identities to Kubernetes applications. (Note: this addon is no longer maintained. We recommend using [the official helm chart](https://azure.github.io/aad-pod-identity/docs/getting-started/installation/#helm) to install and maintain aad-pod-identity on your aks-engine cluster.) |
| [scheduled-maintenance](https://github.com/awesomenix/drainsafe) | false | 1 + 1 on each linux agent nodes | Cordon and drain node during planned/unplanned [azure maintenance](https://docs.microsoft.com/en-us/azure/virtual-machines/windows/scheduled-events) |
| [azuredisk-csi-driver](https://github.com/kubernetes-sigs/azuredisk-csi-driver) | true if using a Kubernetes cluster (v1.13+) with `useCloudControllerManager` enabled | 1 + 1 on each linux agent nodes | Allows Kubernetes to use [Azure Disk](https://azure.microsoft.com/en-us/services/storage/disks/) volume |
| [azurefile-csi-driver](https://github.com/kubernetes-sigs/azurefile-csi-driver) | true if using a Kubernetes cluster (v1.13+) with `useCloudControllerManager` enabled | 1 + 1 on each linux agent nodes | Allows Kubernetes to use [Azure File](https://docs.microsoft.com/en-us/azure/storage/files/storage-files-introduction) volume |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@
"scale-down-unneeded-time": "2m0s"
}
},
{
"name": "aad-pod-identity",
"enabled": true
},
{
"name": "coredns",
"enabled": true,
Expand Down
4 changes: 0 additions & 4 deletions examples/e2e-tests/kubernetes/release/default/definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@
"scale-down-unneeded-time": "2m0s"
}
},
{
"name": "aad-pod-identity",
"enabled": true
},
{
"name": "coredns",
"enabled": true,
Expand Down