We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
compute.azure.upbound.io - LinuxVirtualMachineScaleSet
apiVersion: compute.azure.upbound.io/v1beta1 kind: LinuxVirtualMachineScaleSet metadata: labels: env: dev region: westeurope name: fw spec: forProvider: disablePasswordAuthentication: false adminUsername: admin adminPasswordSecretRef: key: password name: admin-password namespace: crossplane-system instances: 1 location: West Europe networkInterface: - ipConfiguration: - name: internal primary: true subnetIdSelector: matchLabels: env: dev region: westeurope name: example primary: true osDisk: - caching: ReadWrite storageAccountType: Standard_LRS resourceGroupNameSelector: matchLabels: env: dev region: westeurope sku: Standard_F2 sourceImageReference: - publisher: checkpoint offer: check-point-cg-r8120 sku: sg-byol version: latest customDataSecretRef: key: customData name: greatScript namespace: crossplane-system
Only when the customData is double encoded the resource works.
1.15.0
1.10.2
1.27.9
AKS
No response
The text was updated successfully, but these errors were encountered:
any update?
Sorry, something went wrong.
No branches or pull requests
Is there an existing issue for this?
Affected Resource(s)
compute.azure.upbound.io - LinuxVirtualMachineScaleSet
Resource MRs required to reproduce the bug
Steps to Reproduce
What happened?
Only when the customData is double encoded the resource works.
Relevant Error Output Snippet
Crossplane Version
1.15.0
Provider Version
1.10.2
Kubernetes Version
1.27.9
Kubernetes Distribution
AKS
Additional Info
No response
The text was updated successfully, but these errors were encountered: