我正在尝试使用HTTPS L7负载均衡器为GKE设置HTTPS负载均衡器,但由于某种原因无效.甚至是HTTP负载平衡演练中的HTTP负载均衡器.转发规则的IP地址已创建,我可以ping和telnet到端口80.但是当通过curl请求时,它会给我一个错误.
<title>502 Server Error</title> </head> <body text=#000000
bgcolor=#ffffff> <h1>Error: Server Error</h1> <h2>The server
encountered a temporary error and could not complete your request.
<p>Please try again in 30 seconds.</h2> <h2></h2> </body></html>
Run Code Online (Sandbox Code Playgroud)
所有步骤都很好,我创建了一个没有任何标签的防火墙$ {NODE_PORT},但它没有用.
有谁遇到过这个问题?
google-compute-engine google-kubernetes-engine google-cloud-http-load-balancer
我对Firebase Performance Network有问题。
我在Android应用程序上添加了默认的性能监控,但在Firebase的性能网络控制台中,它显示了汇总请求的详细信息。例如:api.test.com.br/*
我的应用程序使用相同的基本URL提出了许多不同的终结点请求。但我想分别查看每个端点的详细信息。
我将okhttp3与Retrofit2一起使用。
我在 Google Cloud 中有两个项目。在第一个项目中,我在容器注册表中有一些图像,我在 gke 中使用它。
当我尝试在第二个项目中创建容器时,它给了我一个错误:
错误:状态 403 试图拉存储库 project-1/image-x:“拒绝访问。”
我如何在 gke 中但在不同的项目中使用这些图像?我不想在第二个项目中创建相同的图像。
我尝试从 Cloud Data Fusion 运行管道,但收到以下错误:
io.cdap.cdap.runtime.spi.provisioner.dataproc.DataprocRuntimeException: Dataproc operation failure: INVALID_ARGUMENT: User not authorized to act as service account 'XXXXXXXX-compute@developer.gserviceaccount.com'. To act as a service account, user must have one of [Owner, Editor, Service Account Actor] roles. See https://cloud.google.com/iam/docs/understanding-service-accounts for additional details.
Run Code Online (Sandbox Code Playgroud)
有人已经遇到过这个错误吗?