Replies: 1 comment
-
You can try using List<HasMetadata> items = client.load("/job-items.yaml").items();
client.resourceList(items).inNamespace("foo").serverSideApply(); |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to implement distributed TensorFlow jobs, and the YAML template follows this format. Do I need to split this YAML into separate files for job and service creation?
Beta Was this translation helpful? Give feedback.
All reactions