Skip to content

kubernetes/cloud-provider-openstack

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

After loadbalancer creation, the controller calls a wait function that
polls the Octavia API until its state turns ACTIVE, or timeout is
reached.

Before this patch, a failure to GET the loadbalancer in the wait
function would result in a nil loadbalancer to be returned to the
caller, resulting in an immediate panic when accessing its members.

With this patch:
* GET failures are logged and don't break the polling;
* if the wait timeout is reached while GET is failing, the behaviour
  exactly matches what happens when reaching the timeout.
8245f53

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
December 12, 2023 05:03
cmd
December 13, 2023 12:06
August 25, 2023 03:29
December 12, 2023 05:03
December 13, 2023 12:06
September 5, 2022 06:30
December 13, 2023 12:06
January 12, 2018 19:57
August 4, 2020 13:53
January 12, 2018 19:57

Cloud Provider OpenStack

Thank you for visiting the Cloud Provider OpenStack repository!

This Repository hosts various plugins relevant to OpenStack and Kubernetes Integration

NOTE:

  • Cinder Standalone Provisioner, Manila Provisioner and Cinder FlexVolume Driver were removed since release v1.18.0.
  • Version 1.17 was the last release of Manila Provisioner, which is unmaintained from now on. Due to dependency issues, we removed the code from master but it is still accessible in the release-1.17 branch. Please consider migrating to Manila CSI Plugin.
  • Start from release v1.26.0, neutron lbaasv1 support is removed and only Octavia is supported.

Developing

Refer to Getting Started Guide for setting up development environment and contributing.

Contact

Please join us on Kubernetes provider-openstack slack channel

Project Co-Leads:

  • @dulek - Michał Dulko
  • @jichenjc - Chen Ji
  • @kayrus
  • @zetaab - Jesse Haka

License

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.