multicloud-operators-subscription icon indicating copy to clipboard operation
multicloud-operators-subscription copied to clipboard

Example examples/helmrepo-hub-channel does not work

Open tamalsaha opened this issue 2 years ago • 1 comments
trafficstars

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.

tamalsaha avatar Jun 11 '23 15:06 tamalsaha

/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.

mikeshng avatar Jun 11 '23 21:06 mikeshng