dilyevsky
dilyevsky
@icyxp thanks for the report. We can potentially support it but probably with standalone healthchecks only, not alias+evaluate_target_health. Can you provide terraform or some other description of your aws config?
We're seeing this as well. One interesting observation is this doesn't happen every time. Also here's some output with `TG_LOG=debug`: ``` 2021-09-30T15:20:00.100-0700 [WARN] Provider "registry.terraform.io/hashicorp/vault" produced an unexpected new value...
Also comparing debug print of the response when terraform detected no changes and it looks exactly the same so there seems to be some sort of race/indeterminism in how the...
> Also, I'm not sure what problem the new design is supposed to solve +1 unless there's a specific issue we're trying to address my preference is to keep it...
As far as I can tell this happens bc `reflect.Type.PkgPath` follows the type alias and seems to me alias target information is totally lost during compilation. Here's a sample of...
I would like to claim that feature - need gpu support for GCP provider in our clusters.
I haven’t tested it yet but If CRD provides openapi definitions you can generate proto representations using google gnostic tool - https://github.com/googleapis/gnostic-go-generator/blob/master/README.md After that it should work the same way....
You can’t. Main needs to return proto wrapped into skyProtoMessage (there’s a helper for that). On Sat, Jan 4, 2020 at 7:27 PM Leopold Schabel wrote: > How would one...
Correct, you have render them as json. Maybe that’ll change when go proto v2 is out On Mon, Jan 6, 2020 at 4:28 PM Leopold Schabel wrote: > It appears...
> This seems like it'd be difficult to reconcile with skycfg's goals of being hermetic and deterministic, since the behavior would now depend on dynamically fetching API specifications. In my...