You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem description (if applicable)
We need to develop bash script to deploying control plane to ephemeral cluster. and integrate it with future gate bash script runner mentioned in #223
Proposed change
In manifests we should add following resources:
Metal3Cluster
Metal3MachineTemplate
Cluster
KubeadmControlPlane
In tools/gates we should add bash script which would essentially do single command:
airshipctl --debug phase apply controlplane
this command would apply manifests described above the the ephemeral cluster
The text was updated successfully, but these errors were encountered:
teoyaomiqui
changed the title
Add control plane phase deployment to to gate tests
Add bash based control plane phase deployment to gate tests
May 19, 2020
Problem description (if applicable)
We need to develop bash script to deploying control plane to ephemeral cluster. and integrate it with future gate bash script runner mentioned in #223
Proposed change
In manifests we should add following resources:
In tools/gates we should add bash script which would essentially do single command:
this command would apply manifests described above the the ephemeral cluster
The text was updated successfully, but these errors were encountered: