kalavai-client 0.5.15__py3-none-any.whl → 0.5.16__py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,2 +1,2 @@
1
1
 
2
- __version__ = "0.5.15"
2
+ __version__ = "0.5.16"
@@ -65,7 +65,7 @@ releases:
65
65
  - name: helios
66
66
  namespace: kalavai
67
67
  chart: kalavai/kalavai-helios
68
- version: "0.1.9"
68
+ version: "0.1.11"
69
69
  installed: {{not watcher_allow_unregistered_user}}
70
70
  set:
71
71
  - name: deployment.watcher_endpoint
@@ -0,0 +1,10 @@
1
+ services:
2
+ kalavai_gui:
3
+ container_name: kalavai_gui
4
+ image: bundenth/kalavai-gui:latest
5
+ ports:
6
+ - "{{gui_port}}:3000"
7
+ - "{{backend_port}}:8000"
8
+ volumes:
9
+ - "{{path}}:/root/.cache/kalavai"
10
+ restart: always
@@ -68,6 +68,8 @@ services:
68
68
  restart: unless-stopped
69
69
  command: >
70
70
  --command={{command}}
71
+ --node_name="{{node_name}}"
72
+ --node_ip="{{node_ip_address}}"
71
73
  {% if command == "server" %}
72
74
  --port_range="30000-32767"
73
75
  {% else %}
@@ -86,9 +88,9 @@ services:
86
88
  --extra="{{node_labels}}"
87
89
  {% endif %}
88
90
 
89
- volumes:
90
- - {{k3s_path}}:/var/lib/rancher/k3s # Persist data
91
- - {{etc_path}}:/etc/rancher/k3s # Config files
91
+ # volumes:
92
+ # - {{k3s_path}}:/var/lib/rancher/k3s # Persist data
93
+ # - {{etc_path}}:/etc/rancher/k3s # Config files
92
94
 
93
95
  {% if num_gpus and num_gpus > 0 %}
94
96
  deploy: