Skip to content

Commit

Permalink
Merge pull request #575 from jichenjc/bug/572-1
Browse files Browse the repository at this point in the history
Add doc tip for floating ip
  • Loading branch information
k8s-ci-robot authored Jul 6, 2020
2 parents 26427a5 + d0cd6b7 commit b552959
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
- [Get logs of Cluster API controller containers](#get-logs-of-cluster-api-controller-containers)
- [Master failed to start with error: node xxxx not found](#master-failed-to-start-with-error-node-xxxx-not-found)
- [providerClient authentication err](#providerclient-authentication-err)
- [Fails in creating floating IP during cluster creation.](#fails-in-creating-floating-ip-during-cluster-creation)

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

Expand Down Expand Up @@ -56,3 +57,11 @@ clouds:
cacert: /etc/certs/cacert
verify: false
```
## Fails in creating floating IP during cluster creation.
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.
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.
An alternative is to create the floating IP before create the cluster and use it.

0 comments on commit b552959

Please sign in to comment.