-
I had this error when I run "sbt manager/devRun". I need help.
[info] [2019-03-04 18:42:12.177][INFO][main] i.h.s.m.ManagerBoot$.delayedEndpoint$io$hydrosphere$serving$manager$ManagerBoot$1.44 Usin…
-
There does not seem to be a sidecar with a K8 install that I did with -
$ helm install --name serving hydrosphere/serving
From this page - https://hydrosphere.io/serving-docs/installation.html
…
-
We can create a custom runtime by hy apply -f
kind: Runtime
name: hydrosphere/serving-runtime-python
version: 3.6-latest
model-type: python:3.6
What should we do remove a specific runtime?
-
HS upload fails on - one K8 cluster - but works on another K8 cluster!
Both installs have same versions of Helm charts and HS !
Trying to work with a stable release - so using the versions that w…
-
![runtime-apply-error](https://user-images.githubusercontent.com/45240898/54052216-da5c2700-41b1-11e9-8b2b-14f55f4cc00e.PNG)
This was working with the previous version.
-
Hi,
How can I configure envoy proxy with hydrosphere. Where are the config files.
Thanks,
AN
-
Hi,
I am getting this error when I am trying to run an application with a custom runtime.
status: 500, error: InternalUncaught, message: UNAVAILABLE: HTTP status code 503 invalid content-type: …
-
Hi,
We are trying to install MlLambda on AWS EKS and expose the 'sidecar' to an Application LoadBalancer (ALB).
So using the Helm charts - to set the annotations and enable ingress.
![cha…
-
I have a deployment - say - mv1 in a K8 cluster and I have manually scaled it to 10 pods with a simple Application to ...../gateway/application/add_application
That adds 2 numbers.
When I use t…
mynap updated
5 years ago
-
Hi,
I have created a service which will takes an url as input and use requests(python) to get the content.
However, there seems to be a problem with name resolution. Here is the error message from…