Skip to content

Commit

Permalink
Merge pull request kubernetes-sigs#2123 from shiftstack/issue1946
Browse files Browse the repository at this point in the history
📖 Document that OVSHWOffload is no longer required
  • Loading branch information
k8s-ci-robot authored Jun 12, 2024
2 parents 1c78326 + 4e79a80 commit 5331a5a
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 13 deletions.
2 changes: 2 additions & 0 deletions api/v1beta1/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -422,6 +422,8 @@ type PortStatus struct {

type BindingProfile struct {
// OVSHWOffload enables or disables the OVS hardware offload feature.
// This flag is not required on OpenStack clouds since Yoga as Nova will set it automatically when the port is attached.
// See: https://bugs.launchpad.net/nova/+bug/2020813
// +optional
OVSHWOffload *bool `json:"ovsHWOffload,omitempty"`

Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion docs/book/src/api/v1beta1/api.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5331a5a

Please sign in to comment.