Emmanuel Frecon

Results 37 issues of Emmanuel Frecon

Simply wanted to point at the [following](https://github.com/efrecon/exodus) which makes use of your great tool. This technique is able to squeeze down Docker [images]((https://docs.docker.com/storage/storagedriver/)) to a minimum, while still benefiting from...

The documentation [describes](https://www.vcluster.com/docs/architecture/nodes#node-syncing-modes) how to select nodes that will receive deployments and other resources. But is it possible to similarly force the initial k3s StatefulSet to be restricted to node...

area/chart
kind/feature

### Expected Behavior The Docker compose example file does not provide an example of how to protect access to the mongo database using users and passwords. There ought to be...

The latest release is not able to query GCP clusters. Running something similar to the following command: ```shell docker run -it --net=host -v ~/.kube:/kube hjacobs/kube-ops-view:0.12 --kubeconfig-path=/kube/config ``` results into as...

Have you tried running this from a docker volume? It would be handy to create/access/change secrets and parameters within a cluster...

This is mostly to let you know about [this](https://github.com/efrecon/simplegit) project. It provides a fully automated Docker [image](https://hub.docker.com/r/efrecon/simplegit) with simplegit. I didn't fork and pull a request because I did not...

Machinery automates (applications) stacks deployments through the `applications` key in the YAML file format. For the time being, only one YAML file can be deployed, while `docker stack deploy` supports...

enhancement

When no YAML file is found in the current directory, we should produce an error early, instead of the following: ``` [NOTICE] Automatically picking YAML file at: couldn't open "":...

enhancement

With new features like `include` and `extends` comes many possibilities, but also additional complexity. `machinery` should provide a command to dump back the readily extended YAML after all inclusions to...

enhancement