Adrian Zhuang

Results 17 comments of Adrian Zhuang

@shawnzhu the way we did was to have the README.md in the current directory for the README.md in the upper directory to reference it. Thanks.

@Hmr-ramzi could you please provide the operator log by running `kubectl logs deployment/kubeflow-operator -n `? Operator reconcile routine watches over any change to the `kfdef` CR and the deletion of...

> * the static usernames and passwords for dex The current reconcile routine will re-apply the vanilla config map as it is part of the kustomize resource. > * the...

@Hmr-ramzi thanks for uploading the log. From the log, there was only one resource been created: ` application.app.k8s.io/kubeflow created`. Given that the operator is watching over the deletion event for...

@Hmr-ramzi I was hoping that we could have some previous logs to tell us more. If the kfdef CR is up for 50 days, this becomes more difficult to seek...

Thanks @Hmr-ramzi. Based on the diag info we can get so far, we did not find the evidence that the Kubeflow deployment has been deleted and namespaces were deleted because...

@Hmr-ramzi I hope we know more about the direct cause these namespaces were deleted. If it is related to garbage collection, removing the operator after the deployment won't help. However,...

Thanks @aslom and @Hmr-ramzi . So now I have a reliable way to reproduce this and I have been digging more and trying different tests on this garbage collection related...

@Hmr-ramzi yes, the PR https://github.com/kubeflow/kfctl/pull/411 is waiting to be merged and should resolve this issue.

May need reviews from @Jeffwan or @PatrickXYS , thanks.