andrejmaya
andrejmaya
Hi, Great project! Really interessted to get it up & running. After a successful `docker up` the frontend doesn't shows any data and in the log I see this warning...
Hello, I am in step 6 `For the Lambda action: Choose the SesForwarder Lambda function. Leave Invocation Type set to Event and SNS Topic set to [none].`. After adding the...
Hi, my test python code is: ``` import awspricing ec2_offer = awspricing.offer('AmazonEC2') p = ec2_offer.ondemand_hourly( 't2.micro', operating_system='Linux', region='eu-west-1' ) print(p) # 0.0126 ``` The output is this error message here:...
The ping to Google's DNS in [Chapter 4: Connecting pods to external networks](http://contiv.github.io/documents/tutorials/networking-kubernetes-16.html) is not working: ``` [vagrant@kubeadm-master contiv-1.1.1]$ kubectl exec -it contiv-c1 sh / # ping -c 3 8.8.8.8...
**Problem:** the install process of `make cluster-kubeadm` exits with: ``` kubeadm-master: Created symlink from /etc/systemd/system/multi-user.target.wants/docker.service to /usr/lib/systemd/system/docker.service. kubeadm-master: Job for docker.service failed because the control process exited with error code....