mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #46320 from mcalmer/warn-kubernetes
add warning about future config option change
This commit is contained in:
commit
2afaca17a1
2 changed files with 11 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue