You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

distribute-train-operator_deploy.yaml 1.2 kB

2 years ago
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. kind: Deployment
  2. apiVersion: apps/v1
  3. metadata:
  4. name: distribute-train-operator
  5. namespace: test-ns
  6. labels:
  7. name: distribute-train-operator
  8. spec:
  9. replicas: 1
  10. selector:
  11. matchLabels:
  12. name: distribute-train-operator
  13. template:
  14. metadata:
  15. labels:
  16. name: distribute-train-operator
  17. spec:
  18. containers:
  19. - name: distribute-train-operator
  20. image: {{IMAGE}}
  21. ports:
  22. - containerPort: 8080
  23. protocol: TCP
  24. volumeMounts:d
  25. - mountPath: /root/config
  26. name: config-volume
  27. env:
  28. - name: JAR_BALL
  29. value: "distribute-train-operator-1.0.jar --k8s.kubeconfig=/root/config --spring.redis.host=127.0.0.1"
  30. imagePullPolicy: IfNotPresent
  31. volumes:
  32. - name: config-volume
  33. hostPath:
  34. path: /root/.kube/config
  35. restartPolicy: Always
  36. terminationGracePeriodSeconds: 30
  37. securityContext:
  38. runAsUser: 0
  39. schedulerName: default-scheduler
  40. strategy:
  41. type: RollingUpdate
  42. rollingUpdate:
  43. maxUnavailable: 1
  44. maxSurge: 1
  45. revisionHistoryLimit: 7
  46. progressDeadlineSeconds: 600

一站式算法开发平台、高性能分布式深度学习框架、先进算法模型库、视觉模型炼知平台、数据可视化分析平台等一系列平台及工具,在模型高效分布式训练、数据处理和可视分析、模型炼知和轻量化等技术上形成独特优势,目前已在产学研等各领域近千家单位及个人提供AI应用赋能