Questions tagged [containeros]
3 questions
8
votes
2 answers
compute engine startup script can't execute as a non-root user
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 the drupal user exists after this command, so does…

Pega88
- 564
- 1
- 6
- 16
8
votes
1 answer
hyperkube doesn't start any manifest from /etc/kubernetes/manifests
I have Container Linux by CoreOS alpha (1325.1.0) Installed on a pc at home.
I played with kubernetes for a couple of month, but now after reinstalling ContainerOS and trying to install kubernetes using my fork at…

ufk
- 30,912
- 70
- 235
- 386
0
votes
1 answer
fork/exec /usr/bin/rkt: permission denied
I'm trying to install Kubernetes.
configuration details:
Controler
OS: Container Linux by CoreOS alpha (1339.0.0)
LAN IP: 192.168.1.2
FQDN: coreos-2.tux-in.com
environment variables used for installation:
export…

ufk
- 30,912
- 70
- 235
- 386