Alex Nordlund

Results 384 comments of Alex Nordlund

There's support for `NpxTask` in the fork thanks to this PR https://github.com/node-gradle/gradle-node-plugin/pull/32

This plugin is abandoned since 2019, but I've copied this issue to an actively maintained fork, I actually wanted to add specifically this support but was previously unable to find...

There's more history in https://github.com/srs/gradle-node-plugin/issues/315, but the short of it is that this repository is no longer actively developed and does not work with Gradle 7 (or even 6 I...

Does it work if you change to the following? ```groovy tasks.named("npm_run_build").configure { dependsOn tasks.getByName("some_task") } ```

There's multiple issues and PRs related to Gradle 6 support e.g. #349 There's also #315 to keep in mind

Also on 1.107.0, I'm getting 1,000 lines printed every minute and as a result I had to tear down our POC

If you're running without `CURRENT_CLUSTER_ID_FILTER_ENABLED` this will fire unexpectedly 🥲

Additionally when debugging this, it seems like opencost want nodes to be referred to by their IP address internally, extracting a "name" like `10.0.0.5:10250` from the `instance` variable in all...

@mattray I could, but I think it's the wrong solution, especially since outside of EKS the IP address could change for a node But the current solution is deliberate, so...

@AjayTripathy you're not using `node` though, there's a `label_replace` in almost all the queries that replaces it with `instance` https://github.com/opencost/opencost/blob/e5f7fc69405b31eea6fe68981b588061eff3c4bb/pkg/costmodel/costmodel.go#L156