Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix readme in examples directory #1687

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 1 addition & 9 deletions examples/v1beta1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down