metal-stack / gardener-extension-provider-metal

Implementation of the gardener-extension-controller for metal-stack
MIT License
24 stars 11 forks source link

providerID is malformed #225

Closed majst01 closed 2 years ago

majst01 commented 2 years ago

./metal-stack/gardener-extension-provider-metal/pkg/controller/infrastructure/machine.go 9: return fmt.Sprintf("metal:///%s/%s", partition, machineID)

./gardener-extension-provider-metal/pkg/controller/infrastructure/machine.go 9: return fmt.Sprintf("metal:///%s/%s", partition, machineID)

majst01 commented 2 years ago

I Think we can leave this as it is as the extra / after the double / leaves room for either projectid or region