-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Extract UserData from CloudFormation output during testing #3299
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: justinsb The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these OWNERS Files:
You can indicate your approval by writing |
453bffd
to
f29d67a
Compare
cmd/kops/integration_test.go
Outdated
@@ -33,8 +33,13 @@ import ( | |||
|
|||
"golang.org/x/crypto/ssh" | |||
|
|||
"encoding/base64" |
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.
ok to sort these, standard libraries at top and then alphabetical?
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.
Fixed them up a bit. Is there a tool you've found other than goimports? (goimports
is good, but doesn't change the newline separated blocks)
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.
Cheers! I'm using goimports too, so I just check manually when I remember to. :)
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.
This is great, makes it a lot easier to spot issues and changes in the generated bootstrap scripts. 👍
Tested and works as expected.
This gives us some sanity, so we can peek inside the base64 blob
f29d67a
to
e793562
Compare
Thanks @KashifSaadat ! |
/retest |
1 similar comment
/retest |
/test all [submit-queue is verifying that this PR is safe to merge] |
Automatic merge from submit-queue |
This gives us some sanity, so we can peek inside the base64 blob