Skip to content

Commit a196e4e

Browse files
Merge pull request #704 from leseb/git-objects
remove minishift support
2 parents 8633261 + 6a7991d commit a196e4e

File tree

5 files changed

+1
-87
lines changed

5 files changed

+1
-87
lines changed

Documentation/install/install.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -29,18 +29,6 @@ make run-local
2929

3030
You can verify that the OLM components have been successfully deployed by running `kubectl -n local get deployments`
3131

32-
## Run locally with minishift
33-
34-
This command starts minishift, builds the OLM containers locally with the minishift-provided docker, and uses the local configuration in [local-values-shift.yaml](local-values-shift.yaml) to build localized deployment resources for OLM.
35-
36-
Note that this step requires the `helm` binary, which doesn't come with minishift by default, to be present in your PATH. It can be downloaded from the [helm releases page](https://github.com/helm/helm/releases)
37-
38-
```
39-
make run-local-shift
40-
```
41-
42-
You can verify that the OLM components have been successfully deployed by running `kubectl -n local get deployments`
43-
4432
## Building deployment resources for any cluster
4533

4634
Deployments of OLM can be stamped out with different configurations by writing a `values.yaml` file and running commands to generate resources.

Documentation/install/local-values-shift.yaml

Lines changed: 0 additions & 33 deletions
This file was deleted.

Makefile

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,6 @@ deploy-local:
6161
. ./scripts/install_local.sh local build/resources
6262
rm -rf build
6363

64-
run-local-shift:
65-
. ./scripts/build_local_shift.sh
66-
mkdir -p build/resources
67-
. ./scripts/package-release.sh 1.0.0 build/resources Documentation/install/local-values-shift.yaml
68-
. ./scripts/install_local.sh local build/resources
69-
rm -rf build
70-
7164
e2e.namespace:
7265
@printf "e2e-tests-$(shell date +%s)-$$RANDOM" > e2e.namespace
7366

@@ -87,10 +80,6 @@ e2e-local:
8780
e2e-bare: setup-bare
8881
. ./scripts/run_e2e_bare.sh $(TEST)
8982

90-
e2e-local-shift:
91-
. ./scripts/build_local_shift.sh
92-
. ./scripts/run_e2e_local.sh $(TEST)
93-
9483
e2e-local-docker:
9584
. ./scripts/build_local.sh
9685
. ./scripts/run_e2e_docker.sh $(TEST)
@@ -163,7 +152,7 @@ verify-codegen: codegen
163152

164153
verify-catalog:
165154

166-
generate-mock-client:
155+
generate-mock-client:
167156
$(MOCKGEN)
168157

169158
gen-all: gen-ci container-codegen container-mockgen

e2e-local-shift.Dockerfile

Lines changed: 0 additions & 9 deletions
This file was deleted.

scripts/build_local_shift.sh

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)