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:
Code Block |
---|
gcloud container clusters get-credentials <CLUSTER-NAME> --region <REGION> --project <TENANT-PROJECT-ID> |
...
Ssh into the tenant project cluster following the instructions in the article on How to get thread dump or logs. (The steps depend on whether you have a public or private instance).
Run in the command line to see all
...
deployments
...
and find the deployment that ends with "ui-agent."
Code Block |
---|
kubectl get deployments |
43. Using the deployment found in step 3, update the ui-agent image to the appropriate version:
...