Before you begin
Optional. Use this section to provide instructions for any tasks the user needs to do before they begin the rest of the sections in this page.
Doing a task
Go to the Kubernetes Engine page in the tenant project.
Click “connect” and run in the command line:
gcloud container clusters get-credentials <CLUSTER-NAME> --region <REGION> --project <TENANT-PROJECT-ID>
3. Run in the command line to see all deployments:
kubectl get deployments
and find the deployment that ends with "ui-agent."
4. Using the deployment found in step 3, update the ui-agent image to the appropriate version:
kubectl set image deployment/<deployment_name> agent= us.gcr.io/cloud-data-fusion-images/cloud-data-fusion-inverting-proxy:<UI-Agent-version>
The full list of agent versions can be found in the cloud build repo.