Skip to content

Commit

Permalink
NO-ISSUE Add note about Skipper to the operator build docs (#1768)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkowalski authored May 21, 2021
1 parent d134953 commit a47e966
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/operator.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,13 @@ Build the bundle:

```
export BUNDLE_IMAGE=quay.io/${QUAY_NAMESPACE}/assisted-service-operator-bundle:${TAG}
make operator-bundle-build
skipper make operator-bundle-build
```

**NOTE**

It is possible to run `make` command without using Skipper. In such a scenario all the required dependencies can be installed using the [setup_env.sh script](../hack/setup_env.sh).

## Deploying the operator

The operator must be deployed to the assisted-installer namespace. Create the namespace.
Expand Down

0 comments on commit a47e966

Please sign in to comment.