You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order for this repo to be usable per the CAPI InfrastructureProvider CRD, the release must contain a yaml that defines the components for the infrastructure.
failed to create repo from provider url for provider "azurestackhci":
error creating the GitHub repository client: invalid url: a GitHub
repository url should be in the form
https://github.com/{owner}/{Repository}/releases/{latest|version-tag}/{componentsClient.yaml}
Looking at other providers, this is usually infrastructure-components.yaml and even poking through this repo we see that should be generated from a kustomize command as part of the release pipeline, however the release pipeline hasn't been successful in some time.
We can do this manually, but that doesn't seem like a very tenable idea.
The text was updated successfully, but these errors were encountered:
In order for this repo to be usable per the CAPI
InfrastructureProvider
CRD, the release must contain a yaml that defines the components for the infrastructure.For example, using this:
Results in the following error:
Looking at other providers, this is usually
infrastructure-components.yaml
and even poking through this repo we see that should be generated from a kustomize command as part of the release pipeline, however the release pipeline hasn't been successful in some time.We can do this manually, but that doesn't seem like a very tenable idea.
The text was updated successfully, but these errors were encountered: