Generate CRDs with controller-gen instead
This commit is contained in:
@@ -206,11 +206,6 @@ func InitControlPlane(ctx context.Context, nctx *NodeContext) error {
|
||||
return fmt.Errorf("init control-plane requires fresh local state, got %q", nctx.LocalClusterState.MembershipKind)
|
||||
}
|
||||
|
||||
// Example:
|
||||
// if err := RunKubeadmInit(ctx, nctx); err != nil {
|
||||
// return fmt.Errorf("kubeadm init: %w", err)
|
||||
// }
|
||||
|
||||
return nil
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user