-
Notifications
You must be signed in to change notification settings - Fork 67
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
"Verify Deployments" does not work for non-default namespace #297
Comments
Facing a similar error: Failed to verify apps/v1/Deployment: app-test Is this issue resolved still existing ? As per our understanding deployment happens but jenkins plugin is not able to verify? So it is safe to by pass this error till the issue gets fixed ? |
Hi @wadexu007 were you able to fix this error we are also facing a similar issue |
@bangupoc Not fix. |
@wadexu007 you are not setting the namespace in your step arguments. Works for me with:
|
Jenkins and plugins versions report
Environment
What Operating System are you using (both controller, and any agents involved in the problem)?
GKE 1.22
Google Kubernetes Engine Plugin 0.8.7
Jenkins 2.361.3
Reproduction steps
This is work when my
deployment.yaml
deploy to a default namespace.But once my deployment in a non-default namespace,
Verifying: apps/v1/Deployment: demo-app
timeout till throws errors:Expected Results
Verified successfully same as I use
default
namespace.Actual Results
Failed to verify apps/v1/Deployment: demo-app
Anything else?
my deployment.yaml is easy.
The text was updated successfully, but these errors were encountered: