microsoft / K2Bridge

Enables Kibana to query Azure Data Explorer (ADX / Kusto)
Other
59 stars 14 forks source link

error while installing "k2bridgees-master-pdb" namespace: "" from "": no matches for kind "PodDisruptionBudget" in version "policy/v1beta1" #224

Open michaelschwartzman20 opened 2 weeks ago

michaelschwartzman20 commented 2 weeks ago

Hi tried to follow the instructions in here https://github.com/microsoft/K2Bridge/blob/683fb42e633857e18fc3222977930f7aa52f5a82/docs/installation.md?plain=1#L96

I run the following command with variables defined:

michael [ ~/K2Bridge ]$ helm install k2bridge charts/k2bridge --namespace k2bridge --set k2bridge.adx.url=$ADX_URL --set k2bridge.adx.database=$ADX_DATABASE --set k2bridge.adx.clientId=$ADX_CLIENT_ID --set k2bridge.adx.clientSecret=$ADX_CLIENT_SECRET --set k2bridge.adx.tenantId=$ADX_TENANT_ID

receive the following error message Error: INSTALLATION FAILED: unable to build kubernetes objects from release manifest: resource mapping not found for name: "k2bridgees-master-pdb" namespace: "" from "": no matches for kind "PodDisruptionBudget" in version "policy/v1beta1" ensure CRDs are installed first

tried to follow the latest NOTES.txt comment and set values.yaml with maxUnavailable: 1 but it still doesn't work

running on AKS k8s version 1.29.7

AsafMah commented 2 weeks ago

See this file: https://github.com/microsoft/K2Bridge/blob/main/charts/k2bridge/templates/NOTES.txt

michaelschwartzman20 commented 2 weeks ago

I have updated my values.yaml file with maxUnavailable: '' but i still get the same error message