-
Notifications
You must be signed in to change notification settings - Fork 96
Open
Description
Following the basic install in Google Cloud breaks with this error:
module.jx.module.cluster.kubernetes_config_map.jenkins_x_requirements[0]: Creation complete after 1s [id=default/terraform-jx-requirements]
module.jx.module.cluster.helm_release.jx-git-operator[0]: Creating...
module.jx.module.cluster.helm_release.jx-git-operator[0]: Still creating... [10s elapsed]
module.jx.module.cluster.helm_release.jx-git-operator[0]: Still creating... [20s elapsed]
module.jx.module.cluster.helm_release.jx-git-operator[0]: Still creating... [30s elapsed]
module.jx.module.cluster.helm_release.jx-git-operator[0]: Creation complete after 31s [id=jx-git-operator]
╷
│ Error: failed to install CRD crds/khcheck.yaml: unable to recognize "": no matches for kind "CustomResourceDefinition" in version "apiextensions.k8s.io/v1beta1"
│
│ with module.jx.module.cluster.module.jx-health[0].helm_release.kuberhealthy,
│ on .terraform/modules/jx.cluster.jx-health/main.tf line 1, in resource "helm_release" "kuberhealthy":
│ 1: resource "helm_release" "kuberhealthy" {
│
╵
Seems to be related to jenkins-x/terraform-jx-health#5. With kuberhealthy = false, the installation finished successfully
lodotek
Metadata
Metadata
Assignees
Labels
No labels