brness

Results 6 comments of brness

if _, ok := m[another]; ok { return []int{m[another], i} } 这里为什么不直接使用value,而是用_表示,在后面获取的时候又要使用m[another]?

I got a tricky way, when you save the pipeline.yaml, you can add something like below in the **titanic-ml.kale.py** to restrict the quota of the pod. ` _kale_step_limits = {'nvidia.com/gpu':...

but as you can see, it support the resource of GPU, how it can not be applied with cpu and memory. That just does not make any sense, Maybe it...

I have the same issue and I deploy SPO in my local cluster, is this concerned as kernel problem? my OS is centos with kernel: `Linux k8s-master-node-1 3.10.0-1160.el7.x86_64 #1 SMP...

change the file path of the seccompProfile would help. I set the OperatorRoot path from _/var/lib/security-profile-operator_ to _/var/lib/kubelet/security-profiles-operator_ , and you need to change the volume as well, and I...

> > > > @peterkainj 和这个issue一样:[istio/istio#23879](https://github.com/istio/istio/issues/23879) > > > > 试试不用patch版本的看是否可以: > > > > > > > > > 确实是可以的,我看istio相关的yaml有006和013,分别delete和apply以后还是不太行,但对应pod状态是正常了;然后我又重新卸载安装了一次,这次patch时在目录里移去文件istiod.yaml,cluster-local-gateway.yaml,istio-ingressgateway.yaml,其他文件正常patch结束后,就可以正常访问并使用了。爆赞!! > > > > > > 这个后来怎么解决呢,我也遇到了 > >...