Skip to content

Commit

Permalink
Added cniType support
Browse files Browse the repository at this point in the history
  • Loading branch information
Inbaraj-S committed Sep 27, 2023
1 parent e824e29 commit f421e4a
Show file tree
Hide file tree
Showing 146 changed files with 393 additions and 14,362 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ spec:
- --cluster-id=
- --metrics-backend=prometheus
- --metrics-port=2223
- --CNI=
- --cniType=OCI_VCN_IP_NATIVE
- --v=4
env:
- name: OCI_RESOURCE_PRINCIPAL_VERSION
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ spec:
- --cluster-id={{ .Values.cluster_id }}
- --metrics-backend={{.Values.metrics.backend}}
- --metrics-port={{.Values.metrics.port}}
- --CNI={{.Values.backendType}}
- --cniType={{.Values.cniType}}
- --v=4
env:
- name: OCI_RESOURCE_PRINCIPAL_VERSION
Expand Down
4 changes: 4 additions & 0 deletions helm/oci-native-ingress-controller/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,3 +111,7 @@ objectSelector:
metrics:
backend: prometheus
port: 2223


# Supported CNI : OCI_VCN_IP_NATIVE, FLANNEL_OVERLAY
cniType: OCI_VCN_IP_NATIVE
Loading

0 comments on commit f421e4a

Please sign in to comment.