narrow-lamp-48734
03/05/2024, 7:00 AMpulumi up
? They occur sporadically, approximately in 1 out of every 3 attempts. Given that I'm managing several charts in my stack, it's unlikely that I can successfully run pulumi up
on my first try. I often need to attempt it multiple times before all resources are updated successfully.
Diagnostics:
kubernetes:<http://helm.sh/v3:Release|helm.sh/v3:Release> (ingress-nginx-helm):
error: kubernetes:<http://helm.sh/v3:Release|helm.sh/v3:Release> resource 'ingress-nginx-helm': property chart value {ingress-nginx} has a problem: Get "<https://github.com/kubernetes/ingress-nginx/releases/download/helm-chart-4.9.1/ingress-nginx-4.9.1.tgz>": EOF; check the chart name and repository configuration.
Thank you in advance!narrow-lamp-48734
03/05/2024, 7:44 AMDiagnostics:
kubernetes:<http://helm.sh/v3:Release|helm.sh/v3:Release> (argocd):
error: kubernetes:<http://helm.sh/v3:Release|helm.sh/v3:Release> resource 'argocd': property chart value {argo-cd} has a problem: Get "<https://github.com/argoproj/argo-helm/releases/download/argo-cd-6.2.3/argo-cd-6.2.3.tgz>": EOF; check the chart name and repository configuration.
narrow-lamp-48734
03/06/2024, 10:18 AMFetchError: request to <https://github.com/cert-manager/cert-manager/releases/download/v1.14.3/cert-manager.crds.yaml> failed, reason: Client network socket disconnected before secure TLS connection was established
damp-airline-38442
03/07/2024, 12:48 AMhelm
tool sees sporadic errors in your environment.narrow-lamp-48734
03/07/2024, 10:20 AMnarrow-lamp-48734
03/07/2024, 10:24 AMconst certManagerCRDs = new k8s.yaml.ConfigFile(
"cert-manager-crds",
{
file: `<https://github.com/cert-manager/cert-manager/releases/download/v${certManagerVersion}/cert-manager.crds.yaml>`,
},
{
provider: provider,
},
);
It almost looks like it's having issues connecting to GitHub, which is something I have never experienced with my Internet connection, at least that I know - maybe clients are performing retries without my knowledge.No matter how you like to participate in developer communities, Pulumi wants to meet you there. If you want to meet other Pulumi users to share use-cases and best practices, contribute code or documentation, see us at an event, or just tell a story about something cool you did with Pulumi, you are part of our community.
Powered by