Closed
Description
Tracks the implementation of the templating proposal: https://github.com/kubernetes/kubernetes/blob/master/docs/proposals/templates.md.
This wip is essentially a quick merge of os templates with HEAD + some modifications to get the core substitution logic and resource to work with apiserver: #23895
See proposal for details on what remains, from memory:
-
(())
syntax -
/processedTemplates
and/templates
api endpoints - pkg/client
- kubectl integration
- validation
- Unittests for templates, etcd etc
- e2es
- docs
Other items to track
- Template processing
- Template create validation + etcd_test.go tests
- Template update validation + etcd_test.go tests
- Processing templates without saving them
@bgrant0607 mentioned someone from @kubernetes/kubectl might be interested.
@bparees since you had the original proposal.