Xena Series Release Notes

5.0.0

New Features

  • Kuryr will now support the configuration of Octavia listener timeouts. The timeout-client-data and timeout-member-data settings of listeners can be configured to use values other than the Octavia defaults when creating or modifying loadbalancers handled by Kuryr. In order to use this functionality, the new timeout values can be annotated to the Service or set in kuryr.conf. New options [octavia_defaults]timeout_client_data and [octavia_defaults]timeout_member_data were added.

Upgrade Notes

  • Option ‘api_root’ from kubernetes section changed default value from:

    [kubernetes]
    api_root=http://localhost:8080
    

    to:

    [kubernetes]
    api_root=https://localhost:6443