c2d08a4b83
This PS utilizes the "keepalived" container (https://github.com/metal3-io/baremetal-operator/blob/master/docs/ironic-endpoint-keepalived-configuration.md) to ensure that the Ironic IP can be passed to the target cluster for management of the images. Closes: #641 Change-Id: I2ff6bd1541e8f88725623b7c7991b5bd3e13f7c4
25 lines
489 B
YAML
25 lines
489 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
namespace: metal3
|
|
resources:
|
|
- upstream/keepalived
|
|
- config-file
|
|
- entrypoint
|
|
- ironic-pv.yaml
|
|
|
|
patchesStrategicMerge:
|
|
- ironic_toleration_patch.yaml
|
|
- ironic_nodeselector_patch.yaml
|
|
- ironic_qcow_image_patch.yaml
|
|
- ironic_volume_patch.yaml
|
|
|
|
patchesJSON6902:
|
|
- target:
|
|
group: apps
|
|
version: v1
|
|
kind: Deployment
|
|
name: capm3-ironic
|
|
patch: |-
|
|
- op: remove
|
|
path: /spec/template/spec/volumes/0/emptyDir
|