Mikel Nelson
Mikel Nelson
Error return from call to k8s api not handled...e.g.: ``` No handlers could be found for logger "powerfulseal.k8s.k8s_client" Traceback (most recent call last): File "/usr/local/Cellar/python@2/2.7.15_1/Frameworks/Python.framework/Versions/2.7/lib/python2.7/runpy.py", line 174, in _run_module_as_main "__main__",...
Add capability to ssh to the kubernetes nodes through a bastion host.
The RemoteExecutor package does not have any associated tests. Some tests should be added.
Many schemas user UUID for a primary key (vs the default int). Add a method that gives the WithID() functionality with UUID, like WithUUID()
Using Gorm with Postgres, CREATE commands (CREATE TABLE, CREATE DATABASE) generate error: > unimplemented statement Exec command type of "CREATE" Looks like an easy fix to add this.
> Have a look at [Troubleshooting](https://github.com/timescale/timescaledb-kubernetes/blob/master/charts/timescaledb-single/admin-guide.md#troubleshooting) or some [Common Issues](https://github.com/timescale/timescaledb-kubernetes/blob/master/charts/timescaledb-single/admin-guide.md#common-issues) **Describe the bug** Running the database on a port different than the default postgres port will not start. **To Reproduce**...
Use case: Cluster Admin needs to determine where an installed chart came from purely from querying a running cluster. i.e Which file location or chart repository or whatever each chart...