You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
44 lines
1.2 KiB
44 lines
1.2 KiB
apiVersion: app.k8s.io/v1beta1
|
|
kind: Application
|
|
metadata:
|
|
name: pytorch-operator
|
|
spec:
|
|
selector:
|
|
matchLabels:
|
|
app.kubernetes.io/name: pytorch-operator
|
|
app.kubernetes.io/instance: pytorch-operator-v0.7.0
|
|
app.kubernetes.io/version: v0.7.0
|
|
app.kubernetes.io/component: pytorch
|
|
app.kubernetes.io/part-of: kubeflow
|
|
app.kubernetes.io/managed-by: kfctl
|
|
componentKinds:
|
|
- group: core
|
|
kind: Service
|
|
- group: apps
|
|
kind: Deployment
|
|
- group: core
|
|
kind: ConfigMap
|
|
- group: core
|
|
kind: ServiceAccount
|
|
- group: kubeflow.org
|
|
kind: PyTorchJob
|
|
descriptor:
|
|
type: "pytorch-operator"
|
|
version: "v1"
|
|
description: "Pytorch-operator allows users to create and manage the \"PyTorchJob\" custom resource."
|
|
maintainers:
|
|
- name: Johnu George
|
|
email: johnugeo@cisco.com
|
|
owners:
|
|
- name: Johnu George
|
|
email: johnugeo@cisco.com
|
|
keywords:
|
|
- "pytorchjob"
|
|
- "pytorch-operator"
|
|
- "pytorch-training"
|
|
links:
|
|
- description: About
|
|
url: "https://github.com/kubeflow/pytorch-operator"
|
|
- description: Docs
|
|
url: "https://www.kubeflow.org/docs/reference/pytorchjob/v1/pytorch/"
|
|
addOwnerRef: true
|
|
|