Skip to content
This repository has been archived by the owner on Nov 23, 2021. It is now read-only.

Commit

Permalink
Merge pull request #193 from openshift-cherrypick-robot/cherry-pick-1…
Browse files Browse the repository at this point in the history
…91-to-release-4.3

[release-4.3] add configurable endpoint publishing strategy scope
  • Loading branch information
openshift-merge-robot authored Apr 27, 2020
2 parents 7a817a7 + ed4f26f commit bc493d4
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ metadata:
name: default
namespace: openshift-ingress-operator
spec:
{{ if .EndpointPublishingStrategyScope }}
endpointPublishingStrategy:
loadBalancer:
scope: {{ .EndpointPublishingStrategyScope }}
type: LoadBalancerService
{{ end }}
nodePlacement:
tolerations:
- key: dedicated
Expand Down
1 change: 1 addition & 0 deletions cluster.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ originReleasePrefix: quay.io/openshift-release-dev
apiNodePort: 32323
openVPNNodePort: 32324
ingressSubdomain: apps.hosted.example.com
endpointPublishingStrategyScope: External
openshiftAPIClusterIP: 172.30.0.20
baseDomain: example.com
networkType: OpenShiftSDN
Expand Down
1 change: 1 addition & 0 deletions pkg/api/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ type ClusterParams struct {
ApiserverLivenessPath string `json:"apiserverLivenessPath"`
DefaultFeatureGates []string
PlatformType string `json:"platformType"`
EndpointPublishingStrategyScope string `json:"endpointPublishingStrategyScope"`
}

type NamedCert struct {
Expand Down
6 changes: 6 additions & 0 deletions pkg/assets/bindata.go

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

0 comments on commit bc493d4

Please sign in to comment.