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

Enable CRDs by default #779

Merged
merged 3 commits into from
Dec 5, 2019
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Remove invalid note
Dean-Coakley committed Nov 29, 2019
commit c9b7d84688e8c435617f375cbb1680fe38142768
2 changes: 0 additions & 2 deletions docs/installation.md
Original file line number Diff line number Diff line change
@@ -33,8 +33,6 @@ The installation manifests are located in the [deployments](../deployments) fold
$ kubectl apply -f common/custom-resource-definitions.yaml
```

Dean-Coakley marked this conversation as resolved.
Show resolved Hide resolved
**Note**: If you want to use the ingress resource instead, you must skip this step. Additionally in Step 3 remove the `-enable-custom-resources` [command-line argument](cli-arguments.md).

## 2. Configure RBAC

If RBAC is enabled in your cluster, create a cluster role and bind it to the service account, created in Step 1: