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

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

Open
michaelschwartzman20 opened this issue Sep 8, 2024 · 2 comments

Comments

@michaelschwartzman20
Copy link

michaelschwartzman20 commented Sep 8, 2024

Hi tried to follow the instructions in here

helm install k2bridge charts/k2bridge -n k2bridge --set settings.adxClusterUrl="$ADX_URL" --set settings.adxDefaultDatabaseName="$ADX_DATABASE" --set settings.aadClientId="$ADX_CLIENT_ID" --set settings.aadClientSecret="$ADX_CLIENT_SECRET" --set settings.aadTenantId="$ADX_TENANT_ID" [--set image.tag=7.16_latest] [--set settings.collectTelemetry=$COLLECT_TELEMETRY]

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

@michaelschwartzman20 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
@AsafMah
Copy link
Contributor

AsafMah commented Sep 8, 2024

@michaelschwartzman20
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants