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

kubebuilder download URL for v3 and above does not contain kubebuilder-tools #14

Open
LittleWat opened this issue Jul 27, 2022 · 0 comments

Comments

@LittleWat
Copy link
Contributor

LittleWat commented Jul 27, 2022

I am trying to support kubebuilder v3 and above
https://github.com/ob/rules_kubebuilder/pull/13/files

but kubebuilder download URL for v3 and above just contains kubebuilder binary.

  • v2: tar.gz that contains kubebuilder,etcd, kube-apiserver, kubectl
  • v3: just kubebuilder binary file

etcd, kube-apiserver ,kubectl are now in kubebuilder-tools

e.g. https://storage.googleapis.com/kubebuilder-tools/kubebuilder-tools-1.23.5-linux-amd64.tar.gz

So we might need the step like below...?
https://github.com/cert-manager/cert-manager/blob/70842364304fb472ed1c62afc4f1c3898c73164c/hack/bin/deps.bzl#L73-L116

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant