SDBrett

Results 9 comments of SDBrett

Am I correct that you're proposing a singular CR which contains relevant credentials for a Kafka cluster? I mocked up two manifests to help illustrate my understanding, though I may...

I've updated my code to reflect what you posted. Though I get an error in the data resource if I do so. * resource 'data.template_file.file_server' count: unknown variable referenced: 'count'....

I have changed the way that I am incrementing the hostname when calling the template. The template now looks like `data "template_file" "file_server" { template = "${file("userdata.txt")}" count = "${var.file_server["number"]}"...

+1 The use of NFS storage is widespread and adding support would be very helpful to many companies. Companies who are just starting to adopt K8S on-prem may not have...

> Here's an example of backing up to NFS that might be helpful. Might not be production quality: > > http://www.rafaelbrito.com/2019/11/project-velero-12-on-openshift-311.html Thanks for the link. The lack of production quality...

Before starting, I understand that the suggestion below is a major change and probably feature breaking. I've been thinking about this over the weekend and I keep coming back to...

I'm not making any suggestion that upgrades should be done automatically. Just that providing a notice of a new release can improve security, especially due to the difficulty back porting...

I'm not surprised that users are not keeping pace with the release cadence. But that's a whole different topic. A mailing list is a good idea, for security specific issues...