Skip to content
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

k8s module needs a way to manage configmaps #42639

Closed
amnonbc opened this issue Jul 31, 2017 · 3 comments
Closed

k8s module needs a way to manage configmaps #42639

amnonbc opened this issue Jul 31, 2017 · 3 comments
Labels
Documentation Relates to Salt documentation
Milestone

Comments

@amnonbc
Copy link

amnonbc commented Jul 31, 2017

No description provided.

@gtmanfred
Copy link
Contributor

Have you seen the new kubernetes state module?

https://github.com/saltstack/salt/blob/2017.7.1/salt/states/kubernetes.py

It can configure state maps, it looks like it can manage config maps.

https://github.com/saltstack/salt/blob/2017.7.1/salt/states/kubernetes.py#L583

I am going to make this as a documentation issue, since it looks like those docs are not being rendered and added to docs.saltstack.com

@gtmanfred gtmanfred added the Documentation Relates to Salt documentation label Jul 31, 2017
@gtmanfred gtmanfred added this to the Approved milestone Jul 31, 2017
@amnonbc
Copy link
Author

amnonbc commented Jul 31, 2017

hmm. Yes, looks like it was added a month ago.
I'll try it out.
Thanks!

rallytime pushed a commit to rallytime/salt that referenced this issue Aug 8, 2017
The kubernetes state docs are not rendering/building due to a typo
in the doc module.

Fixes saltstack#42639
@rallytime
Copy link
Contributor

The docs aren't building there because there is a typo in the autodoc module. I have fixed it in #42807.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Documentation Relates to Salt documentation
Projects
None yet
Development

No branches or pull requests

3 participants