|
1 | 1 | # Cluster configuration |
2 | 2 |
|
3 | | -_WARNING: you are on the master branch, please refer to the docs on the branch that matches your `cortex version`_ |
4 | | - |
5 | 3 | The Cortex cluster may be configured by providing a configuration file to `cortex cluster up` or `cortex cluster update` via the `--config` flag (e.g. `cortex cluster up --config=cluster.yaml`). Below is the schema for the cluster configuration file, with default values shown (unless otherwise specified): |
6 | 4 |
|
7 | 5 | <!-- CORTEX_VERSION_BRANCH_STABLE --> |
@@ -45,27 +43,27 @@ instance_volume_size: 50 |
45 | 43 | log_group: cortex |
46 | 44 |
|
47 | 45 | # whether to use spot instances in the cluster (default: false) |
48 | | -# see cortex.dev/v/master/cluster-management/spot-instances for additional details on spot configuration |
| 46 | +# see cortex.dev/v/0.12/cluster-management/spot-instances for additional details on spot configuration |
49 | 47 | spot: false |
50 | 48 |
|
51 | 49 | # docker image paths |
52 | | -image_python_serve: cortexlabs/python-serve:master |
53 | | -image_python_serve_gpu: cortexlabs/python-serve-gpu:master |
54 | | -image_tf_serve: cortexlabs/tf-serve:master |
55 | | -image_tf_serve_gpu: cortexlabs/tf-serve-gpu:master |
56 | | -image_tf_api: cortexlabs/tf-api:master |
57 | | -image_onnx_serve: cortexlabs/onnx-serve:master |
58 | | -image_onnx_serve_gpu: cortexlabs/onnx-serve-gpu:master |
59 | | -image_operator: cortexlabs/operator:master |
60 | | -image_manager: cortexlabs/manager:master |
61 | | -image_downloader: cortexlabs/downloader:master |
62 | | -image_cluster_autoscaler: cortexlabs/cluster-autoscaler:master |
63 | | -image_metrics_server: cortexlabs/metrics-server:master |
64 | | -image_nvidia: cortexlabs/nvidia:master |
65 | | -image_fluentd: cortexlabs/fluentd:master |
66 | | -image_statsd: cortexlabs/statsd:master |
67 | | -image_istio_proxy: cortexlabs/istio-proxy:master |
68 | | -image_istio_pilot: cortexlabs/istio-pilot:master |
69 | | -image_istio_citadel: cortexlabs/istio-citadel:master |
70 | | -image_istio_galley: cortexlabs/istio-galley:master |
| 50 | +image_python_serve: cortexlabs/python-serve:0.12.0 |
| 51 | +image_python_serve_gpu: cortexlabs/python-serve-gpu:0.12.0 |
| 52 | +image_tf_serve: cortexlabs/tf-serve:0.12.0 |
| 53 | +image_tf_serve_gpu: cortexlabs/tf-serve-gpu:0.12.0 |
| 54 | +image_tf_api: cortexlabs/tf-api:0.12.0 |
| 55 | +image_onnx_serve: cortexlabs/onnx-serve:0.12.0 |
| 56 | +image_onnx_serve_gpu: cortexlabs/onnx-serve-gpu:0.12.0 |
| 57 | +image_operator: cortexlabs/operator:0.12.0 |
| 58 | +image_manager: cortexlabs/manager:0.12.0 |
| 59 | +image_downloader: cortexlabs/downloader:0.12.0 |
| 60 | +image_cluster_autoscaler: cortexlabs/cluster-autoscaler:0.12.0 |
| 61 | +image_metrics_server: cortexlabs/metrics-server:0.12.0 |
| 62 | +image_nvidia: cortexlabs/nvidia:0.12.0 |
| 63 | +image_fluentd: cortexlabs/fluentd:0.12.0 |
| 64 | +image_statsd: cortexlabs/statsd:0.12.0 |
| 65 | +image_istio_proxy: cortexlabs/istio-proxy:0.12.0 |
| 66 | +image_istio_pilot: cortexlabs/istio-pilot:0.12.0 |
| 67 | +image_istio_citadel: cortexlabs/istio-citadel:0.12.0 |
| 68 | +image_istio_galley: cortexlabs/istio-galley:0.12.0 |
71 | 69 | ``` |
0 commit comments