Skip to content

Commit

Permalink
Merge pull request openshift#258 from danwinship/ovn-gateway-mode
Browse files Browse the repository at this point in the history
ovn-kubernetes: fix gateway mode, log level
  • Loading branch information
openshift-merge-robot committed Jul 20, 2019
2 parents e1453ac + f52c6e6 commit ecf1cc4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bindata/network/ovn-kubernetes/ovnkube-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,6 @@ spec:
value: "3"
- name: OVNKUBE_LOGLEVEL
value: "4"
- name: OVN_GATEWAY_MODE
value: local
- name: OVN_NET_CIDR
valueFrom:
configMapKeyRef:
Expand Down Expand Up @@ -161,7 +159,9 @@ spec:
- name: OVN_DAEMONSET_VERSION
value: "3"
- name: OVNKUBE_LOGLEVEL
value: "5"
value: "4"
- name: OVN_GATEWAY_MODE
value: local
- name: OVN_NET_CIDR
valueFrom:
configMapKeyRef:
Expand Down

0 comments on commit ecf1cc4

Please sign in to comment.