ship
ship copied to clipboard
Unable to complete step 4 on Web UI
Expected behavior
Complete step 4 on Web UI
Actual behavior
It forces me to go back to previous steps while there is nothing more to be done.
Whoa there, you're getting a little ahead of yourself. There are steps that need to be completed before you can be here.
Take me back
Information
- Ship version:
0.37.1
- Docker version:
18.09.2
- Command line run:
ship init https://github.com/GoogleCloudPlatform/spark-on-k8s-operator/tree/master/manifest
Steps to reproduce the behavior
-
ship init https://github.com/GoogleCloudPlatform/spark-on-k8s-operator/tree/master/manifest
- Click "Next" to reach step 4
Any way, the kustomize manifests are created even we terminate the process with Ctrl+C in console. But the base can not be built normally.
Error: AccumulateTarget: rawResources failed to read Resources: id '"apps_v1_Deployment|spark-operator|~P|sparkoperator|~S"' already used
There seems to be a duplicated definition of the deployment in spark-operator.yaml
and Deployment-sparkoperator-spark-operator.yaml
. Not sure if this has something to do with the abnormal behavior in Web UI. A proper error message would be appreciated instead of forcing me to go back :-)