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
Hi I have a application im trying to automatically deploy onto the k8 instance you deploy using your script. I can get this deployed using vagrant I just cant get it to deploy the app. I have posted the change i made to your file but it executes the master and node and nothing else. Any ideas? how can I execute more command after master and node have been deployed?
# we cannot use this because we can't install the docker version we want - https://github.com/hashicorp/vagrant/issues/4871
#config.vm.provision "docker"
config.vm.provision "shell", inline: $configureBox
if opts[:type] == "master"
config.vm.provision "shell", inline: $configureMaster
elsif opts[:type] == "node"
config.vm.provision "shell", inline: $configureNode
else
config.vm.provision "shell", inline: $deployMaster
end
end
end
end
Any help mych appreciated am new to vagrant just looking to automate as much as possible.
The text was updated successfully, but these errors were encountered:
Hi I have a application im trying to automatically deploy onto the k8 instance you deploy using your script. I can get this deployed using vagrant I just cant get it to deploy the app. I have posted the change i made to your file but it executes the master and node and nothing else. Any ideas? how can I execute more command after master and node have been deployed?
end
end
Any help mych appreciated am new to vagrant just looking to automate as much as possible.
The text was updated successfully, but these errors were encountered: