cloudfoundry / bosh-alicloud-cpi-release

BOSH Alibaba CPI
Apache License 2.0
32 stars 20 forks source link

Unable to use latest bosh version - registry job has been removed #153

Closed ionphractal closed 2 years ago

ionphractal commented 2 years ago

In bosh-deployment v272.0.0 the registry job has been removed completely.

The alicloud cpi seems to require the registry job, hence we're stuck to v271.20.0 which is the latest version with the registry job available.

Is it planned to remove the registry requirement for alicloud cpi? If so, can you already have a schedule?

benjaminguttmann-avtq commented 2 years ago

@xiaozhu36 anything you can do about this one?

friegger commented 2 years ago

Which CPI version are you using? https://github.com/cloudfoundry-incubator/bosh-alicloud-cpi-release/releases/tag/v38.0.0 introduced CPI API v2 which from my understanding makes it possible to run without registry.

ionphractal commented 2 years ago

@friegger We've updated to bosh v272.6.0 with cpi v45 now and everything works fine. Thank you!