I am upgrading from VIO 5.1.0.2 and completed step 10 of the migration procedure. However, after running the commands, the deployment never started...
10. Apply the upgrade configuration file to the new VMware Integrated OpenStack deployment.
kubectl -n openstack apply -f restore.yaml
This was the output of the two kubectl commands.
root@photon-machine [ ~ ]# kubectl -n openstack create -f cluster.yaml
secret/managedpasswords created
viocluster.vio.vmware.com/cluster1 created
viomachineset.vio.vmware.com/manager1 created
viomachineset.vio.vmware.com/controller1 created
vcenter.vio.vmware.com/vcenter1 created
nsx.vio.vmware.com/nsx1 created
viosecret.vio.vmware.com/viosecret1 created
root@photon-machine [ ~ ]# kubectl -n openstack apply -f restore.yaml
restorationrequest.vio.vmware.com/restorationrequest1 created
I don't see any of the pods in an error state.
Is there a step missing from the documentation to kick off the deployment? Am I missing something?
Thank you