We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
kubebuilder
etcd, kube-apiserver ,kubectl are now in kubebuilder-tools
etcd
kube-apiserver
kubectl
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.etcd
,kube-apiserver
,kubectl
are now in kubebuilder-toolse.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
The text was updated successfully, but these errors were encountered: