bearpaws
bearpaws
**What would you like to be added**: For certain resources created by an operator during instance installation, provide a way to optionally retain those resources when the instance is uninstalled....
**What happened**: Defined a parameter of type `integer` with a default value: ``` - name: MY_PARAM default: 432000000 type: integer ``` Packaging the operator resulted in this error: ``` parameter...
It seems the only way to update the status sub-resource via the SDK is to return an `UpdateControl` from `Reconciler.reconcile()`. Is there a way to update the status *from* the...
### Describe the bug After upgrading from 6.13.1 to 6.13.2, this produces an exception: ``` int max = 512; new ConfigBuilder(Config.autoConfigure(null)) .withMaxConcurrentRequests(max) .build() ``` ``` java.lang.NoSuchMethodError: 'io.fabric8.kubernetes.client.ConfigFluent io.fabric8.kubernetes.client.ConfigBuilder.withMaxConcurrentRequests(int)' ``` In...
## Description With client-v2, reading a column of type `Array(Variant(...))` produces an exception if the array contains values of varying types. ### Steps to reproduce ```sql CREATE TABLE test (...