-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
✨ (go/v4-alpha) new alpha plugin using kustomize v4 (add support for Apple Silicon) #2785
Conversation
aee538f
to
efbca80
Compare
c059595
to
a5dcd3a
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.
First round. Mostly just a few docs wording changes and minor nits:
test/e2e/v4/plugin_cluster_test.go
Outdated
} | ||
|
||
var _ = Describe("kubebuilder", func() { | ||
Context("project version 3", func() { |
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.
Nit:
Context("project version 3", func() { | |
Context("project version 4", func() { |
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.
The project version is 3 ( the project version is the schema version used for the PROJECT file) However, i think we might could add another context here that is not too helpful maybe.
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.
Ah okay that makes sense. Thanks for clearing that up!
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.
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: camilamacedo86, everettraven The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
…pport for Apple Silicon) Co-authored-by: Bryce Palmer <everettraven@gmail.com>
New changes are detected. LGTM label has been removed. |
@camilamacedo86: The following test failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
Description
Add new go/v4 alpha plugin that adds support for Apple Silicon
The new plugin uses the base language go v3 with kustomize/v2-alpha
Changes:
Closes: #1932