New ODH Release
Version: X.Y.Z
Target date: 1. 1. 1970
kind: ImageStream | |
apiVersion: image.openshift.io/v1 | |
metadata: | |
name: vpavlin-test | |
namespace: vpavlin-test | |
uid: 88413385-960e-44de-abe3-d417365e5dad | |
resourceVersion: '340606' | |
generation: 2 | |
creationTimestamp: '2021-09-01T07:59:39Z' | |
annotations: |
kind: Pod | |
apiVersion: v1 | |
metadata: | |
generateName: vpavlin-test-1- | |
annotations: | |
alpha.image.policy.openshift.io/resolve-names: '*' | |
k8s.v1.cni.cncf.io/network-status: |- | |
[{ | |
"name": "openshift-sdn", | |
"interface": "eth0", |
#!/bin/bash | |
#Run as | |
# bash push-operator-application.sh PR_NUMBER VERSION QUAY_NAMESPACE | |
# bash push-operator-application.sh 74 0.9.0 vpavlin | |
NAMESPACE=${3:-vpavlin} | |
VERSION=$2 | |
PR=$1 |
apiVersion: "kubeflow.org/v1" | |
kind: "TFJob" | |
metadata: | |
name: "dist-mnist-for-e2e-test" | |
spec: | |
tfReplicaSpecs: | |
PS: | |
replicas: 2 | |
restartPolicy: Never | |
template: |
apiVersion: kfdef.apps.kubeflow.org/v1beta1 | |
kind: KfDef | |
metadata: | |
clusterName: api-vpavlin44-dev-datahub-redhat-com:6443 | |
creationTimestamp: null | |
name: kf_manifests_dev | |
namespace: kubeflow | |
spec: | |
applications: | |
#- kustomizeConfig: |
apiVersion: "kubeflow.org/v1" | |
kind: "PyTorchJob" | |
metadata: | |
name: "pytorch-dist-mnist-gloo" | |
spec: | |
pytorchReplicaSpecs: | |
Master: | |
replicas: 1 | |
restartPolicy: OnFailure | |
template: |
# This is the config to install Kubeflow on an existing k8s cluster. | |
# If the cluster already has istio, comment out the istio install part below. | |
apiVersion: kfdef.apps.kubeflow.org/v1beta1 | |
kind: KfDef | |
metadata: | |
# If name is not set, kfctl will infer app name from the directory. | |
# name: myapp2 | |
namespace: kubeflow | |
spec: | |
applications: |
apiVersion: kfdef.apps.kubeflow.org/v1beta1 | |
kind: KfDef | |
metadata: | |
name: opendatahub-jupyterhub | |
namespace: opendatahub | |
spec: | |
applications: | |
- kustomizeConfig: | |
repoRef: | |
name: manifests |
# This is the config to install Kubeflow on an existing k8s cluster. | |
# If the cluster already has istio, comment out the istio install part below. | |
apiVersion: kfdef.apps.kubeflow.org/v1beta1 | |
kind: KfDef | |
metadata: | |
# If name is not set, kfctl will infer app name from the directory. | |
# name: myapp2 | |
namespace: kubeflow | |
spec: | |
applications: |