Konstantinos Tsakalozos

Results 22 issues of Konstantinos Tsakalozos

The strict patches

Starting from a clean VM on AWS and following the step: sudo snap install conjure-up --classic conjure-up select kubernetes-core and localhost You get the message: "LXD not found, please install...

bug

I have seen people trying to deploy CDK with monitoring & logging on their local machines and then complain conjure-up/juju/cdk is not working. Should we display some warning when such...

enhancement

@balchua crafted a small performance test that results into a `context deadline exceeded` under fairly common circumstances (i think). The project with this work in [1] creates a few go...

It is not clear how to recover from a situation where the nodes run out of disk space. There are cases where the nodes are seemingly operational but they do...

Feature

This PR adds simple TLS for dqlite. A certs pair needs to be provided during the creation of the dqlite driver.

Thank you for kine! I have a couple of questions on the retry policy used. 1. I am trying to understand the retry time interval set in [1]. Trying the...

We have reports in https://github.com/ubuntu/microk8s/issues/2144 where a node fails to start as a stand-by node with the following error: ``` Apr 03 02:26:47 microk8s-hades-node-3 microk8s.daemon-kubelite[17016]: Error: start node: raft_start(): io:...

Bug

When you create multiple clusters you get multiple config. files under .kube. As a result if you do a `kubectl config get-contexts` you do not see your cluster. You actually...

enhancement

#### Summary Allow for launch configurations in yaml #### Changes - A launcher python script that can handle configurations with a certain schema. - Content interface. - Unit and integration...