Tomek Święcicki

Results 9 issues of Tomek Święcicki

Hey, I see that there is no AWS.alfred3workflow for 3.2.0 version in releases (assets section): ![lack-in-assets](https://user-images.githubusercontent.com/1127164/33908853-039054ba-df8a-11e7-80f8-d24d24cb6d4a.png)

Hey 👋 great plugin! :) It looks very promising, but I see that there are some problems if there is a one user, but with two connections. **Example:** Terminal 1:...

Now, we have this: ``` # TODO: this should be configurable NODE_LABEL_SPOT = "aws.amazon.com/spot" NODE_LABEL_ROLE = "kubernetes.io/role" # the following labels are used by both AWS and GKE NODE_LABEL_REGION =...

Currently, we can only pass one node label, but it should be possible to pass a list of labels (like for `system-namespaces`). ``` @click.option( "--node-label", help="Value for the kubernetes.io/role label...

It would be nice to have information about the number of pods on a specific node.

I can only find `0.8.2` chart version. On [release page](https://github.com/timescale/timescaledb-kubernetes/releases) I see that the last release is from January, but [changelog](https://github.com/timescale/timescaledb-kubernetes/blob/master/CHANGELOG.md) says that there should be `0.9.0` version. In [helm...

``` python import bakthat bakthat_conf = { "default": { 'access_key': 'my_access_key', 'secret_key': 'my_secret_key', 'glacier_vault': 'my_vault', 's3_bucket': '', 'compress': False, 'region_name': 'my_region_name'', 'rotation': { 'days': 1, 'first_week_day': 5, 'months': 0, 'weeks':...

Code: ``` helm_remote('kafka', repo_name='bitnami', repo_url='https://charts.bitnami.com/bitnami', version='12.17.3', release_name='kafka', namespace='kafka', create_namespace=True, set=[ 'deleteTopicEnable=true', 'defaultReplicationFactor=1', 'offsetsTopicReplicationFactor=1', ] ) k8s_resource( 'kafka', labels=["databases"] ) k8s_resource( 'kafka-zookeeper', labels=["databases"] ) ``` Error: ``` STEP 1/1 — Deploying...

bug
needs repro case