Manjunath Reddy
Manjunath Reddy
Can we have this merged :-)
I'm facing the same issue in Ubuntu 18.04 ``` rake aborted! LoadError: cannot load such file -- standalone_migrations /home/manju/Codes/xxx/xxx/migrations/Rakefile:1:in `' /var/lib/gems/2.5.0/gems/rake-12.3.1/exe/rake:27:in `' (See full trace by running task with --trace)...
I have been experiencing the same issue. https://github.com/nodejs/help/issues/2494
Something similar to https://github.com/parroty/exvcr/issues/53 it happens when we have multiple requests in the test suite. Using HTTPoison and same issue.
``` slide 2 slide 3 slide 4 slide 5 slide 6 import { Hooper, Slide } from 'hooper'; import 'hooper/dist/hooper.css'; export default { name: 'HelloWorld', components: { Hooper, Slide },...
Here is my libcluster config `config :libcluster, topologies: [ examplephx: [ strategy: Cluster.Strategy.Kubernetes, config: [ kubernetes_selector: "app=examplephx", kubernetes_node_basename: "examplephx"]]]` I'm exactly using your k8s config, not much difference. ``` apiVersion:...
I'm running the cluster locally (minikube) :-)
Here is the logs ``` 08:33:36.839 [warn] [libcluster:manju] unable to connect to :"[email protected]" 08:33:36.839 [warn] [libcluster:manju] unable to connect to :"[email protected]" 08:33:36.839 [warn] [libcluster:manju] unable to connect to :"[email protected]" ```
Ha, Yes, I would try that. I found the issue. Its that since i'm using Kubernetes, need to name the nodes while I start the application. I have tried with...
Yes, I did. Seems no luck with that. Correct me :-), we use **`/beamconfig`** only if we are using `release`. For now I'm just compiling my app and starting the...