Skip to content

Commit

Permalink
Merge pull request #25 from larsks/feature-routingviahost
Browse files Browse the repository at this point in the history
Set routingViaHost in OVN configuration
  • Loading branch information
larsks authored Jun 28, 2022
2 parents 3ae0dea + 37c4dc7 commit 9fee8b9
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- network.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
apiVersion: operator.openshift.io/v1
kind: Network
metadata:
name: cluster
spec:
defaultNetwork:
ovnKubernetesConfig:
gatewayConfig:
routingViaHost: true
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: Subscription
metadata:
name: kubernetes-nmstate-operator
spec:
channel: stable
channel: "4.10"
installPlanApproval: Automatic
name: kubernetes-nmstate-operator
source: redhat-operators
Expand Down
1 change: 1 addition & 0 deletions cluster-scope/overlays/nerc-ocp-infra/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ resources:
- ../../bundles/openshift-gitops
- ../../bundles/acm
- ../../bundles/odf
- ../../base/operator.openshift.io/networks/cluster
- clusterversion.yaml
- machineconfigs/disable-net-ifnames.yaml
- machineconfigs/mellanox-udev-rules
Expand Down

0 comments on commit 9fee8b9

Please sign in to comment.