merll

Results 11 comments of merll

``environment`` is currently not supported directly on the container configuration, but can be added in ``create_options``: ```python env.docker_maps = ContainerMap('example_map', repository=env.registry_prefix, host_root=env.host_root_path, containers={ 'excmd-service': { 'image': 'excmd:latest', 'instances': 'inst1', 'create_options':...

I agree that the structure of the current documentation is not optimal especially for the start. "[Getting started](http://docker-fabric.readthedocs.org/en/stable/start.html)" only covers the essentials to see how Docker API connections work through...

Could you please run the command line tool `eq3cli --mac 00:AE:A9:E5:68:C7 --debug` and open an issue in the [python-eq3bt](https://github.com/rytilahti/python-eq3bt) repo, together with the output from above. Not sure what the...

> An admin is explicitly NOT allowed to access team secrets (for may reasons), except the ones they create themselves. So you will have to create something similar to the...

Adding information from duplicate issue #1488: When following the Otomi labs related to Gitea, it is not obvious how the repositories can be used locally (e.g. `git clone`). As the...

Response to Gitea is ``` Delivery: Post "http://el-otomi-tekton-listener.otomi-pipelines.svc.cluster.local:8080": dial tcp: lookup el-otomi-tekton-listener.otomi-pipelines.svc.cluster.local: no such host ``` Deleting the service recreates it and assigns a different ClusterIP. Is there maybe a...

During my tests last week I also noticed that repeated attempts to call the trigger, even without deleting the listener or the service, will eventually succeed when hitting "Test delivery"...

We should probably divide this into multiple issues and prioritize them separately. Not every upgrade has the same priority and complexity. Also we could sometimes move to the latest patch...

I have attempted but failed to deploy this app. Some pods fail to start: kyverno/kyverno-admission-controller ``` 2024-04-17T08:13:09Z ERROR klog cache/reflector.go:147 k8s.io/[email protected]/tools/cache/reflector.go:229: Failed to watch *v2alpha1.GlobalContextEntry: failed to list *v2alpha1.GlobalContextEntry: the...

@ferruhcihan gave me the hint that the CRD for `globalcontextentries.kyverno.io` is missing. It is not part of the helm chart (which I am guessing is based on the 1.10 release...