We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug I followed the instructions in README in k8s 1.27.0 . But it failed with the following error:
I0611 15:29:57.278797 1 sync_appsubstatus.go:64] cluster: c1, appsub: default/nginx-sub, action: APPLY, hub:false, standalone:false I0611 15:29:57.283266 1 event.go:285] Event(v1.ObjectReference{Kind:"Subscription", Namespace:"default", Name:"nginx-sub", UID:"474b702c-5eaa-4d5f-bf4c-416122a49c64", APIVersion:"apps.open-cluster-management.io/v1", ResourceVersion:"2479", FieldPath:""}): type: 'Normal' reason: 'Update' AppSub: 'default/nginx-sub'; User: ''; Action: 'Update'; PackageStatus: 'Name|Namespace|Apiversion|Kind|Phase|Message|LastUpdateTime,nginx-ingress-simple|default|apps.open-cluster-management.io/v1|HelmRelease|Failed|InstallError unable to build kubernetes objects from release manifest: resource mapping not found for name: "nginx-ingress-simple-default-backend" namespace: "" from "": no matches for kind "PodDisruptionBudget" in version "policy/v1beta1"
It seems that the chart channel needs to be updated and not use PDB/v1beta1 anymore.
To Reproduce Steps to reproduce the behavior:
Expected behavior A clear and concise description of what you expected to happen.
Environment ie: Kubernetes version: 1.27.0
Additional context Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
/assign @lennysgarage
Hi Jonathan, could you please look into this issue? I think we can use a completely different helm chart as example if necessary.
Sorry, something went wrong.
lennysgarage
No branches or pull requests
Describe the bug
I followed the instructions in README in k8s 1.27.0 . But it failed with the following error:
It seems that the chart channel needs to be updated and not use PDB/v1beta1 anymore.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Environment ie: Kubernetes version:
1.27.0
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: