stephwildcode

Results 6 comments of stephwildcode

yes here's the yaml : ![2021-11-10_17h57_10](https://user-images.githubusercontent.com/38696190/141158081-3be73957-3878-4821-a62c-0cf0a72e1cea.png)

Yes you're right, my minikube version is 1.22. Maybe i'll try to downgrade my minikube version or find a configuration working with 1.22 Thanks for your reply, it was helpful.

Hello, I found a way to start the ingress : ![2021-11-17_17h08_54](https://user-images.githubusercontent.com/38696190/142237443-04f86cf9-5e40-447f-aad6-8c017650d142.png) But, i can't reach the ingress with minikube ip : kubectl get ingress NAME CLASS HOSTS ADDRESS PORTS AGE...

Hello, I found a way to tunnel my minikube connection. I used this command and i was able to reach socketcluster minikube service ingress-nginx-controller -n ingress-nginx --url

Hello, I've got the same issue : build failed with cordova-android 10.1.1 ` at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56) at java.lang.Thread.run(Thread.java:745) Caused by: com.sun.org.apache.xerces.internal.impl.io.MalformedByteSequenceException: Octet 1 de la s▒quence UTF-8 ▒ 1...

Hello, I found a way to build this plugin with cordova-android 10.1.1. I used the following configuration to build : -JAVA_HOME with JDK 11.0.3 -Node JS 12.16.1 -edit platforms/android/app/build.gradle with...