![Sirajudeen](/assets/img/avatar_default.png)
* Private and public key will be generated during `phase run generate-secrets` * generated public key will be used to replace the place holders in the manifests and the same will be deployed on nodes. * This can be used to prepare inventory for Hostconfig operator to manage nodes. Depends-On: https://review.opendev.org/c/airship/airshipctl/+/783718 Change-Id: I780f6f6acce3df2fb3ba2f94e732fe34ddfb0454
9 lines
186 B
YAML
9 lines
186 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
resources:
|
|
- versions.yaml
|
|
- k8scontrol-env-vars.yaml
|
|
- generated-secrets.yaml
|
|
- networking.yaml
|
|
- cluster.yaml
|