qiaozp

Results 117 comments of qiaozp

I think maybe it's better to open a section in the last say "Trouble Shooting". WDYT @wonderflow

@EtiennePerot Thanks for replying! We have found the problem thanks to @charlie0129. It ends up with that we didn't configure gvisor to use systemd-cgroup which is our cgroup manager in...

Hi @dadav We are using helm-based ArgoCD application, and we build a platform helping us to dispatch those apps. When filling values of applications, there're fields like: ``` modelWeight: //...

The reason of "the object has been modified" may be k8sClient got outdated Configuration in controller's cache. That is to say, someone update the object but somehow the controller didn't...

> After IsErrBlockDeletion, what should we do next? > > Should we retry by putting it back in the queue? > return ctrl.Result{Requeue: true}, nil If return err is not...

That's a good idea! I've convert it to a kubevela issue. Before "shared-component" I think adding validation to prevent user from creating the same Configuration is not reasonable because you...