Jari Kolehmainen

Results 65 comments of Jari Kolehmainen

Yes, with Kubernetes 1.10 (Pharos 1.1) you can just follow the local persistent volume docs and optionally deploy local-volume-provisioner. That said I still think this might be quite handy add-on...

@giovannicandido could you paste an example cluster.yml that describes your setup?

What kind of vpn network is behind `zt5u4y6ejv` interfaces?

Not sure why would you need an additional p2p mesh network (weave is already a p2p mesh network)? This probably causes slowness & random network failures because you have two...

In this (kinda exotic) case you probably need to define zerotier network as a "trusted subnet". Otherwise weave will encrypt traffic within zerotier using IPSEC. Other option is to use...

One option might be microvm pods (like [firecracker](https://firecracker-microvm.github.io/)). Then we could use "normal" `pharos up` command for managing those control-planes if they just open a ssh port via NodePort (or...

> If we want to update the `~/.kube/config` on master, then I guess the service account should be made during `pharos up` instead of `pharos kubeconfig`? Yes. > Should it...

As `kontena-backup` addon docs state, volume backups are stored to a secondary bucket (with `-restic` postfix). Do you have both buckets created? > Name of the bucket. Kontena Backup addon...

> Could be hidden behind some --ruby opt? Yes, might confuse if shown by default.

Kubernetes apiserver should compact etcd automatically: ``` --etcd-compaction-interval duration     Default: 5m0s The interval of compaction requests. If 0, the compaction request from apiserver is disabled. ```