kubeflow-introduction
kubeflow-introduction copied to clipboard
``` matthias in ~/projekt/ml/kubeflow-introduction-master/ksonnet-kubeflow λ ks apply cloud -c train ERROR handle object: patching object from cluster: merging object with existing state: unable to recognize "/var/folders/v1/zhyqh9cd4zvdb5vpz58f70n00000gn/T/ksonnet-mergepatch105291615": no matches for kind...
Hi, The following command waits for a while and returns 'killed', I'm using google cloud shell and completed all the steps without any errors up to this step ks apply...
We now have an end-to-end GKE guide in the Kubeflow docs, which uses the code sample from this codelab. Here's the new Kubeflow doc: https://www.kubeflow.org/docs/guides/gke/gcp-e2e/ It'd be good to deprecate...
The Dockerfile is including a service account key https://github.com/googlecodelabs/kubeflow-introduction/blob/1381430b970811ccbdefb4f388897d7000989c1e/tensorflow-model/Dockerfile#L13 Is there a particular reason it is doing this? Storing credentials in the Docker image is not secure. It should be...
Hi, I hit the github API rate limit while following the codelab from Cloud Shell. Since I'm not sure I really hit this limit alone, that might come from some...
This is a fantastic introduction. Only a few issues; At the top of page three you mention the tensorflow-model folder but you never say to go get it (or clone...