Questions tagged [google-container-os]

Container-Optimized OS is an operating system image for your Compute Engine VMs that is optimized for running Docker containers

With Container-Optimized OS, you can bring up your Docker containers on Google Cloud Platform quickly, efficiently, and securely. Container-Optimized OS is maintained by Google and is based on the open source Chromium OS project. * Website

79 questions
0
votes
1 answer

How do I rerun cloud-init without shutting down?

Is there a recommended way of running cloud-init on Google Container-Optimized OS once the instance is up and have it fetch the latest metadata? So far, I have been blowing away the /var/lib/cloud/instances directory and rerunning, but that seems…
Ross Light
  • 4,769
  • 1
  • 26
  • 37
-1
votes
1 answer

Can't Build Container Optimized OS | sed: -e expression #2, char 60: unknown option to `s'

When following their documentation and running ./build_packages --board=lakitu, I get the following error. Using ubuntu 16.0.4. Looks like a sed syntax error? Am I missing a variable? Does sed work differently in different operating systems or is…
sfxworks
  • 1,031
  • 8
  • 27
-1
votes
1 answer

Deploy glusterfs/heketi inside Kubernetes 1.6.1 on GKE cos image

I am facing this problem when deploying Glusterfs + Heketi (thanks to this excellent repo) inside a GKE Kubernetes 1.6.1 cluster with nodes using the cos image. Thegk-deploy script went well until it tried to execute heketi-cli -s…
-4
votes
1 answer

Compute engine VM instance create with container + SSD

In the SSD guide https://cloud.google.com/compute/docs/disks/add-local-ssd#gcloud I need to perform some operations in the host to format the SSD. How can I do it if I immediately launch a container?
1 2 3 4 5
6