Matt Ray
Matt Ray
According to @odacremolbap it should "die in favor of Function so whenever possible we should stop using it"
Given that this cookbook is fairly standard, it would be really nice if managing SSH on MacOS was supported.
# Version: If you set a verifier attribute in a suite, it persists to the next one in the kitchen.yml. Conversely, if you put it last it doesn't persist. The...
Docker Inc. express a preference that [container labels should be namespaced](https://docs.docker.com/engine/userguide/labels-custom-metadata/). Label Schema is a community project to provide a shared namespace for use by multiple tools, specifically org.label-schema. http://label-schema.org/rc1/...
``` Traceback (most recent call last): 16: from /usr/local/bin/inspec:203:in `' 15: from /usr/local/bin/inspec:203:in `load' 14: from /opt/inspec/embedded/lib/ruby/gems/2.6.0/gems/inspec-bin-4.18.82/bin/inspec:11:in `' 13: from /opt/inspec/embedded/lib/ruby/gems/2.6.0/gems/inspec-core-4.18.82/lib/inspec/base_cli.rb:35:in `start' 12: from /opt/inspec/embedded/lib/ruby/gems/2.6.0/gems/thor-0.20.3/lib/thor/base.rb:466:in `start' 11: from /opt/inspec/embedded/lib/ruby/gems/2.6.0/gems/thor-0.20.3/lib/thor.rb:387:in `dispatch'...
It's "OpenCost" not "Opencost"
Cloud Costs are currently stored in memory, which can be problematic for large CURs over long periods of time. There needs to be a better solution for offline longterm querying....
The OpenCost UI releases are currently tied to releasing OpenCost. Separating them would allow independent releases, separate maintainers, and different build and testing frameworks. The UI accesses the OpenCost API,...
GetKubecostJobName->GetOpenCostJobName GetKubecostNamespace->GetOpenCostNamespace GetKubeostConfigBucket->GetOpenCostConfigBucket ## What does this PR change? * Adds support for OPENCOST_NAMESPACE, OPENCOST_JOB_NAME, and OPENCOST_CONFIG_BUCKET without removing functionality of KUBECOST_* support. The defaults have changed, but if the...
OpenCost is currently deployed via the manifest https://raw.githubusercontent.com/opencost/opencost/develop/kubernetes/opencost.yaml and the image pulled is ``` - image: quay.io/kubecost1/kubecost-cost-model:latest ``` Ideally the image should be renamed to opencost and potentially hosted at...