75429db630
Moves CAPI resources in ephemeral cluster from the 'default' namespace to a new 'target-infra' namespace. Closes: #551 Change-Id: I419a71baa8e05e7b57b38234d15b955b36951b40
14 lines
437 B
YAML
14 lines
437 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
resources:
|
|
# TODO (dukov) It's recocommended to upload BareMetalHost objects separately
|
|
# otherwise nodes will hang in 'registering' state for quite a long time
|
|
- ../../../../function/k8scontrol
|
|
- ../../target/catalogues # NOTE: use target networking for this phase
|
|
- nodes
|
|
|
|
namespace: target-infra
|
|
|
|
transformers:
|
|
- ../../../../function/k8scontrol/replacements
|