-
Notifications
You must be signed in to change notification settings - Fork 290
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
Flocker 1.15.0 docker plugin issue Error looking up volume plugin flocker: legacy plugin: plugin not found. #2930
Comments
Hey @digeler Sorry for the delayed reply. It looks like there's a problem with your flocker-control certificate or with the certificate verification on your system. You're connecting to the flocker-control service using a hostname "control-service" and that seems to be the common name in your certificate, but also check the "Subject Alternative Name" of the control certificate.
Also check the output of curl when connecting to the flocker-control REST API port, using the
|
thanks Richard i will update you soon. On Mon, Oct 31, 2016 at 6:18 PM, Richard Wall [email protected]
|
Hi Richard, here is the output : X509v3 extensions: to create the certs i used the following : root@masterswarm:/etc/flocker# curl --verbose --cacert cluster.crt --cert $PWD/plugin.crt --key $PWD/plugin.key https://10.0.1.5:4523/v1/configuration/datasets
do i need to use the certificates with fqdn ? |
i have changed the certs name to be fqdn : red property\n\nFailed validating 'required' in schema:\n {'$schema': 'http://json-schema.org/draft-04/schema#',\n 'properties': {'control-service': {'properties': {'hostname': {'format': 'hostname',\n 'type': 'string'},\n 'port': {'type': 'integer'}},\n 'required': ['hostname'],\n 'type': 'object'},\n 'dataset': {'properties': {'backend': {'type': 'string'}},\n 'required': ['backend'],\n 'type': 'object'},\n 'logging': {'type': 'object'},\n 'version': {'maximum': 1,\n 'minimum': 1,\n 'type': 'number'}},\n 'required': ['version', 'control-service', 'dataset'],\n 'type': 'object'}\n\nOn instance:\n {'control-server': {'hostname': 'flocker.local', 'port': 4524},\n 'dataset': {'async_timeout': 100000,\n 'backend': 'azure_flocker_driver',\n 'client_id': 'f0e3b718-fb05-46a2-9f99-d2beebe72f2b',\n 'client_secret': 'Clo$$$$$$q ',\n 'debug': 'false',\n 'group_name': 'mine-masterswarm-031569',\n 'location': 'North Europe',\n 'storage_account_container': 'vhds',\n 'storage_account_key': '+jWnNBCpqXoiKIOPLV41g6igDUr5a6kQcMZA==',\n 'storage_account_name': 'dmine9633',\n 'subscription_id': '928f4e7e-2c28-4063-a56e-6f1e6f2bb73c',\n 'tenant_id': '72f988bf-86f1-41af-91ab-2d7cd011db47'},\n 'version': 1}\n", "message_type": "twisted:log", "task_level": [1]} files are here : |
Hi @digeler Did you follow https://flocker-docs.clusterhq.com/en/latest/docker-integration/generate-api-plugin.html ? Because you never speak about your plugin certificates ... |
@digeler I am seeing the following error in your logs.
What does your |
Hi, |
Hi ,
Trying to use flocker with docker plugin get the above error.
looking at plugin logs i see the following:
Am trying to use the azure flocker driver from here : https://github.com/CatalystCode/azure-flocker-driver
this is my agent.yml :
looking on the control service cert :
ca cert :
ips : 10.0.1.5 control-service
10.0.1.6 -node
flocker control service logs:
diagnostics here :
clusterhq_flocker_logs_87b1ec28-98ea-11e6-b5a5-000d3ab34f9f.zip
am missing something with the certs ? ,help appreciated
The text was updated successfully, but these errors were encountered: