{"id":21394061,"url":"https://github.com/mchirico/minikube_common_commands","last_synced_at":"2026-04-21T16:33:44.429Z","repository":{"id":140551505,"uuid":"166715983","full_name":"mchirico/minikube_common_commands","owner":"mchirico","description":"Minikube -- Common commands, tips and tricks.","archived":false,"fork":false,"pushed_at":"2019-03-25T02:57:22.000Z","size":1131,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-27T21:46:56.437Z","etag":null,"topics":["docker","kubernetes","tutorial"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mchirico.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-01-20T22:25:02.000Z","updated_at":"2019-01-31T20:03:00.000Z","dependencies_parsed_at":null,"dependency_job_id":"db86816a-45a2-4af5-9062-6a7478480347","html_url":"https://github.com/mchirico/minikube_common_commands","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mchirico/minikube_common_commands","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mchirico%2Fminikube_common_commands","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mchirico%2Fminikube_common_commands/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mchirico%2Fminikube_common_commands/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mchirico%2Fminikube_common_commands/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mchirico","download_url":"https://codeload.github.com/mchirico/minikube_common_commands/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mchirico%2Fminikube_common_commands/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32100181,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-21T11:25:29.218Z","status":"ssl_error","status_checked_at":"2026-04-21T11:25:28.499Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker","kubernetes","tutorial"],"created_at":"2024-11-22T14:14:15.872Z","updated_at":"2026-04-21T16:33:44.413Z","avatar_url":"https://github.com/mchirico.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# minikube common commands\n\n## Pulling GCP Images\n\nTo pull images from Google Cloud Platform, GCP, you'll need to create and\ndownload a gcr-json-key.  \n\n\u003cbr\u003e\n\n[\u003cimg src=\"https://raw.githubusercontent.com/mchirico/mchirico.github.io/master/p/images/selected_role.png\" alt=\"drawing\" width=\"550\"/\u003e](https://player.vimeo.com/video/312422908)\n\n\u003cbr\u003e\n\nBelow I've download and named by key `mchirico-gcrpull2.json` and copied it into \na directory I created called `.pullK`\n\n\u003cbr\u003e\n\n\n```bash\nkubectl create secret docker-registry gcr-json-key \\\n--docker-server=us.gcr.io \\\n--docker-username=_json_key \\\n--docker-password=\"$(cat ~/.pullK/mchirico-gcrpull2.json)\" \\\n--docker-email=mchirico@gmail.com\n```\n\nNext, you'll need to update the default serviceaccount.\n\n```bash\nkubectl patch serviceaccount default \\\n-p '{\"imagePullSecrets\": [{\"name\": \"gcr-json-key\"}]}'\n\n```\n\nNow, if you run `minikube dashboard`, you'll see the following entry.\n\n```bash\nminikube dashboard\n```\n\n\n\u003cimg src=\"https://raw.githubusercontent.com/mchirico/mchirico.github.io/master/p/images/minikube_dashBoard.png\" alt=\"drawing\" width=\"750\"/\u003e\n\n\n\n## Without VM Support\n\n[ref](https://github.com/kubernetes/minikube#linux-continuous-integration-without-vm-support)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmchirico%2Fminikube_common_commands","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmchirico%2Fminikube_common_commands","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmchirico%2Fminikube_common_commands/lists"}