Jeremiah Snapp
Jeremiah Snapp
We only want to bump the version of the chef related gems in Gemfile.lock but the `bundle update --conservative` would frequently bump the version of other gems that are direct...
The `supermarket-ctl show-config` doesn't show the final results of attributes calculation. For example, when a custom value is configured for `node.set['supermarket_omnibus']['config']['fqdn']` the default value is still shown in the output....
Non-admin users by default do not have permission to create clients which means they cannot perform a validatorless bootstrap of a node. My suggested workaround is to give the "users"...
Customers want to be able to specify top level attributes in Chef Search to avoid the problems caused by extracting [nested fields](http://docs.chef.io/chef_search.html#nested-fields) to the top level. > When nested fields...
I have datadog-operator 1.7.0 installed and a working DatadogAgent resource which configures a cluster-agent deployment and node-agent daemonset in my kubernetes cluster. This is working fine but I want to...
DatadogAgentProfiles use node affinity to specify the nodes on which to install the customized node agent but it doesn't currently provide the ability to specify tolerations. Please add the ability...
I am using a DatadogAgent resource to deploy node agents to my default set of nodes with APM enabled. I want to be able to use a DatadogAgentProfile to install...