Skip to content

Commit

Permalink
fix some documents
Browse files Browse the repository at this point in the history
  • Loading branch information
tenzen-y committed Oct 27, 2021
1 parent 4aee835 commit 45ad4e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,10 +159,10 @@ kubectl apply -k "github.com/kubeflow/katib.git/manifests/v1beta1/installs/katib

## Release Version

For the specific Katib release (for example `v0.11.1`) run this command:
For the specific Katib release (for example `v0.12.0`) run this command:

```
kubectl apply -k "github.com/kubeflow/katib.git/manifests/v1beta1/installs/katib-standalone?ref=v0.11.1"
kubectl apply -k "github.com/kubeflow/katib.git/manifests/v1beta1/installs/katib-standalone?ref=v0.12.0"
```

Make sure that all Katib components are running:
Expand Down
4 changes: 0 additions & 4 deletions docs/developer-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,6 @@ You can find the `cert-generator` source code [here](../cmd/cert-generator/v1bet

Please see [new-algorithm-service.md](./new-algorithm-service.md).

## Algorithm settings documentation

Please see [algorithm-settings.md](./algorithm-settings.md).

## Katib UI documentation

Please see [Katib UI README](https://github.com/kubeflow/katib/tree/master/pkg/ui/v1beta1).
Expand Down

0 comments on commit 45ad4e8

Please sign in to comment.