Skip to content

Commit

Permalink
Fix links in Katib blog (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreyvelich authored Mar 13, 2021
1 parent d0bb9a1 commit 38fc3c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _posts/2021-03-10-katib-0.10.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ to know more about CRDs.
Follow these two simple steps to integrate new CRD in Katib:

1. Modify
the Katib controller [Deployment's arguments](https://github.com/kubeflow/katib/blob/master/manifests/v1beta1/katib-controller/katib-controller.yaml#L26)
the Katib controller [Deployment's arguments](https://github.com/kubeflow/katib/blob/master/manifests/v1beta1/components/controller/controller.yaml#L26)
with the new flag:

```
Expand All @@ -167,7 +167,7 @@ Follow these two simple steps to integrate new CRD in Katib:
```

2. Modify the Katib controller
[ClusterRole's rules](https://github.com/kubeflow/katib/blob/master/manifests/v1beta1/katib-controller/rbac.yaml#L5)
[ClusterRole's rules](https://github.com/kubeflow/katib/blob/master/manifests/v1beta1/components/controller/rbac.yaml#L5)
with the new rule to give Katib an access to all Kubernetes resources that
are created by the CRD's controller. To know more about ClusterRole,
please check the [Kubernetes guide](https://kubernetes.io/docs/reference/access-authn-authz/rbac/#role-and-clusterrole).
Expand Down

0 comments on commit 38fc3c7

Please sign in to comment.