Replies: 8 comments 1 reply
-
Hello @pennpeng The issue seems to be related to creating the worker nodes:
And the reason for the error seems to be:
In other words, there are 3 networks found, but This can be fixed by updating workers definition to set the network you want to use (example). To set the network, add the If you're using our example Terraform scripts, workers are defined in the |
Beta Was this translation helpful? Give feedback.
-
@xmudrii how do i defined workers in output.tf file. |
Beta Was this translation helpful? Give feedback.
-
@pennpeng Sorry, I'm not sure I understand, but if you're using example Terraform scripts, one worker will be created by default and it's defined here. In case of that worker, it should be using this network, so check if it is created and is everything okay. Workers can also be manually defined. If you're using the configuration manifest from the quickstart guide, then you need to update it with details about your infrastructure, networks, and so on. If the problem is still not solved or you encounter some other problem, please let us know. |
Beta Was this translation helpful? Give feedback.
-
@xmudrii thanks so much。i manually defined is ok。 i want ask is there other network support ,like flannel?calico?and so on。and, is this can offline install? |
Beta Was this translation helpful? Give feedback.
-
and how i specify a docker version? |
Beta Was this translation helpful? Give feedback.
-
networks: you can choose bentween cancal (flannel + calico) or weave-net. |
Beta Was this translation helpful? Give feedback.
-
I'll close this issue since it looks like the question is answered. If you feel like some more info is needed feel free to reopen. |
Beta Was this translation helpful? Give feedback.
-
I'm still getting this error. Please assist
|
Beta Was this translation helpful? Give feedback.
-
Information about the environment:
KubeOne version (
kubeone version
): 0.9.2Operating system: centos 7.6
Provider you're deploying cluster on: openstack
Operating system you're deploying on: centos 7.6
LOG:
Beta Was this translation helpful? Give feedback.
All reactions