Lorenz Vanthillo

Results 16 comments of Lorenz Vanthillo

@PatrickKutch Are you also using ubuntu 18? I managed to make it work by adding the network interface to the flannel.yml file: ``` $ curl -o kube-flannel.yml https://raw.githubusercontent.com/coreos/flannel/v0.11.0/Documentation/kube-flannel.yml $ sed...

@PatrickKutch Aren't it all Ubuntu 18 nodes with the `enp0s8` network? ("the eth0 of Ubuntu 18").

@jfuss I was checking in the code base and I don't know if it's really simple. This is samcli/lib/generated_sample_events/events/apigateway/AwsProxy.json ``` { "body": "{{{body}}}", "resource": "{{{resource}}}", "path": "/{{{path}}}", "httpMethod": "{{{method}}}", "isBase64Encoded":...

on my mac (x68): - Installed podman w brew: - `export DOCKER_HOST='unix:///Users//.local/share/containers/podman/machine/podman-machine-default/podman.sock'` Now aws-sam-cli works well with: - sam local invoke - sam local start-api But this still fails: `sam...

@felixbarny You can build the official docker image from here: https://github.com/oracle/docker-images/tree/master/OracleDatabase/SingleInstance/ (I was able to build and use the XE and the Standard Edition db's without license). The enterprise requires...

@ricardosouzamorais, just a question about this, if you have a component 0.0.1 and you upgrade it to 0.0.2 and use `skip_destroy`. Then both will exist, but will 0.0.1 still be...