-
Notifications
You must be signed in to change notification settings - Fork 267
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
Only create target PVC in other namespaces using upload populator #3462
Comments
Thanks for your report. In order to understand what is happening in your cluster please provide the cdi-deployment log and the events / full yaml for the PVC in question. |
@aglitke The cdi-deployment log:
The PVC yaml:
|
What happened:
When I use the upload populator to create a PVC in the 'mk' namespace, the populator controller only creates the target PVC, but it does not create 'prime-pvc' and 'prime-pvc-scratch', nor does it create a pod. However, it works normally in the 'default' namespace.
What you expected to happen:
Create 'prime-pvc' 、 'prime-pvc-scratch' and 'upload-pod'.
How to reproduce it (as minimally and precisely as possible):
Additional context:
Add any other context about the problem here.
Environment:
kubectl get deployments cdi-deployment -o yaml
): v1.60.3kubectl version
): 1.28The text was updated successfully, but these errors were encountered: