Simon Thelin
Simon Thelin
Hello, I had this issue in 1.5.1, it might be correlated to your issue. However it should work in 1.5.0 https://github.com/apache/superset/issues/20428
@leehuwuj it might be that you are not adding the `IP` correctly, make sure to check these steps again: ```bash kubectl get pods -o wide ``` Go inside the pod...
@leehuwuj also are you running on Ubuntu or Mac?
@leehuwuj I think you will need to be more specific with your issue, similar to what I have done here, I have described my problem in very great detail, and...
> Dear Mr. I just learned K8s not long ago. In my case, I need to process data in hdfs, so I may need to build a hadoop+spark cluster. But...
I am currently facing the same issue now when I am playing around with it, but I can't get it to work with your suggestion :/
> Tested on android 8 release build. > > [johnnytest470@f8948e6](https://github.com/johnnytest470/react-native-check-app-install/commit/f8948e696a1a90deece931d1fd8d1c2d26e3151a) Why has this not been merged in yet?
@EmanueleGiuliano I picked up your fork. But I also had to modify the `Dockerfile` `-tags=musl`: ```yaml FROM golang:1.10-alpine . . . RUN go build -tags=musl . . . ``` In...