qiaozp
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...
Then how to deal with the Configuration which has been marked as deleted (by set DeleteTimestamp)?
So if we create the same configuration again, how this behavior will effect the consistency? Is is possible to patially delete the state in the backend?
How do you think if we disallow user to specify the same backend as others. By adding a validation.
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...
I just realized specifying `componentNames` in shared-resource policy may solve your problem. Can you check that? @wujiuye