Closed gyliu513 closed 6 years ago
@gyliu513 This repo is for the cluster-registry. Please file your issue in the federation-v2 repo. But basically that parameter is the image name you want for your federation deployment. The script will automatically build and push the image for you based on that <containerregistry>/<username>/<imagename>:<tagname>
parameter you provide.
@font ,sorry for the wrong repo, but which script shall I use? The deploy-federation.sh also do not specify where to get the docker image https://github.com/kubernetes-sigs/federation-v2/blob/master/scripts/deploy-federation.sh
/sig multicluster
In step https://github.com/kubernetes-sigs/federation-v2/blob/master/docs/userguide.md#automated-deployment ,
Automated Deployment
If you would like to have the deployment of the cluster registry and federation-v2 control plane automated, then invoke the deployment script by running:
./scripts/deploy-federation.sh cluster2
Where is in the form //: e.g. docker.io//federation-v2:test.
Where to get the image of
federation-v2:test
?Any steps for me to build this image?