Parameters
The parent key for all of the following parameters is openshift4_networking.
defaultNodeSelector
| type |
dictionary |
| default |
|
Node selector for the non-DaemonSet OpenShift networking workloads.
patches
| type |
dictionary |
| default |
Defines the patches to apply to the OpenShift networking components.
Patches can be removed in the hierarchy by setting the value to null.
The schema is defined as follows:
ip-reconciler: (1)
target: (2)
kind: CronJob
apiVersion: batch/v1
name: ip-reconciler
namespace: openshift-multus
patch: (3)
spec:
jobTemplate:
spec:
template:
spec:
nodeSelector: ${openshift4_networking:defaultNodeSelector}
| 1 | Name in hierarchy |
| 2 | Object the patch is applied to. Consists of kind, apiVersion, name, and optionally namespace. |
| 3 | Patch to apply |