-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Support for kube collections #19052
Comments
@umohnani8 WDYT? |
@StanEgo You are aware that you can already place multiple resources in a single file with YAML's |
Yes. this is specifically JSON case. |
A friendly reminder that this issue had no activity for 30 days. |
@ygalblum WDYT? |
I don't see a reason why not to support this. Especially since the code already handles a list of documents. It will just need to be adjusted to a document that is a list. |
Feature request description
It would be nice to have a support for https://kubernetes.io/docs/reference/using-api/api-concepts/#collections. Nothing sophisticated, just looks like a resource with "kind: List", but this greatly simplifies to play kube manifest in JSON with multiple resources. Right now code below results in "Error: playing YAML file: YAML document does not contain any supported kube kind" message:
Suggest potential solution
A clear and concise description of what you want to happen.
Have you considered any alternatives?
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: