Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deploy Flyte on GCP fails #33

Open
romankazinnik opened this issue Sep 30, 2024 · 0 comments
Open

deploy Flyte on GCP fails #33

romankazinnik opened this issue Sep 30, 2024 · 0 comments

Comments

@romankazinnik
Copy link

@davidmirror-ops 'terraform apply' failed several times asking me to install Cloud Resource Manager API, Cloud SQL Admin API, Service Usage API. Cloud Resource Manager API.

And now it is failing with the followin
Screenshot 2024-09-26 at 3 41 36 PM
, screenshot attached:
What is the problem? I created a fresh new GCP project to try Flyte.

kubectl_manifest.cert-manager-issuer will be created

  • resource "kubectl_manifest" "cert-manager-issuer" {
    • api_version = "cert-manager.io/v1"
    • apply_only = false
    • field_manager = "kubectl"
    • force_conflicts = false
    • force_new = false
    • id = (known after apply)
    • kind = "Issuer"
    • live_manifest_incluster = (sensitive value)
    • live_uid = (known after apply)
    • name = "letsencrypt-production"
    • namespace = "flyte"
    • server_side_apply = false
    • uid = (known after apply)
    • validate_schema = true
    • wait_for_rollout = true
    • yaml_body = (sensitive value)
    • yaml_body_parsed = <<-EOT
      apiVersion: cert-manager.io/v1
      kind: Issuer
      metadata:
      name: letsencrypt-production
      namespace: flyte
      spec:
      acme:
      email: [email protected]
      privateKeySecretRef:
      name: letsencrypt-production
      server: https://acme-v02.api.letsencrypt.org/directory
      solvers:
      • http01:
        ingress:
        ingressClassName: nginx
        EOT
    • yaml_incluster = (sensitive value)
      }
      Plan: 9 to add, 0 to change, 0 to destroy.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant