Jan Lauber

Results 13 comments of Jan Lauber

Hey @kbrwn I think about a fix cost we define for our onPrem cluster environment. Since we are using the Citrix ADC in front of our clusters as an ingress/load...

I faced similar issues with the citrix-ingress-controller helm chart and started debugging it. So I just found the duplicate line in it and opened a PR which fixes the issue...

Had the same thought when debugging their scripts today. Should definitely be visible for the whole community on GitHub. Would appreciate it!

dear team, please take a look at this PR, we need this feature implemented

@ep4sh I have the same problem. I think the problem is the following code: https://github.com/opencost/opencost/blob/9c2ce2298a79d8992ddbfa27a2e23400dc09dcbd/pkg/cloud/provider/provider.go#L273C10-L273C10 I think opencost parses the name of the nodes and if the name of the...

I've created a PR which resolves this problem. You can test the changes with using my test image. Helm values.yaml: ```yaml [...your other values...] opencost: exporter: defaultClusterId: 'your-cluster-id' image: registry:...

@thomasvn Yes, the `metadata.OnGCE()` must be fixed in the [cloud.google.com/go/compute/metadata](https://github.com/googleapis/google-cloud-go) repository. But this also wouldn't solve the problem, that today you cannot enforce the custom provider on a public cloud...