From 0c1df182c9c1af6c5d98152ae5b4e5cfa595537f Mon Sep 17 00:00:00 2001 From: JMGaljaard Date: Mon, 26 Sep 2022 12:17:12 +0200 Subject: [PATCH] Update description notebook docker --- jupyter/terraform_notebook.ipynb | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/jupyter/terraform_notebook.ipynb b/jupyter/terraform_notebook.ipynb index 12c5134c..642b74fe 100644 --- a/jupyter/terraform_notebook.ipynb +++ b/jupyter/terraform_notebook.ipynb @@ -55,6 +55,8 @@ " - ℹ️ We need to run this command to list the billing account IDs and enable billing. Currently, these features fall under beta access.\n", " - ⚠️ Run the command `gcloud components install gke-gcloud-auth-plugin`\n", " - ℹ️ We need to run this command to retrieve cluster configurations (to be used by `kubectl` and `helm`)\n", + " - ⚠️ Run the command `gcloud auth configure-docker`\n", + " - ℹ️ We need to run this command to push container images with docker to your project's container registry\n", " * Kubectl (>= 1.22.0)\n", " * Helm (>= 3.9.4)\n", " * Terraform (>= 1.2.8)\n", @@ -637,7 +639,11 @@ "source venv\n", "pip3 install -r requirements-cpu.txt\n", "python3 -m fltk extractor configs/example_cloud_experiment.json\n", - "```" + "```\n", + "\n", + "Make sure to have run `gcloud auth configure-docker` in an external terminal.\n", + "\n", + "Make sure to allow docker to build/push/run without `sudo` [link](https://cloud.google.com/artifact-registry/docs/docker/authentication).\n" ], "metadata": { "collapsed": false,