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

Fixed Installation Reference Walkthrough doc to have correct paths #74

Merged
merged 1 commit into from
Feb 12, 2020

Conversation

darrendao
Copy link
Contributor

At the beginning of the doc, we have the following instruction

cd <repository-root>  # cwd should be the root of the repository

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.

@darrendao darrendao requested a review from a team as a code owner February 12, 2020 18:49
@claassistantio
Copy link

claassistantio commented Feb 12, 2020

CLA assistant check
All committers have signed the CLA.

@codecov
Copy link

codecov bot commented Feb 12, 2020

Codecov Report

Merging #74 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           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.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9a21c95...103219d. Read the comment docs.

Copy link
Collaborator

@eytan-avisror eytan-avisror left a 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

@darrendao
Copy link
Contributor Author

@eytan-avisror Thanks. I've signed the CLA.

@eytan-avisror eytan-avisror merged commit 0c9a5d2 into keikoproj:master Feb 12, 2020
thomaswhitcomb added a commit to thomaswhitcomb/instance-manager that referenced this pull request Mar 2, 2020
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)
@eytan-avisror eytan-avisror mentioned this pull request Mar 3, 2020
eytan-avisror added a commit that referenced this pull request Jun 15, 2020
* 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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants