Skip to main content

Google Cloud Collective

A collective for developers who utilize Google Cloud’s infrastructure and platform capabilities. This collective is organized and managed by the Stack Overflow community.
333.7k Questions
+40
65.8k Members
+137
Contact

Can you answer these questions?

View all unanswered questions

These questions still don't have an answer

0 votes
0 answers
44 views

CI/CD in github actions with firebase functions

So I have a simple project of firebase functions, I gonna put here the index: import { onRequest } from "firebase-functions/v2/https"; import { initializeApp } from "firebase-admin/app&...
0 votes
0 answers
20 views

how to connect from one dataflow in dataverse to an existing dataflow in dataverse

I have 2 existing dataflows in a Dataverse environment, dataflow1 and dataflow2. I have created a 3rd dataflow (dataflow3) and I want to get data from dattaflow1 and dataflow2 into dataflow3. I have ...
0 votes
0 answers
57 views

Can I send a JSON object to BigQuery without stringifying it?

I am trying to figure out if there is a way to send a JSON object to a BigQuery table that has a column of type JSON. I know the current practice is to stringify the JSON and send it over which gets ...
1 vote
0 answers
47 views

How `fetch` and filters with date works on Firebase Remote Config?

I have an APP that fetchs and updates the Remote Config values on each initialization: remoteConfig.FetchAndActivateAsync(); I have a date filter on my Remote Config to only change some parameters ...
-3 votes
0 answers
54 views

OpenTelemetry + ReactiveFeign + Spring WebFlux not propagating traceparent between microservices (header injected but missing in downstream service)

I’m running two Java microservices (A → B) in a Kubernetes cluster (GKE), using: Spring Boot 3.5 (WebFlux) ReactiveFeign (Playtika Feign Reactor 4.2.1) OpenTelemetry Java Agent (2.20.1) OTLP ...

Learn something new
These are the most recent articles in Google Cloud Collective
1 vote
399 views
1 minute read
Knowledge article

Understanding Multi-Attach Errors in Google Kubernetes Engine

Recently, I encountered the following error while working with a statefulset that had only one replica: Warning FailedAttachVolume attachdetach-controller Multi-Attach error for volume <pvc_name>...
Nani's user avatar
  • 838
5 votes
1k views
1 minute read
Knowledge article

The upgrade to GKE 1.26+ activates cgroup v2, causing disruptions to java based workloads.

Hey folks at GKE As the GKE v1.25 is nearing its end-of-life, it is important to understand the impact of the upgrade before proceeding with the cluster upgrade operation. I have come across an issue ...
Nani's user avatar
  • 838
3 votes
21k views
3 minute read
How-to guide

How to complete GCP Docs/Tutorial when your Organization Policy blocks External IPs?

How to complete GCP Docs/Tutorial When Your Organization policy blocks External IPs on VMs? In this how-to you will be resolving a common Organization policy constraint of not allowing External IPs on ...
codeangler's user avatar
0 votes
226 views
2 minute read
Knowledge article

Solving Firebase v9 Code Clutter with a Dot Pattern Helper Class in TypeScript To Help Maximize Firebase v9 bundle Efficiency

Since the release of firebase v9, the bundle size of the client has reduced substantially since now the functions that are used are the only ones being imported and bundled. But this modularity comes ...
Muhammad Faizan's user avatar
2 votes
739 views
6 minute read
Knowledge article

8 Labs by Google Cloud The Arcade — Trivia Jul 2023

If you've never heard The Arcade by Google Cloud, it's a Qwiklabs and Google Cloud program where they create a learning experience for you where you can win prizes and measure your cloud knowledge ...
Maureen Barahona's user avatar