Terraform を使用した Kubernetes ロードバランサ Service のデプロイ のレビュー
51310 件のレビュー
Hryshchenko Dmytro · 3年弱前にレビュー済み
Gudipati Sindhu Manasa · 3年弱前にレビュー済み
good
Ravikumar Doonaboyina · 3年弱前にレビュー済み
Owczaruk Tomasz · 3年弱前にレビュー済み
Ugot Faye Marie J. · 3年弱前にレビュー済み
Vida Jan O'Neil · 3年弱前にレビュー済み
Reddy Naresh · 3年弱前にレビュー済み
There was an issue running in Cloud Shell https://github.com/hashicorp/terraform-provider-google/issues/13051
Van Steerthem Lee · 3年弱前にレビュー済み
Lopez ibai · 3年弱前にレビュー済み
Bacolod Mikaila Jhay · 3年弱前にレビュー済み
encountered issue : Error: The terraform-provider-google_v4.43.0_x5 plugin crashed!
Vida Jan O'Neil · 3年弱前にレビュー済み
Gomez Jeff Michael · 3年弱前にレビュー済み
The terraform apply had some errors related to terraform plugin 4.45 didn't work, 3.90 worked
Aramendi Terpin Esteban Pedro · 3年弱前にレビュー済み
Tsonev Kiril · 3年弱前にレビュー済み
Gomez Jeff Michael · 3年弱前にレビュー済み
Bacolod Mikaila Jhay · 3年弱前にレビュー済み
Bacolod Mikaila Jhay · 3年弱前にレビュー済み
Chaurasia Siddharth · 3年弱前にレビュー済み
Лубін Влад · 3年弱前にレビュー済み
Ligsay Aron Kurt Yuan · 3年弱前にレビュー済み
Reddy Naresh · 3年弱前にレビュー済み
Gudipati Sindhu Manasa · 3年弱前にレビュー済み
Riski Ajibul · 3年弱前にレビュー済み
Riski Ajibul · 3年弱前にレビュー済み
Facing lot of issues on the lab. student_00_8be78446b237@cloudshell:~/tf-gke-k8s-service-lb (qwiklabs-gcp-00-1dd5edbacd69)$ terraform apply ╷ │ Warning: Version constraints inside provider configuration blocks are deprecated │ │ on k8s.tf line 2, in provider "kubernetes": │ 2: version = "~> 1.10.0" │ │ Terraform 0.13 and earlier allowed provider version constraints inside the provider configuration block, but that is now deprecated and will be │ removed in a future version of Terraform. To silence this warning, move the provider version constraint into the required_providers block. ╵ ╷ │ Error: Plugin did not respond │ │ with provider["registry.terraform.io/hashicorp/google"], │ on main.tf line 13, in provider "google": │ 13: provider "google" { │ │ The plugin encountered an error, and failed to respond to the plugin.(*GRPCProvider).ConfigureProvider call. The plugin logs may contain more │ details. ╵ Stack trace from the terraform-provider-google_v4.43.0_x5 plugin: panic: interface conversion: interface {} is nil, not string goroutine 38 [running]: github.com/hashicorp/terraform-provider-google/google.GetCurrentUserEmail(0x32373f8?, {0xc00007c150?, 0x322e820?}) github.com/hashicorp/terraform-provider-google/google/utils.go:511 +0x125 github.com/hashicorp/terraform-provider-google/google.(*Config).logGoogleIdentities(0xc0008d7000) github.com/hashicorp/terraform-provider-google/google/config.go:589 +0xd4 github.com/hashicorp/terraform-provider-google/google.(*Config).LoadAndValidate(0xc0008d7000, {0x32373f8?, 0xc000ee0880}) github.com/hashicorp/terraform-provider-google/google/config.go:480 +0x265 github.com/hashicorp/terraform-provider-google/google.providerConfigure({0x32374a0, 0xc000b15f80}, 0x2c9e360?, 0x1?) github.com/hashicorp/terraform-provider-google/google/provider.go:1627 +0x2a05 github.com/hashicorp/terraform-provider-google/google.Provider.func1({0x32374a0?, 0xc000b15f80?}, 0xc000b15f80?) github.com/hashicorp/terraform-provider-google/google/provider.go:905 +0x27 github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema.(*Provider).Configure(0xc000088c00, {0x32374a0, 0xc000b15f80}, 0xd?) github.com/hashicorp/terraform-plugin-sdk/v2@v2.18.0/helper/schema/provider.go:297 +0x1e6 github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema.(*GRPCProviderServer).ConfigureProvider(0xc0008923c0, {0x32374a0?, 0xc000b14600?}, 0xc000893500) github.com/hashicorp/terraform-plugin-sdk/v2@v2.18.0/helper/schema/grpc_provider.go:557 +0x345 github.com/hashicorp/terraform-plugin-go/tfprotov5/tf5server.(*server).Configure(0xc000326280, {0x32374a0?, 0xc000b14000?}, 0xc000ee0500) github.com/hashicorp/terraform-plugin-go@v0.10.0/tfprotov5/tf5server/server.go:556 +0x2ce github.com/hashicorp/terraform-plugin-go/tfprotov5/internal/tfplugin5._Provider_Configure_Handler({0x2c63920?, 0xc000326280}, {0x32374a0, 0xc000b14000}, 0xc000addce0, 0x0) github.com/hashicorp/terraform-plugin-go@v0.10.0/tfprotov5/internal/tfplugin5/tfplugin5_grpc.pb.go:331 +0x170 google.golang.org/grpc.(*Server).processUnaryRPC(0xc0000001e0, {0x323c888, 0xc000934000}, 0xc000ef2a20, 0xc000884db0, 0x438de18, 0x0) google.golang.org/grpc@v1.50.1/server.go:1340 +0xd13 google.golang.org/grpc.(*Server).handleStream(0xc0000001e0, {0x323c888, 0xc000934000}, 0xc000ef2a20, 0x0) google.golang.org/grpc@v1.50.1/server.go:1713 +0xa1b google.golang.org/grpc.(*Server).serveStreams.func1.2() google.golang.org/grpc@v1.50.1/server.go:965 +0x98 created by google.golang.org/grpc.(*Server).serveStreams.func1 google.golang.org/grpc@v1.50.1/server.go:963 +0x28a Error: The terraform-provider-google_v4.43.0_x5 plugin crashed! This is always indicative of a bug within the plugin. It would be immensely helpful if you could report the crash with the plugin's maintainers so that it can be fixed. The output above should help diagnose the issue.
rajashekaraiah suresh · 3年弱前にレビュー済み
公開されたレビューが、製品を購入または使用した人によるものであることは保証されません。Google はこれらのレビューの検証を行っていません。