Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

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

  1. Go to the Kubernetes Engine page in the tenant project.

  2. 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.

  • No labels