google-container-os Questions
6
Solved
Is there a way to programmatically access the email of the currently used Service Account on a GCP instance when no GOOGLE_APPLICATION_CREDENTIALS is set? (ie. when using the default Service Accoun...
Scull asked 21/1, 2021 at 5:1
2
gcr.io/distroless/java
How to add custom pki certificate?
Airwoman asked 3/10, 2018 at 21:53
3
Solved
Using the Container Optimized OS (COS) on Google Cloud Compute, what's the best way to access the credentials of the default service account for the VM-project from within a Docker container?
$ gc...
Plaza asked 11/5, 2018 at 12:45
0
For my setup, I'm working with a third party MQTT VerneMQ broker hosted in AWS. I have been given username/password credentials to connect over secure MQTT (port 8883) using a specific clientId. My...
Sapir asked 22/4, 2022 at 4:27
2
This is question about Google Container VM Image(beta)
https://cloud.google.com/compute/docs/containers/vm-image/
I logged in a instance made by Container VM image.
And run:
sudo /usr/share/google/...
Candlepin asked 22/7, 2016 at 7:34
4
Solved
I have created a Docker image that I'd like to run in GCP using Terraform. I have tagged and pushed the image to GCR like this:
docker tag carlspring/hello-spring-boot:1.0 eu.gcr.io/${PROJECT_ID}/...
Eloiseelon asked 12/3, 2020 at 23:35
2
Here is the scenario:
created a kubernetes cluster in a google cloud project with default settings
configured auto dev ops on gitlab as shown in the quickstart
configured a .gitlab-ci.yml file a...
Edla asked 12/1, 2018 at 8:36
4
Solved
On any other linux distro, I can create a file with a shebang and run shell scripts like so:
$ chmod +x test.sh
$ ./test.sh Johnny
hello Johnny
But on Google Cloud Platform Container-Optimized O...
Dewaynedewberry asked 28/2, 2018 at 20:8
3
Solved
I need to set ulimits on the container. For example, docker run --ulimit memlock="-1:-1" <image>. However, I'm not sure how to do this when deploying a container-optimised VM on Compute Engin...
Lumbye asked 15/8, 2018 at 22:49
1
I would like to run a custom Docker image with GPU on Google Compute Engine.
I have built and pushed the image to the Google Container Registry.
It seems logical to use Container-Optimized OS for a...
Tyree asked 6/4, 2020 at 20:33
4
I followed this instruction
https://cloud.google.com/monitoring/agent/install-agent#linux-install
$ curl -O "https://repo.stackdriver.com/stack-install.sh"
$ sudo bash stack-install.sh --write-gcm...
Waistcloth asked 5/10, 2016 at 1:46
3
I had a very long running (and verbose) container job on Google's Container-Optimized OS (COS) that eventually generated enough logs to fill the disk.
To my knowledge there isn't a way to rotate /...
Azral asked 27/8, 2019 at 16:21
2
Solved
Boiling my issue down to the simplest case, I'm using Compute Engine with the following startup-script:
#! /bin/bash
sudo useradd -m drupal
su drupal
cd /home/drupal
touch test.txt
I can confirm...
Pepsin asked 10/5, 2017 at 18:38
1
Solved
I have been working with google's machine learning platform, cloudML.
Big picture:
I'm trying to figure out the cleanest way to get their docker environment up and running on google compute instan...
Tude asked 16/1, 2017 at 21:35
1
© 2022 - 2024 — McMap. All rights reserved.