diff --git a/Makefile b/Makefile index 83a5a00c..eb436a8c 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # Image URL to use all building/pushing image targets -IMG ?= kubedl/kubedl:v0.2.0 +IMG ?= kubedl/kubedl:v0.3.0 # Produce CRDs that work back to Kubernetes 1.11 (no version conversion) CRD_OPTIONS ?= "crd:trivialVersions=true,maxDescLen=0" diff --git a/config/manager/all_in_one.yaml b/config/manager/all_in_one.yaml index 83d3b0e8..7a66f4b7 100644 --- a/config/manager/all_in_one.yaml +++ b/config/manager/all_in_one.yaml @@ -314,7 +314,7 @@ spec: app: kubedl spec: containers: - - image: kubedl/kubedl:v0.2.0 + - image: kubedl/kubedl:v0.3.0 imagePullPolicy: Always name: kubedl-manager ports: diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index b15adcf2..aad28ab8 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -5,4 +5,4 @@ kind: Kustomization images: - name: controller newName: kubedl/kubedl - newTag: v0.2.0 + newTag: v0.3.0 diff --git a/controllers/xgboost/pod_test.go b/controllers/xgboost/pod_test.go index d1fc42c0..6c7bcae3 100644 --- a/controllers/xgboost/pod_test.go +++ b/controllers/xgboost/pod_test.go @@ -68,7 +68,7 @@ func NewXGBoostReplicaSpecTemplate() corev1.PodTemplateSpec { Containers: []corev1.Container{ corev1.Container{ Name: v1alpha1.XGBoostJobDefaultContainerName, - Image: "test-image-for-kubeflow-xgboost-operator:latest", + Image: "test-image-for-xgboost-operator:latest", Args: []string{"Fake", "Fake"}, Ports: []corev1.ContainerPort{ corev1.ContainerPort{ diff --git a/docs/hostnetwork.md b/docs/hostnetwork.md index 147968b8..5e355f6f 100644 --- a/docs/hostnetwork.md +++ b/docs/hostnetwork.md @@ -13,7 +13,7 @@ KubeDL provide a feature-gate to enable `hostnetwork` mode for jobs, users only `kubedl.io/network-mode: host` to job specifications, for example: ```yaml - apiVersion: "kubeflow.org/v1" + apiVersion: "training.kubedl.io/v1alpha1" kind: "TFJob" metadata: name: "mnist" diff --git a/docs/tensorboard.md b/docs/tensorboard.md index e557716b..8fa834a5 100644 --- a/docs/tensorboard.md +++ b/docs/tensorboard.md @@ -10,7 +10,7 @@ After that, users can access the tensorboard through this URL `http://