From 93ce2e0d186ec4882cd7f24439f2f313aa6cb9d7 Mon Sep 17 00:00:00 2001 From: tenzen-y Date: Thu, 30 Sep 2021 04:05:32 +0900 Subject: [PATCH] fix readme in examples directory --- examples/v1beta1/README.md | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/examples/v1beta1/README.md b/examples/v1beta1/README.md index a472428a296..8e9d9f480b9 100644 --- a/examples/v1beta1/README.md +++ b/examples/v1beta1/README.md @@ -14,18 +14,10 @@ A Minikube cluster and Katib components will be deployed! You can check them wit Then, start port-forward for katib UI `8080 -> UI`. -kubectl v1.10~: - ``` $ kubectl -n kubeflow port-forward svc/katib-ui 8080:80 ``` -kubectl ~v1.9: - -``` -& kubectl -n kubeflow port-forward $(kubectl -n kubeflow get pod -o=name | grep katib-ui | sed -e "s@pods\/@@") 8080:80 -``` - ## Create Experiment #### Random Suggestion Demo @@ -52,7 +44,7 @@ $ kubectl apply -f bayesianoptimization-example.yaml $ kubectl apply -f hyperband-example.yaml ``` -#### Run trial evaluation job by [PyTorchJob](https://github.com/kubeflow/pytorch-operator) +#### Run trial evaluation job by [PyTorchJob](https://github.com/kubeflow/tf-operator) ``` $ kubectl apply -f pytorchjob-example.yaml