-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CDAP deployement #46
Comments
@wyzhang this is happening because of blockOwnerDeletion is there any way to override that using code |
@daxtergithub This is a known issue with openshift: "OwnerReferences cannot be set on custom resource" openshift/origin#22958. According to openshift/origin#22958 (comment), 4.2 version might work for you. @saneera Not configurable at the moment. blockOwnerDeletion picks up the default value of true via vendor/sigs.k8s.io/controller-reconciler/pkg/genericreconciler/genericreconciler.go:216 |
Hi @wyzhang thanks for reply , I have tried to install 4.3 cluster still getting same error |
@wyzhang Do you have idea what is folowing error means
|
Hi
Thanks for the kubernates operator
We are trying to install CDAP on openshift environment and we used cdap-operator release/1.0 branch
we have been able to install operator on openshift and its working fine ,however weare trying to install cdap using realease/1.0/config/sample/ yaml file but it getting error
any idea ?
Thanks
The text was updated successfully, but these errors were encountered: