Skip to content

Commit

Permalink
operator/ingress: change default publishing strategy for unknown plat…
Browse files Browse the repository at this point in the history
…forms

Before, the `Private` endpoint publishing strategy was the default for the
`None` infrastructure.config.openshift.io platform type. Now, `HostNetwork` is
the default for the `None` platform. This is expected to be more generally
useful.
  • Loading branch information
ironcladlou committed Mar 14, 2019
1 parent d934e5c commit 4850321
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions operator/v1/types_ingress.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,10 @@ type IngressControllerSpec struct {
// If unset, the default is based on
// infrastructure.config.openshift.io/cluster .status.platform:
//
// AWS: LoadBalancerService
// Libvirt: HostNetwork
// All other platform types: Private
// AWS: LoadBalancerService
// Libvirt: HostNetwork
//
// Any other platform types (including None) default to HostNetwork.
//
// endpointPublishingStrategy cannot be updated.
//
Expand Down
2 changes: 1 addition & 1 deletion operator/v1/zz_generated.swagger_doc_generated.go

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

0 comments on commit 4850321

Please sign in to comment.