dataiku / dataiku-ansible-modules

A role packaging custom modules to administrate a Dataiku Data Science Studio intance
https://dataiku.com
Apache License 2.0
10 stars 8 forks source link

Kubernetes support in API Deployer Infrastructure module #7

Open pdruzhinin opened 4 years ago

pdruzhinin commented 4 years ago

While it is possible to specify 'K8s' as the type, you can't specify the settings such as registry URL, effectively making it support static infras only.

fatal: [***]: FAILED! => {"changed": false, "msg": "Unsupported parameters for (dss_api_deployer_infra) module: k8sContext, registryHost Supported parameters include: api_key, api_nodes, carbonapi_url, connect_to, host, id, permissions, port, stage, state, type"}

duckie commented 4 years ago

Hello @pdruzhinin

Thanks for reporting it, it is indeed a legitimate need. Will look into it.