add warning about future config option change

This commit is contained in:
Michael Calmer 2018-03-03 13:41:56 +01:00
parent a0716643e4
commit c493ced415
2 changed files with 11 additions and 0 deletions

View file

@ -31,6 +31,13 @@ In case both are provided the `file` entry is prefered.
salt '*' kubernetes.nodes api_url=http://k8s-api-server:port api_user=myuser api_password=pass
.. versionadded: 2017.7.0
.. warning::
Configuration options will change in Flourine. All options above will be replaced by:
- kubernetes.kubeconfig or kubernetes.kubeconfig-data
- kubernetes.context
'''
# Import Python Futures

View file

@ -6,6 +6,10 @@ Manage kubernetes resources as salt states
NOTE: This module requires the proper pillar values set. See
salt.modules.kubernetes for more information.
.. warning::
Configuration options will change in Flourine.
The kubernetes module is used to manage different kubernetes resources.