Wanjun Lei
Wanjun Lei
> > Hmm. This diff is becoming much larger than intended because the PodSpec grew quiet a bit between versions, I suppose. > > > @benjaminhuo As mentioned above, this...
> @wanjunlei would you like me to assign you this issue? Yes
Sorry, I don't have time to work on this feature at the moment, it would be great if you could.
> kubectl apply -f https://github.com/kubesphere/notification-manager/releases/download/v2.3.0/bundle.yaml  > > 只有v2.2.0是存在的 Added.
> I am willing to submit a PR if that will speed this along. Thanks a lot, this will speed up our release.
The `--dry-run` flag will not create resources actually, so the CRD will not be created, please remove the `--dry-run` flag and try it again.
What about this, remove all length restrictions? ``` berfore workloadName-[bcdfghjklmnpqrstvwxz2456789]{1,10}-[a-z0-9]{5} | workloadName-[0-9]+ | workloadName-[a-z0-9]{5} after workloadName-[bcdfghjklmnpqrstvwxz2456789]+-[a-z0-9]+ | workloadName-[0-9]+ | workloadName-[a-z0-9]+ ```
@marshtompsxd You can try to modify the `nofile` parameter. I haven’t thought of a quick way to modify it. It can only be achieved by rebuilding the image. Add `RUN...
> Hi, > > I don't mean to don't print to console. Let me try to recap how log usually works. > > * You have a "logging" service that...