Kubernetes fundamentals : Lab3 : Invalid reference format error on etcd pulls
Hi,
I am walking through the Kubernetes fundamentals course and am trying out the lab-3 examples. It requires setting up an etcd server, manager and scheduler.
The command is:
$ docker run -d --name=k8s -p 8080:8080 gcr.io/google_containers/etcd:3.1.10 etcd --data-dir /var/lib/data
I get a " docker: invalid reference format." error.
I tried pulling the image docker pull 0 gcr.io/google_containers/etcd:3.1.10 and get invalid reference format.
I looked up on dockerhub and don't see the images there.
Is there somewhere else these images exist?
I'm sure the next commands will fail as well as it references the same repos on hub. Any help?:
docker run -d --net=container:k8s gcr.io/google_containers/hyperkube:v1.7.6 /apiserver --etcd-servers=http://127.0.0.1:2379 \ --service-cluster-ip-range=10.0.0.1/24 \ --insecure-bind-address=0.0.0.0 \ --insecure-port=8080 \ --admission-control=AlwaysAdmit
Comments
-
My guess is that you are making a typo. I tried and the image is there and pulls fine.
There is only one underscore between `google` and `containers`. Can you try:
`docker pull gcr.io/google_containers/etcd:3.1.10`
0 -
Thanks sebgoa. You are right. I think it was a copy/paste mistake. I think the markup there was causing it.
I manually typed it and it worked. Thanks for taking the time to explain.
0 -
Hi, I get the same 'invalid reference format' error regardless if using 'google_containers' or 'google-containers'.
I also tried the simple docker pull sugested, both ways with underscore "_" and dash "-" and receive the same 'invalid reference format' error.
While checking the container registry, the Show Pull Command shows "gcloud docker -- pull gcr.io/google-containers/etcd:3.1.10" with a dash "-" rather than an underscore "_".
What else should I try?
0 -
I had the same issue. Looks like there are hidden characters when you try to copy the link from the pdf. Try typing out the link instead of pasting
0
Categories
- All Categories
- 177 LFX Mentorship
- 177 LFX Mentorship: Linux Kernel
- 750 Linux Foundation IT Professional Programs
- 373 Cloud Engineer IT Professional Program
- 169 Advanced Cloud Engineer IT Professional Program
- 74 DevOps IT Professional Program - Discontinued
- 4 DevOps & GitOps IT Professional Program
- 99 Cloud Native Developer IT Professional Program
- 7.6K Training Courses & Learning Paths
- 1 AI & ML Training
- 1 Blockchain & Decentralized Identity Training
- 4 Cloud & Containers Training
- 1 Cybersecurity Training
- 2 DevOps & Site-Reliability Training
- 1 Linux Kernel Development Training
- 1 Networking Training
- 2 Open Source Best Practice Training
- 1 System Administration Training
- 1 System Engineering Training
- 1 Web & Application Development Training
- 792 Hardware
- 202 Drivers
- 68 I/O Devices
- 37 Monitors
- 95 Multimedia
- 173 Networking
- 91 Printers & Scanners
- 87 Storage
- 769 Linux Distributions
- 81 Debian
- 68 Fedora
- 22 Linux Mint
- 13 Mageia
- 24 openSUSE
- 150 Red Hat Enterprise
- 31 Slackware
- 13 SUSE Enterprise
- 356 Ubuntu
- 465 Linux System Administration
- 31 Cloud Computing
- 73 Command Line/Scripting
- Github systems admin projects
- 98 Linux Security
- 78 Network Management
- 101 System Management
- 46 Web Management
- 106 Mobile Computing
- 18 Android
- 73 Development
- 1.2K New to Linux
- 1K Getting Started with Linux
- 392 Off Topic
- 121 Introductions
- 181 Small Talk
- 29 Study Material
- 955 Programming and Development
- 310 Kernel Development
- 627 Software Development
- 983 Software
- 375 Applications
- 182 Command Line
- 5 Compiling/Installing
- 68 Games
- 317 Installation
- Archived
- 2 LFD140 Class Forum
- 1.4K LFS258 Class Forum
Upcoming Training
-
August 20, 2018
Kubernetes Administration (LFS458)
-
August 20, 2018
Linux System Administration (LFS301)
-
August 27, 2018
Open Source Virtualization (LFS462)
-
August 27, 2018
Linux Kernel Debugging and Security (LFD440)