examples/code_search/demo/cs-demo-1103/gcp_config
Jeremy Lewi d2b68f15d7 Fix the K8s job to create the nmslib index. (#338)
* Install nmslib in the Dataflow container so its suitable for running
  the index creation job.

* Use command not args in the job specs.

* Dockerfile.dataflow should install nmslib so that we can use that Docker
  image to create the index.

* build.jsonnet should tag images as latest. We will use this to use
  the latest images as a layer cache to speed up builds.

* Set logging level to info for start_search_server.py and
  create_search_index.py

* Create search index pod keeps was getting evicted because node runs out of
  memory

* Add a new node pool consisting of n1-standard-32 nodes to the demo cluster.
 These have 120 GB of RAM compared to 30GB in our default pool of n1-standard-8

* Set requests and limits on the creator search index pod.

* Move all the config for the search-index-creator job into the
  search-index-creator.jsonnet file. We need to customize the memory resources
  so there's not much value to try to sharing config with other components.
2018-11-20 12:53:09 -08:00
..
cluster-kubeflow.yaml Fix the K8s job to create the nmslib index. (#338) 2018-11-20 12:53:09 -08:00
cluster.jinja Fix the K8s job to create the nmslib index. (#338) 2018-11-20 12:53:09 -08:00
cluster.jinja.schema Create a demo cluster for the code search example. (#298) 2018-11-05 06:07:52 -08:00
iam_bindings.yaml Create a demo cluster for the code search example. (#298) 2018-11-05 06:07:52 -08:00