Skip to content

Commit b552959

Browse files
authored
Merge pull request #575 from jichenjc/bug/572-1
Add doc tip for floating ip
2 parents 26427a5 + d0cd6b7 commit b552959

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/troubleshooting.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
- [Get logs of Cluster API controller containers](#get-logs-of-cluster-api-controller-containers)
77
- [Master failed to start with error: node xxxx not found](#master-failed-to-start-with-error-node-xxxx-not-found)
88
- [providerClient authentication err](#providerclient-authentication-err)
9+
- [Fails in creating floating IP during cluster creation.](#fails-in-creating-floating-ip-during-cluster-creation)
910

1011
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
1112

@@ -56,3 +57,11 @@ clouds:
5657
cacert: /etc/certs/cacert
5758
verify: false
5859
```
60+
61+
## Fails in creating floating IP during cluster creation.
62+
63+
If you encounter `rule:create_floatingip and rule:create_floatingip:floating_ip_address is disallowed by policy` when create floating ip, check with your openstack administrator, you need to be authorized to perform those actions, see [issue 572](https://github.com/kubernetes-sigs/cluster-api-provider-openstack/issues/572) for more detailed information.
64+
65+
Refer to [rule:create_floatingip](https://github.com/openstack/neutron/blob/master/neutron/conf/policies/floatingip.py#L26) and [rule:create_floatingip:floating_ip_address](https://github.com/openstack/neutron/blob/master/neutron/conf/policies/floatingip.py#L36) for further policy information.
66+
67+
An alternative is to create the floating IP before create the cluster and use it.

0 commit comments

Comments
 (0)