Joe Siponen

Results 5 issues of Joe Siponen

I am trying to contain the statefulsets to exactly three (and no more) each running on their own node using: ```yaml spec: replicas: 3 # use latest-tag to force imagePullPolicy:...

help wanted

I've set `spec.failover.isDisabled=true` I had 3 replica pods: - postgres-db-1-0 (primary) on node-3 - postgres-db-2-0 (replica) on node-2 - postgres-db-3-0 (replica) on node-1 I needed to do some maintenance on...

### Summary of the new feature / enhancement As a user, upon a successful connection, I would like to see that (at minimum) these OpenSSH environment variables are set when...

Obscure error when attempting to create instance with name longer than 46 characters **To Reproduce** When name is 47 characters long or more: FAIL ```console $ multipass launch -v --name...

bug

I tried to execute meld-index on a git repository: ```bash git meld-index ``` Got the following error: ```python Traceback (most recent call last): File "/home/user/.local/bin/git-meld-index", line 8, in sys.exit(main()) File...