Eron Wright
Eron Wright
@Frassle I agree that the invoke itself should error. I'm advocating for having the provider catch the error and then synthesize unknown values, as shown in the example. The alternative...
@Frassle is there codegen for invokes? I would guess that most invokes are made by hand-written provider SDK code, typically (but not exclusively) for overlay resources. See [Provider Functions |...
A possible workaround may be to dynamically adjust the fitness calculation, to 'improve' the fitness as the task grows older or more urgent. It's a hack that I'd rather avoid.
Just a comment to framework developers: to effectively use reserved resources, be sure to formulate the resource objects in your `TaskInfo` based on the specific resources contained in the offer....
@spodila have you seen much interest in adding disk support? Or seen some applications of Fenzo that succeed in that?
@spodila I am interested in the functionality but don't have time to work on it at this time.
A possible workaround is to write an alternate implementation of `VMLeaseObject` as mentioned in #166.
I suggest you create a cluster using the UI, then inspect the JSON obtained from the 'deployment' resource (see [here](http://cloudera.github.io/cm_api/apidocs/v7/path__cm_deployment.html)). You will notice that some settings are stored at the...
See also: https://github.com/pulumi/pulumi-aws-native/issues/1182
Dup of https://github.com/pulumi/crd2pulumi/issues/23 TLDR; the functionality was removed in 1.0.5 ([PR](https://github.com/pulumi/crd2pulumi/pull/4)) due to bugginess.