You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by gi...@git.apache.org on 2017/06/09 23:29:25 UTC

[GitHub] mimizone opened a new issue #12: issue with invoker

mimizone opened a new issue #12: issue with invoker
URL: https://github.com/apache/incubator-openwhisk-deploy-kube/issues/12
 
 
   when trying to deploy, I run into this issue with the invoker.
   ```
   Failed to start container with id 8d9125bf2d3711312a98a8b98de15306e495883cc470a03beb6689b34895791f with error: rpc error: code = 2 desc = failed to start container "8d9125bf2d3711312a98a8b98de15306e495883cc470a03beb6689b34895791f": Error response from daemon: {"message":"mkdir /usr/lib/x86_64-linux-gnu: read-only file system"}
   Error syncing pod, skipping: failed to "StartContainer" for "invoker" with rpc error: code = 2 desc = failed to start container "8d9125bf2d3711312a98a8b98de15306e495883cc470a03beb6689b34895791f": Error response from daemon: {"message":"mkdir /usr/lib/x86_64-linux-gnu: read-only file system"}: "Start Container Failed"
   ```
   
   on the logs of the pod in k8s I see the following
   ```
   failed to open log file "/var/log/pods/7fce67a4-4d69-11e7-a736-0242ac110003/invoker_41.log": open /var/log/pods/7fce67a4-4d69-11e7-a736-0242ac110003/invoker_41.log: no such file or directory
   ```
   
   I checked if the host drive was filling up, but everything is all good there.
   
   I run k8s 1.6.2 on CoreOs 1353.7.
   I edited the `configure_whisk.yml` to use the 1.6.2 version.
   ```
         - name: configure-openwhisk
           image: danlavine/whisk_config:v1.6.2
           imagePullPolicy: Always
   ```
   
   I tried 3 times the deployment with the same result.
   
   
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services