kube-HPC / hkube

🐟 High Performance Computing over Kubernetes - Core Repo 🎣
http://hkube.io
MIT License
305 stars 20 forks source link

UI- Gateway node should have default "stateType": "stateful" #1562

Closed tamir321 closed 2 years ago

tamir321 commented 2 years ago

HKube micro-service To which micro-service the bug related to, Dashboard ,Monitor-Server etc.

Describe the bug UI- Gateway node should have default "stateType": "stateful" API server should validate that if kind = gateway than the stateType = stateful e.g


{
                    "nodeName": "A",
                    "kind": "gateway",
                    "spec": {
                        "name": "raw-image-gateway",
                        "description": "images streaming source",
                        "cpu": 1,
                        "mem": "1Gi"
                    },
                    "input": [],
                    "stateType": "stateful"
                },
tamir321 commented 2 years ago

tested on systemVersion: "v2.3.18", fullSystemVersion: "v2.3.18-1648462268639",