Hello, everyone
I am trying to install Data Intelligence 3 on Google Kubernetes Engine
At first, I setup Google Container Registry
whose domain is asia.gcr.io/myprojectname
After that, I created a user whose privilege is the project owner on GCP
and generated json key and copied that json key file to /usr/lib/google-cloud-sdk/bin
and I did the commands below
gcloud auth activate-service-account --key-file=/usr/lib/google-cloud-sdk/bin/jsonkeyfile
gcloud auth configure-docker
and after that, I created GKE whose owner is that user right above
and created 3 nodes inside
I also enabled the Google Container Registry API
I did above as guided by (sorry, Korean)
https://nirsa.tistory.com/75
But installation of Data Intelligence failed due to lack of privilege to Google Container Registry
So next, I followed the steps as below
https://cloud.google.com/container-registry/docs/access-control
But I couldn't do
gcloud compute instances set-service-account INSTANCEname --scopes=storage-rw
It says, to do the command above, before this, it is necessary to stop 3 nodes.
But I cannot find a way to stop 3 nodes, because VM group has the right to stop 3 nodes(VMs)
but in the menu for VM groups, there is no menu to stop 3 nodes.
So may I ask:
What is the correct steps to follow
to install Data Intelligence on GKE
where Google Container Registry is used?
Please help me with this problem
Thank you in advance and have a great weekend, all of you
also I followed the steps guided below