Robin H. Johnson

Results 158 comments of Robin H. Johnson

I've diverged slightly from master, but I'll retest w/ PR105 merged, will report back soon.

Yes, this does still happen even with master merged up. Related error, we need to run `realm create` at some point.

@vshankar what's the status of getting this merged, and backported to Quincy? Alternatively, is it still needed since https://github.com/ceph/ceph/pull/53080 was merged? If #53080 was good enough, that should be backported...

Wow, dead ticket resurrect here. Do you consider `remote_file` resource properties `use_conditional_get` / `use_etag` / `use_last_modified` to be sufficiently idempotent? To use it, you'd have to wire up `gpg_url` to...

@rexagod rebase now that #3242 was merged?

As @daveoy notes, one of our use cases is exporting a timestamp value from a Node annotation. This is not possible via KSM since v2.9.0. It *was* previously available and...

Here's example of what we're doing to export the labels in something beyond `kube_node_labels` ``` resources: - groupVersionKind: kind: Node version: v1 labelsFromPath: node: [metadata, name] metricNamePrefix: "" metrics: -...