You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TASK [clc-provisioning : Create exact number of CLC servers in group k8s-test.kube-node, group count is 2] ***
fatal: [localhost]: FAILED! => {"ansible_job_id": "573879051720.14452", "changed": false, "failed": true, "finished": 1, "msg": "Unable to create the
server: V05K8m. {\"message\":\"The request is invalid.\",\"modelState\":{\"body.networkId\":[\"The network False is not valid.\"]}}"}
I'm following through pull request for kubernetes documentation and running into this error when running the playbook.
bash kube-up.sh -c="$CLC_CLUSTER_NAME"
I'll stop here for now. Don't feel like debugging playbooks at the moment.
The text was updated successfully, but these errors were encountered:
This error comes in when there are multiple networks in the datacenter you are trying to deploy to. (our script doesn't know which network to use and it fails). A quick way to resolve this is to specify the network ID parameter in the kube-up.sh script (you need to use the uuid of the network).
Ideally, we would handle and report on this issue better than we are at the moment.
I'm following through pull request for kubernetes documentation and running into this error when running the playbook.
I'll stop here for now. Don't feel like debugging playbooks at the moment.
The text was updated successfully, but these errors were encountered: