Skip to content

Commit

Permalink
Remove notes in README(s) about the bundle generation and uploading n…
Browse files Browse the repository at this point in the history
…ot being automated as it already is.

See PR: #45
  • Loading branch information
dlbock committed Nov 24, 2020
1 parent dbcf76d commit b860e32
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 17 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,3 @@ There are two ways to install the operator:
* [docs/build.md](docs/build.md) describes how to build the Docker image from source code.
* [docs/testing-with-kind.md](docs/testing-with-kind.md) shows how to test the operator in a local Kind cluster.
* [docs/run-operator-registry-locally.md](docs/run-operator-registry-locally.md) describes how to set up a local Operator Lifecycle Manager and Registry to test the OLM deployment locally.

### TODO

* The new bundle format for the RedHat operator is not fully automated. Please see [the readme](olm/README.md) for more information.
13 changes: 0 additions & 13 deletions olm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,6 @@ To create the templates, run

This requires a couple of prerequisites (`jsonnet`, `python3`, `pyyaml`, `semver` and `requests`), which are packaged in the Dockerfile for running in CI.

# Creation of the bundle dockerfile

Create the artifacts

./create-artifacts.sh $VERSION redhat

Then from the root directory of this project, run the docker build

docker build -t scan.connect.redhat.com/ospid-5fc350a1-9257-4291-9f2a-df9257b9e791/instana-agent-operator-bundle:$VERSION -f olm/bundle.Dockerfile target/redhat

And push that image to initiate a bundle scan and publishing of metadata for the operator.

### TODO

- [ ] Create descriptions from other documentation in this repository
- [ ] Automate creation of bundle docker file

0 comments on commit b860e32

Please sign in to comment.