02:03:09 Sadhana Verma: I can not hear anything ..Is it the case only for me? 02:03:54 Cecilia Uribe Estrada: I think is for everybody 02:04:00 Sadhana Verma: Okay..Thanks 02:14:53 Apurva Narde: which command was used to get the status of the job? 02:16:16 Luca Giommi: kubectl get pods -n argo 02:16:24 Luca Giommi: I think it is this 02:17:16 Cecilia Uribe Estrada: @Apurva: argo list -n argo 02:18:37 Apurva Narde: Thank you, I am trying to check which step the poet-test is on. 02:29:52 Clemens Lange: Anyone else who doesn't have a cluster yet? 02:40:38 Sanjeev Kumar: $ gcloud container clusters get-credentials cluster-sjvtifr --zone europe-north1-a --project cms-opendata Fetching cluster endpoint and auth data. ERROR: (gcloud.container.clusters.get-credentials) ResponseError: code=403, message=Required "container.clusters.get" permission(s) for "projects/cms-opendata/zones/europe-north1-a/clusters/cluster-sjvtifr". 02:40:53 Sanjeev Kumar: Why I am seeing this error? 02:45:10 Clemens Lange: checking 02:46:17 Clemens Lange: what is the email address you're logged on with? 02:46:59 Luca Giommi: ok now the plot isn’t empty anymore :) 02:48:29 Sanjeev Kumar: sjvtifr@gmail.com 02:51:22 Clemens Lange: @Sanjeev, did you authorize cloud shell before executing the command? 02:53:02 Sanjeev Kumar: yes, I did. I am pasting the output of that command: 02:53:06 Sanjeev Kumar: $ gcloud auth login Go to the following link in your browser: https://accounts.google.com/o/oauth2/auth?response_type=code&client_id=32555940559.apps.googleusercontent.com&redirect_uri=urn%3Aietf%3Awg%3Aoauth%3A2.0%3Aoob&scope=openid+https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fuserinfo.email+https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fcloud-platform+https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fappengine.admin+https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fcompute+https%3A%2F%2Fwww.googleapis.com%2Fauth%2Faccounts.reauth&state=flstWtmI1KQi5KkijuQGOANygVXwTr&prompt=consent&access_type=offline&code_challenge=Rjur4w7I2d54zV6LGkxDzllpeHlDcs3Z4I_SQ9Conqg&code_challenge_method=S256 Enter verification code: 4/1AX4XfWi8ZVuzh5zR2C_AQC6uXRP34Wvv2M2_r2ulBOfrK1FL24xEL09bynA You are now logged in as [sjvtifr@gmail.com]. Your current project is [cms-opendata]. You can change this setting by running: $ gcloud config set project PROJECT_ID 02:53:35 Clemens Lange: gcloud container clusters get-credentials cluster-sjvtifr --zone europe-north1-a --project cms-opendata 02:53:41 Clemens Lange: This should work then 02:54:15 Clemens Lange: but hang on, why now authentification code, I'm confused what you're doing 02:55:58 Sanjeev Kumar: It was on tutorial page, so I thought I have to run. 02:56:53 Sanjeev Kumar: Shall I run another command to undo it? 02:58:11 Clemens Lange: Close the console/terminal and open it again 02:58:44 Clemens Lange: or better: close and then go to Kubernetes Engine -> Clusters, pick the one with your name and connect again 03:00:21 Sanjeev Kumar: ok, thanks, I am doing again. 03:03:43 Sanjeev Kumar: Can we connect with gcloud using normal computer terminal? Since, using terminal in browser slows the machine. 03:04:58 Clemens Lange: In principle, yes 03:05:23 Clemens Lange: but then you will have to go through a lot more steps such as the authentication step 03:05:35 Clemens Lange: you need to install the gcloud tool 03:05:48 Clemens Lange: but I cannot support this here 03:05:49 Sanjeev Kumar: ok