Skip to content

Commit a02a66c

Browse files
hidekazunak8s-ci-robot
authored andcommitted
Fix clouds.yaml link and add some notes (#440)
This commit fixes clouds.yaml link and some notes about cacert in README.md
1 parent 3753055 commit a02a66c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ policy may be made to more closely align with other providers in the Cluster API
9999
```
100100

101101
`<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.
103103

104104
`<openstack cloud>` is the cloud you are going to use, e.g. multiple cloud might be defined in `clouds.yaml`
105105
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
116116
region_name: RegionOne
117117
```
118118

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+
119121
`<provider os>` specifies the operating system of the virtual machines Kubernetes will run on.
120122
Supported Operating Systems:
121123
- `centos`

0 commit comments

Comments
 (0)