-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Labels
kind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.lifecycle/activeIndicates that an issue or PR is actively being worked on by a contributor.Indicates that an issue or PR is actively being worked on by a contributor.priority/important-soonMust be staffed and worked on either currently, or very soon, ideally in time for the next release.Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
Milestone
Description
/kind bug
What steps did you take and what happened:
- Deploy CAPI
- Wait for CAPI pod to be 100% up and running
- Deploy an infra or bootstrap provider
- Create a
Clusterand e.g. anAWSCluster - CAPI pod fails to set the ownerReference on the
AWSClusterbecause it doesn't know about theAWSClusterresource
What did you expect to happen:
- It sets the ownerReference correctly
Anything else you would like to add:
In #1280 we added a RESTMapper that is able to flush its cache when it encounters an unknown kind, but it's only used by clusterctl. We need to do the same thing for our controllers.
Environment:
- Cluster-api version: v0.2.1
Metadata
Metadata
Assignees
Labels
kind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.lifecycle/activeIndicates that an issue or PR is actively being worked on by a contributor.Indicates that an issue or PR is actively being worked on by a contributor.priority/important-soonMust be staffed and worked on either currently, or very soon, ideally in time for the next release.Must be staffed and worked on either currently, or very soon, ideally in time for the next release.