-
Notifications
You must be signed in to change notification settings - Fork 0
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
Update Job settings #14
Comments
Working on this now |
Hmm... the k8s API doesn't appear to support The pods created by the jobs don't appear to have an |
hhmmm, I didn't have to do anything on the TSS cluster to enable passing |
The elixir k8s API is just a bit higher-level so the functions they provide for delete assume there'll be no request body. I manually created a delete operation that had data where the body usually goes, which I would expect to work, but I haven't gotten into the lower level stuff to see if the body is being sent. I also noticed the |
Ah i see so it's just a problem of the API client included in Bonny not supporting it. That makes sense. |
DeleteOptions
object like thisThe text was updated successfully, but these errors were encountered: