tjhgit

Results 10 comments of tjhgit

How do i do this in IBM DSX? David Taieb schrieb am Do., 15. März 2018, 23:03: > @tjhgit As a pre-requisite to use the Scala > bridge, you need...

I am using IBM DSX on spark version 2.1.2 and scala version 2.11.8. Executing `%env SCALA_HOME` in the python3.5 notebook on IBM DSX returns `/usr/local/src/scala/2.11`. So it is already set!...

This seems to be related to issue #248

Dear Shelley, I tried to install KubeEdge on AKS and then also on just two VMs in Azure for now 7 days in a row. I followed these guides: https://www.youtube.com/watch?v=vzutlStNJew...

@Shelley-BaoYue . I did create this pull request: . This is the remaining installation issue when using **kind** as kubernetes. This does not use any ingress. With this simple installation...

@Shelley-BaoYue . I did create this pull request: . This is the remaining installation issue when using **k3s** as kubernetes. This uses traefik as ingress. With this simple installation procedure...

@Shelley-BaoYue good to know. But it is nowhere documented that one should disable kindnet under kind and install edgemesh instead. Are you suggesting that I use this option when installing...

@Shelley-BaoYue - what do you mean with complex? Do you think the errors encountered above with kind (kube-proxy / kindnet) and the error with k3s ( SysctlForbidden state ) is...

I added also a deployment on k3s, even tested with deploying an `nginx` pod onto edge. All seems to work here, but `kube-system pod/svclb-traefik-0a82a694-ww6kz 0/7 Pending`.

> Is the script only useful for azure flactcar or for all linux? These set of scripts do everything from vm provisioning (1 master vm and 1 edge vm) to...