Skip to content
This repository was archived by the owner on Jan 13, 2023. It is now read-only.

Commit 02c45ee

Browse files
committed
Update docs reference to RBAC definitions
1 parent 220c826 commit 02c45ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/install.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@ Additional information can be found in the [Server Configuration](remote.md) sec
6060

6161
Red Sky Ops uses Kubernetes jobs to implement trial runs along with custom resources describing the experiment and trial. The Red Sky Ops Controller needs full permission to manipulate these resources. Additionally, the Red Sky Ops Controller must be able to list core pods, services, and namespaces.
6262

63-
The exact role requirements for a specific version can be reproduced using Kustomize, for example to view the [roles for v1.3.1](https://github.com/redskyops/redskyops-controller/tree/v1.3.1/config/rbac):
63+
The exact role requirements for a specific version can be reproduced using Kustomize, for example to view the [roles for v1.5.2](https://github.com/redskyops/redskyops-controller/tree/v1.5.2/config/rbac):
6464

6565
```sh
66-
kustomize build github.com/redskyops/redskyops-controller//config/rbac/?ref=v1.3.1
66+
kustomize build 'github.com/redskyops/redskyops-controller/config/rbac/?ref=v1.5.2'
6767
```
6868

6969
The `redskyctl init` command will attempt to run a container in the default namespace of current context from your Kubernetes configuration. The container being run generates the manifests required for installation (see "Advanced Installation" for more details). Running the container requires "create" permission for the core "pods" resource.

0 commit comments

Comments
 (0)