Update provider implementation guide to Kubebuilder 2.0 #1090
Labels
kind/documentation
Categorizes issue or PR as related to documentation.
lifecycle/active
Indicates that an issue or PR is actively being worked on by a contributor.
priority/important-soon
Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
Milestone
/kind bug
What steps did you take and what happened:
Following the instructions in the provider implementation documentation when building the project, the following errors/inconsistencies occurs:
Makefile patch
Instructions for building the project include a patch for the
Makefile
which includes this change:However, the actual Makefile looks as follows:
API package locatiion
Building the project fails due to a missing reference to
apis
package:The problem is because the api is created under
sigs.k8s.io/cluster-api-provider-solas/api/v1alpha1
This issue is related to #1075
Note
Environment:
Cluster-api version: 0.1.4
kubectl version
): 1.4.1/etc/os-release
): openSUSE Leap 15.0The text was updated successfully, but these errors were encountered: