Skip to content

Instantly share code, notes, and snippets.

@kzgrzendek
Created February 14, 2023 14:31
Show Gist options
  • Save kzgrzendek/f614e6a9ff69042b5e26c315e2d0ab37 to your computer and use it in GitHub Desktop.
Save kzgrzendek/f614e6a9ff69042b5e26c315e2d0ab37 to your computer and use it in GitHub Desktop.
Cannot deploy using Helm provider since 2.9
Running with gitlab-runner 15.4.0 (43b2dc3d)
on k8s-v15.4.0 wkZ3d4sX
Preparing the "kubernetes" executor 00:00
Using Kubernetes namespace: gitlab-runner
Using Kubernetes executor with image xxxxx/public/hashicorp/terraform:light ...
Using attach strategy to execute scripts...
Preparing environment 00:06
Waiting for pod gitlab-runner/runner-wkz3d4sx-project-1606-concurrent-0frtfp to be running, status is Pending
Waiting for pod gitlab-runner/runner-wkz3d4sx-project-1606-concurrent-0frtfp to be running, status is Pending
ContainersNotReady: "containers with unready status: [build helper]"
ContainersNotReady: "containers with unready status: [build helper]"
Running on runner-wkz3d4sx-project-1606-concurrent-0frtfp via small-generic-gitlab-runner-c69b6bbc8-vpdn7...
Getting source from Git repository 00:01
Fetching changes with git depth set to 20...
Initialized empty Git repository in /builds/ADM/edscloud/ovh-project-deployment/.git/
Created fresh repository.
Checking out 82bb2d8c as poc_eds_ovh_terraform...
Skipping Git submodules setup
Restoring cache 00:02
Checking cache for 82bb2d8c9cb629f3311475b1e67c5ccbff8d9ff2-protected...
Downloading cache.zip from https://xxxxx/gitlab-cache/cache/project/1606/82bb2d8c9cb629f3311475b1e67c5ccbff8d9ff2-protected
Successfully extracted cache
Executing "step_script" stage of the job script 00:03
$ cd bootstrap_cluster
$ terraform apply -input=false tfplan-bootstrap
module.helm_installs.module.ingress-controller.helm_release.ingress-controller: Creating...
│ Error: Plugin did not respond
│ with module.helm_installs.module.ingress-controller.helm_release.ingress-controller,
│ on helm_installs/ingress-controller/main.tf line 1, in resource "helm_release" "ingress-controller":
│ 1: resource "helm_release" "ingress-controller" {
│ The plugin encountered an error, and failed to respond to the
│ plugin.(*GRPCProvider).ApplyResourceChange call. The plugin logs may
│ contain more details.
Cleaning up project directory and file based variables 00:00
ERROR: Job failed: command terminated with exit code 1
@kzgrzendek
Copy link
Author

Note : deployed in automation with a gitlab runner

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment