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
When installed in airgapped env the components which must be installed by CAPI operator are failing to install due to problems with the following error:
failed to create repo from provider url for provider "cluster-api":
error creating the GitHub repository client: failed to get latest release:
failed to get repository versions: failed to get repository versions: failed
The cause
This is happening since during the airgap installation we're shipping all images and charts, but not the CAPI provider manifests, which are usually being downloaded from GitHub directly.
This is not possible in isolated environment.
The solution
We should ship separately all the yaml for all supported providers and provide them to the CAPI operator object in the fetchConfig section.
The text was updated successfully, but these errors were encountered:
The issue
When installed in airgapped env the components which must be installed by CAPI operator are failing to install due to problems with the following error:
The cause
This is happening since during the airgap installation we're shipping all images and charts, but not the CAPI provider manifests, which are usually being downloaded from GitHub directly.
This is not possible in isolated environment.
The solution
We should ship separately all the yaml for all supported providers and provide them to the CAPI operator object in the
fetchConfig
section.The text was updated successfully, but these errors were encountered: