Skip to content

Instantly share code, notes, and snippets.

View is.yaml
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:
View pod.yaml
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",
View push-operator-application.sh
#!/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
View release-issue-template.md

New ODH Release

Version: X.Y.Z

Target date: 1. 1. 1970

Checklist:

  • All issues in the project (link) are in Done
  • A new branch and a tag exist in odh-manifests (link)
  • A new branch and a tag exist in opendatahub-operator (link)
View tf-job-test.yaml
apiVersion: "kubeflow.org/v1"
kind: "TFJob"
metadata:
name: "dist-mnist-for-e2e-test"
spec:
tfReplicaSpecs:
PS:
replicas: 2
restartPolicy: Never
template:
View kfdef_katib.yaml
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:
View mnist_example.yaml
apiVersion: "kubeflow.org/v1"
kind: "PyTorchJob"
metadata:
name: "pytorch-dist-mnist-gloo"
spec:
pytorchReplicaSpecs:
Master:
replicas: 1
restartPolicy: OnFailure
template:
View kfdef_pytorch.yaml
# 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:
View kfctl_openshift_jh.yaml
apiVersion: kfdef.apps.kubeflow.org/v1beta1
kind: KfDef
metadata:
name: opendatahub-jupyterhub
namespace: opendatahub
spec:
applications:
- kustomizeConfig:
repoRef:
name: manifests
View kfctl_openshift_kfserving.yaml
# 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: