-
Notifications
You must be signed in to change notification settings - Fork 326
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
Merge controller subcommand into connect inject subcommand #1697
Conversation
f317a11
to
437eee1
Compare
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.
Looks Good! There are a lot of changes but the tests make this feel a lot safer to do.
I only had a couple questions but nothing I would block you on. Ping me tomorrow if you need an approval.
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.
Awesome work!! Please remember to add a changelog entry with the breaking change
@@ -349,7 +349,7 @@ rebase the branch on main, fixing any conflicts along the way before the code ca | |||
... | |||
IngressGateway string = "ingressgateway" | |||
``` | |||
1. Update `control-plane/subcommand/controller/command.go` and add your controller: | |||
1. Update `control-plane/subcommand/inject-connect/command.go` and add your controller: |
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.
🙏
437eee1
to
2c63ccc
Compare
Changes proposed in this PR:
How I've tested this PR:
How I expect reviewers to test this PR:
Checklist: