Merge pull request #46320 from mcalmer/warn-kubernetes

add warning about future config option change
This commit is contained in:
Nicole Thomas 2018-03-09 12:48:28 -05:00 committed by GitHub
commit 2afaca17a1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 0 deletions

View file

@ -31,6 +31,13 @@ In case both are provided the `file` entry is preferred.
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.