-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: set default instance profile for AWS CP and worker nodes (#506)
Moved: d2iq-labs#54 **What problem does this PR solve?:** This is a stacked PR: #504 sets defaults for aws instance profiles CP: `control-plane.cluster-api-provider-aws.sigs.k8s.io` and Workers: `nodes.cluster-api-provider-aws.sigs.k8s.io` removes instanceProfile field in AWSMachineTemplates **Which issue(s) this PR fixes:** Fixes # **How Has This Been Tested?:** Tested manually be creating AWS cluster. Created AWS cluster without adding instanceProfile variable, CAREN patched AWSMachineTemplate with default instanceProfile. **Special notes for your reviewer:** Looking into ways to unit test the defaults.
- Loading branch information
Showing
3 changed files
with
15 additions
and
6 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
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 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