Sean
Sean
Draft PR of initial implementation. Will definitely need polish and tweaks.
#### Environment details - OS: MacOS 14.4.1 - Node.js version: 20.11.1 - npm version: 10.2.4 - `gax-nodejs` version: 4.3.1 #### Steps to reproduce 1. Add @google-cloud/pubsub as a dependency to...
In conjunction with #881 I tried to get around this issue by running the pipeline with a privileged [kubernetes executor](https://docs.gitlab.com/runner/executors/kubernetes/) with the following config: ``` [[runners]] [runners.kubernetes] privileged = true...