Chris Love

Results 191 comments of Chris Love

Is this a version related issue? Are we going to have problems with different supported versions of crdb?

https://github.com/cockroachdb/cockroach-operator/blob/8e7c5b6b961e5502692aa7a29289b19d88196696/pkg/resource/statefulset.go#L340 This where we are setting logging.

I need some requirements. - what do we have for default? - we need an api value to do specific configurations

Yah the default configuration is funky for k8s. We always need logging to console. So we need output to console and that is why I think my predecessor used that...

@piyush-singh can you please document business requirements. And keep in mind we always need logging to console.

@udnay yah we would need to do a host mount or pvc to make the logs non ephemeral if we want to do some complex logging. My thoughts are to...

@piyush-singh what are we doing for the release? This is a long issue, and sorry if it is buried in the issue somewhere

If the number of crd replicas is less than the replicas in the sts we cannot run Deploy

@keith-mcclellan what am I missing?