Skip to content

[Bug]: Kusto cluster creation fails #849

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

Closed
1 task done
kostapetan opened this issue Oct 23, 2024 · 3 comments
Closed
1 task done

[Bug]: Kusto cluster creation fails #849

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

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
Copy link

This provider repo does not have enough maintainers to address every issue. Since there has been no activity in the last 90 days it is now marked as stale. It will be closed in 14 days if no further activity occurs. Leaving a comment starting with /fresh will mark this issue as not stale.

@github-actions github-actions bot added the stale label Jan 22, 2025
Copy link

github-actions bot commented Feb 5, 2025

This issue is being closed since there has been no activity for 14 days since marking it as stale. If you still need help, feel free to comment or reopen the issue!

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Feb 5, 2025
@andreidorin-oprea
Copy link

andreidorin-oprea commented Mar 10, 2025

/fresh

I have the same issue on crossplane v1.19.0 and provider v1.11.0

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 stale
Projects
None yet
Development

No branches or pull requests

2 participants