-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #70 from Kuadrant/remove-install
Removing kuadrantctl install & uninstall
- Loading branch information
Showing
10 changed files
with
12 additions
and
432 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ on: | |
|
||
jobs: | ||
install: | ||
name: Run kuadrantctl install | ||
name: Run kuadrantctl generate | ||
runs-on: ubuntu-latest | ||
env: | ||
KIND_CLUSTER_NAME: kuadrantctl-local | ||
|
@@ -22,22 +22,9 @@ jobs: | |
id: go | ||
- name: Check out code | ||
uses: actions/checkout@v3 | ||
- name: Create k8s Kind Cluster | ||
uses: helm/[email protected] | ||
with: | ||
version: v0.20.0 | ||
config: utils/kind-cluster.yaml | ||
cluster_name: ${{ env.KIND_CLUSTER_NAME }} | ||
wait: 120s | ||
- name: Check cluster info | ||
run: | | ||
kubectl cluster-info dump | ||
- name: Run make env-setup | ||
run: | | ||
make env-setup | ||
- name: build | ||
run: | | ||
make install | ||
- name: run command | ||
run: | | ||
bin/kuadrantctl install | ||
bin/kuadrantctl generate gatewayapi httproute --oas examples/oas3/gateway-api-petstore.yaml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.