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
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -99,7 +99,7 @@ policy may be made to more closely align with other providers in the Cluster API
99
99
```
100
100
101
101
`<clouds.yaml>` is a yaml file to record how to interact with openstack cloud, there's a sample
102
-
[clouds.yaml](pkg/cloud/openstack/clients/clouds.yaml), and [openclient configuration files](https://docs.openstack.org/python-openstackclient/latest/configuration/index.html#configuration-files) has additional information.
102
+
[clouds.yaml](pkg/cloud/openstack/services/clouds.yaml), and [OpenStackClient configuration files](https://docs.openstack.org/python-openstackclient/latest/configuration/index.html#configuration-files) has additional information.
103
103
104
104
`<openstack cloud>` is the cloud you are going to use, e.g. multiple cloud might be defined in `clouds.yaml`
105
105
and this will be cloud to be used for the new kubernetes to interact with.
@@ -116,6 +116,8 @@ policy may be made to more closely align with other providers in the Cluster API
116
116
region_name: RegionOne
117
117
```
118
118
119
+
In case your OpenStack cluster endpoint is using SSL and the cert is signed by an unknown CA, a specific cacert can be provided via cacert.
120
+
119
121
`<provider os>` specifies the operating system of the virtual machines Kubernetes will run on.
0 commit comments