-
Notifications
You must be signed in to change notification settings - Fork 107
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
Add new resource 'kubectl_kustomize_documents' #113
base: master
Are you sure you want to change the base?
Conversation
As per #78, it's a bit rough and ready. Test cases probably needs expanding but it's a start. |
go.mod
Outdated
sigs.k8s.io/yaml v1.2.0 | ||
) | ||
|
||
//replace github.com/Azure/go-autorest v10.15.4+incompatible => github.com/Azure/go-autorest v13.0.0+incompatible | ||
replace github.com/tencentcloud/tencentcloud-sdk-go v3.0.82+incompatible => github.com/tencentcloud/tencentcloud-sdk-go v1.0.169 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was required for me to be able to build at all, seems like as far as I can tell this project has deleted all its tags at some point in the past.
Looks good, any chance for a review and merge to master? |
@Logibox Thanks! Can you rebase the PR and fix up the merge conflicts? Those issues with go.mod should be fixed |
Great addition! @matyat Have you had time to rebase the PR? |
This will allow the use of https://kustomize.io/ to generate a series of k8s YAML docs, then apply them to a cluster in much the same way as 'kubectl_file_documents'
Hey guys, sorry for the very long delay on this - rebased now. Let me know if any else need adapting, as I realise it's been a while since I opened this PR and the codebase may have moved on a bit since then. |
Hey folks! Do you have any blockers to review/merge this PR? |
@gavinbunney Hi, thank you for this useful module! I'd appreciate it if you review this feature. |
Any progress on this? |
Keep summoning @gavinbunney to the thread. 😃 |
any blocker on this one?, we would like this PR to be release soon. Thank You! |
@gavinbunney this would be immensely useful if merged |
please @gavinbunney |
hello @gavinbunney hope this find you well, any plans for this to merged soon? |
This will allow the use of https://kustomize.io/ to generate a series of
k8s YAML docs, then apply them to a cluster in much the same way as
'kubectl_kustomize_documents'