-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
Can't update the image of CronJob with patch_namespaced_cron_job #1039
Comments
could you enable the debug switch and share the actual API request and response? |
@roycaihw It's not clear how to enable the debug switch (or if its possible) when using the |
Finally I used golang for the code :( |
I created #1083 on how to enable debugging. Please share the HTTP request and response if you hit the issue. |
Thank you! I do not have time to test this at the moment, but will get to it as soon as I can. |
Thank you again for your previous reply. So I was able to enable debugging on the client. I have attached the error output as well as the content of the patch. My patch is almost line for line lifted from the kubernetes patch example documentation. Thank you for your help. Let me know if there is anything else you need me to share. |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-contributor-experience at kubernetes/community. |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-contributor-experience at kubernetes/community. |
Rotten issues close after 30d of inactivity. Send feedback to sig-contributor-experience at kubernetes/community. |
@fejta-bot: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
In case anyone, like me, happened upon this issue for a handy code sample, the actual problem in the initial post is that the
|
What happened (please include outputs or screenshots):
I'm creating a deploy in AWS with lambda for set the images in Kubernetes Cluster.
I want set image in CronJob:
Cron:
Describe cronjob:
Python Code:
Note: item = analytics-staging-0
The response is ok, but don't change the image.
Can you help me?
Thanks!
Environment:
kubectl version
):python --version
)Python 3.7
The text was updated successfully, but these errors were encountered: