Skip to content

Commit 962288f

Browse files
committed
edit
1 parent 30b4c3e commit 962288f

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docs/vendor/helm-install-troubleshooting.mdx

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,15 @@ Alternatively, if a release contains charts that must use the same name, convert
2828

2929
### Symptom
3030

31-
The Replicated Enterprise Portal and Download Portal provide instructions for installing with Helm in air-gapped environments. As part of installing with Helm in air-gapped environments, users are instructed to pull all required images for the Helm chart and then push them to their local image registry.
31+
You see an empty or incomplete list of application images in the Helm air gap installation instructions provided in the Replicated Enterprise Portal or Download Portal.
3232

33-
If the list of images in these installation instructions does not include all images required to install and run the chart in an air-gapped environment, then the installation will fail.
33+
Or, when attempting to install, you see an error such as ErrImagePull or ImagePullBackOff because Kubernetes is not able to access one or more images referenced in the Helm deployment.
3434

3535
### Cause
3636

37-
To create this list of images provided in the Helm air gap installation instructions, the Vendor Portal uses the values in the HelmChart custom resource `builder` key. If the `builder` key was not configured, then the Vendor Portal uses the default values in the Helm chart. However, if the default values do not expose all the images that customers might need to install the chart, then the installation could fail.
37+
The Enterprise Portal and Download Portal provide instructions for installing with Helm in air-gapped environments. As part of installing with Helm in air-gapped environments, users are instructed to pull all required images for the Helm chart and then push them to their local image registry.
38+
39+
To create this list of images provided in the Helm air gap installation instructions, the Vendor Portal uses the values in the HelmChart custom resource `builder` key. If the `builder` key was not configured, then the Vendor Portal uses the default values in the Helm chart. However, if the default values do not expose all the images that customers might need to install the chart, the installation fails when Kubernetes is unable to access one or more images specified in the Helm chart's deployment on the user's local registry.
3840

3941
### Solution
4042

0 commit comments

Comments
 (0)