You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
michaelschwartzman20
changed the title
error while installing
error while installing "k2bridgees-master-pdb" namespace: "" from "": no matches for kind "PodDisruptionBudget" in version "policy/v1beta1"
Sep 8, 2024
Hi tried to follow the instructions in here
K2Bridge/docs/installation.md
Line 96 in 683fb42
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
The text was updated successfully, but these errors were encountered: