JCzz

Results 30 comments of JCzz

Thanks. ``` tkn version Client version: 2020-04-01T10:57:38Z Pipeline version: unknown ``` I dont know how to get the pipeline version

Thanks Hi @vdemeester Not running OpenShift, I will try updating tkn

Hi In Knative they use a header for routing: `grpc.WithAuthority("")` This routing is hitting a deployment name. The issue is the name of the deployment(swap deployment) name and the yaml...

Yes, I can do something like: ``` multipass exec myserver -- pwd /home/ubuntu ``` Do you know if it is possible to do a ssh shell ?

I was wondering it it would start a bash shell in Obsidian that could be used. But this it quite a feature stretch, I was/am just curious to see it...

Let me know if you have any idea, or if not possible - then I will close this one. Thanks!

Hi @twibiral It is more like you would ssh into a shell. Multipass is a vm manager for quickly spin-up Ubuntu vms. Instead of using multipass cli you could also...

Hi @denis256 Thanks, I can create pods and use kubectl for usual stuff. I can also see: kubectl get pods ``` NAME READY STATUS RESTARTS AGE hello-world-deployment-944cbd46d-2jpzz 1/1 Running 0...

That is the problem, I think. The service is running in a kind cluster, using docker on macos. I can see the services, but unable to "curl 172.18.0.1:5000" to the...

Maybe a suggestion could be to use https://github.com/curl/curl-docker