Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Richard Case <198425+richardcase@users.noreply.github.com>
  • Loading branch information
Callisto13 and richardcase committed Aug 5, 2022
1 parent fa093ae commit 15120af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -57,8 +57,8 @@ The sequence of events for a full run is:
- E2E section (streamed over SSH from the management host)...
- Create a kind cluster
- Initialise the cluster with required CAPI controllers
- Generate a template for the CAPMVM workload
- Apply the workload to the kind cluster
- Generate a template for the CAPMVM workload cluster
- Apply the workload cluster yaml to the kind cluster
- Ensure all supplied flintlock hosts have been used
- Deploy an application to the workload cluster
- Teardown
Expand Down
2 changes: 1 addition & 1 deletion cmd/README.md
Expand Up @@ -13,7 +13,7 @@ There are 2 reasons it exists:
1. To save time on networking complexity during my initial stab at these tests,
I chose not to set it up so that the CAPI management cluster could be run
from outside the Equinix infra network.
_Technically_ then can be since the flintlock servers are bound to a public
_Technically_ it could be since the flintlock servers are bound to a public
interface, but the next hurdle then would have been the control plane
load balancer address: I would have had to figure out a way to dynamically reserve
an IPv4 address and then ensure that it was allocated to the workload cluster.
Expand Down

0 comments on commit 15120af

Please sign in to comment.