Thinking Chen
Thinking Chen
@chiaoymir Hi~ What is the current status of the PR, please? Submarine are considering supporting the latest 3 K8s releases, which may require support from this PR. If there are...
@chiaoymir Thank you for your reply. I'will close this PR. When a new PR is created I will also let you know about details of the new change.
@rayray2002 I think you maybe use [helm dependency](https://helm.sh/docs/helm/helm_dependency/). In this way, dependencies can be directly downloaded into chart for use ~
> @KUAN-HSUN-LI Install it by helm dependency and apply values by a yaml file. TODO: > > * [ ] Codegen check (I don't really know why QQ) Maybe you...
@wyyg66666666 If you want to start server, you can build workbench first and then start `org.apache.submarine.server.SubmarineServer` class in `submarine-server` which is a jetty web server. Submarine is a cloud native...
@metacosm I've tested in jvm mode. No error is reported in jvm mode and it can run normally. I have just made some attempts. If I ignore these errors, native...
The reason why I introduced jaxb and jaxp is that I found some errors like the following errors when parsing xml. Therefore, I imported these two packages to solve the...
I will do more tests to confirm the core of the problem. Please wait a little longer.
@metacosm Hi~ I fount that if I added a `KubernetesDependentResource`, the native operator will appear NPE problem.  At present, I still can't debug the native mode, so I don't...
@metacosm After removing jaxb and jaxp, it seems that there will still be exceptions. I simplified the codes and push it to GitHub. You can try this with native, please....