Sirajudeen e437d5456b Use SSH key to access target & worker node.
* 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
2021-03-31 13:00:33 +00:00

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