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

Feature/local kube connection anpl 857 #1017

Draft
wants to merge 16 commits into
base: main
Choose a base branch
from
Draft
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
Tweaks to the documentation based on running it on a clean environment.
Co-authored-by: Louise Bowler <LouiseABowler@users.noreply.github.com>
ladyrassilon committed Apr 21, 2022
commit 45e36516be705c97deb330f5ae957b8e21be9b7e
6 changes: 3 additions & 3 deletions current_status_of_spike.md
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@ At this stage, we didn't intend to interact with the tool, so ingress wasn't nee

## Pre-getting started setup

Currently this is based on also having ```tools-controller-poc``` setup
Currently this is based on also having [`tools-controller-poc`](https://github.com/jasonBirchall/tools-controller-poc) setup

### Go versions warning
You will currently need to use go 1.17
@@ -65,7 +65,7 @@ So to build and run
make docker-login

# Build the containers
make build
make eks

# bring up in foreground
aws-vault exec admin-dev -- make local-fg
@@ -102,7 +102,7 @@ In [2]: Tool.objects.update(target_infrastructure=Tool.EKS)

![Tools page](./doc/images/all-the-tools.png "The tools you were missing")

Now reload the page you'll see some shiny tools
Now reload the page you'll see some shiny tools (you might need to restart the server).

_N.B. these are archaic versions of the tools and should in no way be expected to work, even if deployment was working_