0

I'm trying the following codelab:

https://codelabs.developers.google.com/codelabs/kubeflow-introduction/index.html

When I want to apply my container to the cluster the shell freezes and after a couple of minutes it returns 'Killed'. enter image description here

This is the current file structure: enter image description here

sdcbr
  • 7,021
  • 3
  • 27
  • 44
Jacob Verschaeve
  • 159
  • 2
  • 10
  • Check logs at /var/log/kern.log. This may be occurring due to the cloud shell being too small & running out of memory. See [0](https://unix.stackexchange.com/questions/136291/will-linux-start-killing-my-processes-without-asking-me-if-memory-gets-short) for more details about the "killed" message. – xavierc Dec 12 '18 at 18:44

1 Answers1

2

The cloudshell is indeed probably too small to run this so you need to run the cloudshell in boosted modeHow to enable boost mode

Sven.DG
  • 295
  • 1
  • 13