DetongZ

Results 5 issues of DetongZ

add healthz api for: aslan cron hubserver picket podexec policy wrapdrive Signed-off-by: tbbrave ### What this PR does / Why we need it: https://github.com/koderover/zadig/issues/758 ### What is changed and how...

service/aslan
service/cron
service/podexec
service/warpdrive
service/hubserver
service/picket
service/policy

This commit is a proof of concept, each service need to modify its own Roter init function. In NewRouter function, inits the ResponseTime for its namespace(service). These services will have...

service/aslan

博主你好,想请教一个问题 我在上传pipeline时出现以下错误,看起来是minio的问题,但是我在minio上各种操作都没有报错 ![image](https://user-images.githubusercontent.com/9070847/127833235-548b8257-a3c2-479b-8783-63e352f0741e.png) 基于kubeflow安装完成后自带的pipeline创建experiment也出现错误 ![image](https://user-images.githubusercontent.com/9070847/127833600-cc037aed-9dcd-49c4-826c-a062986eb390.png) 由于是在公司云桌面上,无法复制,只能贴一些截图,是在抱歉,还请教下博主是否也遇到都类似问题,是怎么解决的呢 查看pod的log,error内容基本上与截图中的相同

安装完成后登录进入界面,除了主页面之外,其余页面的 /pipeline/apis/v1beta1/runs 接口均报403错误,导致页面无法渲染,请问博主是否遇到过此问题,如何解决呢? k8s版本:1.17 docker版本:18.09 出问题的公司机器无法联外网,镜像均为手动执行docker load导入的,所有pod均为running,在可联网的云服务器上不会出现此问题,公司机器没法外发,从下面照片可以看出,主页面的请求参数 resource_reference_key.id=kubeflow-user-example-com 是没有问题的,而到了其他页面,该参数变成了undefined,导致请求403,页面无法渲染。试了好几次都是这样,请大佬帮忙看下,万分感谢 ![WechatIMG7](https://user-images.githubusercontent.com/9070847/123793017-da990700-d913-11eb-9af9-29c26685642d.jpeg) ![WechatIMG8](https://user-images.githubusercontent.com/9070847/123793028-dcfb6100-d913-11eb-9dfd-e7f2c9d29960.jpeg)

I have a 5 minute long audio recording, but when using huggingsound to parse it, only the first sentence was transcribed. I'm using GreedyDecoder, like below: ``` import torch from...