Skip to content
New issue

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

[Bug]: Kusto cluster creation fails #849

Open
1 task done
kostapetan opened this issue Oct 23, 2024 · 0 comments
Open
1 task done

[Bug]: Kusto cluster creation fails #849

kostapetan opened this issue Oct 23, 2024 · 0 comments
Labels
bug Something isn't working needs:triage

Comments

@kostapetan
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Affected Resource(s)

kusto.azure.upbound.io/v1beta1 - Cluster

Resource MRs required to reproduce the bug

apiVersion: kusto.azure.upbound.io/v1beta1
kind: Cluster
metadata:
annotations:
meta.upbound.io/example-id: kusto/v1beta1/cluster
labels:
testing.upbound.io/example-name: example
name: my-cluster-name
spec:
forProvider:
location: Sweden Central
resourceGroupNameSelector:
matchLabels:
testing.upbound.io/example-name: example
sku:
- capacity: 1
name: Dev(No SLA)_Standard_D11_v2

apiVersion: azure.upbound.io/v1beta1
kind: ResourceGroup
metadata:
name: example-resources-random
labels:
testing.upbound.io/example-name: example
spec:
forProvider:
location: Sweden Central
tags:
provisioner: crossplane

Steps to Reproduce

Apply the manifest above

What happened?

The Cluster CRD is successfully created, however the actual resource in Azure is not created.
Same happens if I manually create the Kusto cluster in Azure, delete it, the reconciliation will fail with the same error message.

Relevant Error Output Snippet

Kusto Cluster Name: "xxx"): unexpected status 404 (404 Not Found) with error: ResourceNotFound: The Resource 'Microsoft.Kusto/clusters/xxx' under resource group 'example-resources-random' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix  []}]

Crossplane Version

v1.17.1

Provider Version

v1.7.0

Kubernetes Version

v1.29.9

Kubernetes Distribution

AKS

Additional Info

No response

@kostapetan kostapetan added bug Something isn't working needs:triage labels Oct 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working needs:triage
Projects
None yet
Development

No branches or pull requests

1 participant