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

docs: drop bazel #2192

Merged
merged 2 commits into from
Apr 13, 2021
Merged

Conversation

tao12345666333
Copy link
Member

No description provided.

Signed-off-by: Jintao Zhang <zhangjintao9020@gmail.com>
@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Apr 10, 2021
@k8s-ci-robot k8s-ci-robot requested review from aojea and neolit123 April 10, 2021 16:17
@k8s-ci-robot k8s-ci-robot added the size/S Denotes a PR that changes 10-29 lines, ignoring generated files. label Apr 10, 2021
@aojea
Copy link
Contributor

aojea commented Apr 10, 2021

/assign @BenTheElder

Signed-off-by: Jintao Zhang <zhangjintao9020@gmail.com>
@tao12345666333
Copy link
Member Author

/test pull-kind-e2e-kubernetes-1-19

@@ -115,7 +115,7 @@ See also: our own [contributor guide] and the Kubernetes [community page].

- kind supports multi-node (including HA) clusters
- kind supports building Kubernetes release builds from source
- support for make / bash / docker or bazel, in addition to pre-published builds
- support for make / bash or docker, in addition to pre-published builds
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is the same thing currently, we should drop this bullet. can do that nit in a follow up as cleaning up bazel on it's own is worth it

@@ -51,7 +51,7 @@ func NewCommand(logger log.Logger, streams cmd.IOStreams) *cobra.Command {
}
cmd.Flags().StringVar(
&flags.BuildType, "type",
"docker", "build type, one of [bazel, docker]",
"docker", "build type, default is docker",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TODO: document deprecation in usage and/or hide flag

@BenTheElder
Copy link
Member

/lgtm
/approve
will add more details to this in a follow-up as we need to put a note regarding that kind requires all of upstream kubernetes's build requirements and link to the upstream docs xref #2188

@BenTheElder
Copy link
Member

thank you!

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Apr 13, 2021
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: BenTheElder, tao12345666333

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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Apr 13, 2021
@k8s-ci-robot k8s-ci-robot merged commit 216edda into kubernetes-sigs:main Apr 13, 2021
@tao12345666333 tao12345666333 deleted the drop-bazel branch April 14, 2021 01:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm "Looks good to me", indicates that a PR is ready to be merged. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants