-
Notifications
You must be signed in to change notification settings - Fork 40
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
Fixed Installation Reference Walkthrough doc to have correct paths #74
Conversation
Codecov Report
@@ Coverage Diff @@
## master #74 +/- ##
=======================================
Coverage 73.09% 73.09%
=======================================
Files 6 6
Lines 825 825
=======================================
Hits 603 603
Misses 162 162
Partials 60 60 Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! you need to sign the CLA in order for this PR to be mergeable
@eytan-avisror Thanks. I've signed the CLA. |
added detail on fargate scheduling and roles simple loopback working simple request/response loopback Fixed Installation Reference Walkthrough doc to have correct paths (keikoproj#74)
* confirming requirements/approach * fixed up some indentation * replaced tabs with spaces * Simple req/resp loopback for fargate added detail on fargate scheduling and roles simple loopback working simple request/response loopback Fixed Installation Reference Walkthrough doc to have correct paths (#74) * creates and deletes profiles * state machine for creating/deleting fargate profiles * squash this * recode complete * support the cascade delete of role and profile * create, apply and delete working * includes logic to prevent creation/deleting of profiles while deleting other profiles * fixed value v reference bug * fix early return from HasChanged. Did a DeMorgan * Took out some unnecessary log.info calls and added some comments * Tableized the StateDiscovery tests * Updated vendor/ * immutable profiles with reconciliation for all AWS calls * References to values * merged AwsFargateWorker and AwsWorker * clean up vendor * barebones create and delete profile bdd tests * whoops, forgot the fargate template * refactored to new provisioner design * removed 04_instance-manager.yaml * moved retry exception logic to provisioner, refactored the aws provider to make more reuse, restructed eksfargate block in controllers/instancegroup_controller.go * added test for instancegroup_types, removed an orphaned aws function, enforced a 'managed' strategy for eks-fargate * merged master * added instancegroups_types test * tested createfargateprofile interface * removed Fargate Profile Name * hashed the profile name and default execution role name Co-authored-by: Eytan Avisror <[email protected]>
At the beginning of the doc, we have the following instruction
The next command has the correct path for the CloudFormation template, but all of the subsequent commands have the wrong paths. This PR is to fix all the wrong paths.