sigs.k8s.io/cluster-api-provider-azure@v1.14.3/templates/test/ci/patches/azuremachinepool-vmextension.yaml (about) 1 --- 2 apiVersion: infrastructure.cluster.x-k8s.io/v1beta1 3 kind: AzureMachinePool 4 metadata: 5 name: ${CLUSTER_NAME}-mp-0 6 namespace: default 7 spec: 8 template: 9 vmExtensions: 10 - name: CustomScript 11 publisher: Microsoft.Azure.Extensions 12 version: '2.1' 13 protectedSettings: 14 commandToExecute: | 15 #!/bin/sh 16 echo "This script is a no-op used for extension testing purposes ..." 17 touch test_file