Lab 3.1. Install Kubernetes; Calico URL 404
In "Lab 3.1. Install Kubernetes", the PDF provides a link to calico.yml as the following:
root@cp: ~# wget https://docs.projectcalico.org/manifests/calico.yaml
This URL results in a 404. Upon investigation into Calico installation, it appears the installation paradigm has changed somewhat, and I'm not sure how best to continue.
Comments
-
Hi @mitchell.roe,
I just verified running the
wgetcommand and pasting the URL in a browser and it successfully downloaded the file. Is there a firewall you may have in place to block access to the site?Regards,
-Chris0 -
Hm, interesting. I tried it successively two days in a row without success; now it seems to work. Oh well. Thank you!
0 -
Hello,
I have the same issue:
`
root@controlplane:~# wget https://docs.projectcalico.org/manifests/calico.yaml
--2023-02-08 14:53:35-- https://docs.projectcalico.org/manifests/calico.yaml
Resolving docs.projectcalico.org (docs.projectcalico.org)... 35.231.208.25, 54.84.236.175, 2600:1f18:2489:8200::c8, ...
Connecting to docs.projectcalico.org (docs.projectcalico.org)|35.231.208.25|:443... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://docs.tigera.io/calico/manifests/calico.yaml [following]
--2023-02-08 14:53:35-- https://docs.tigera.io/calico/manifests/calico.yaml
Resolving docs.tigera.io (docs.tigera.io)... 34.148.97.127, 34.148.19.16, 2600:1f18:2489:8202::c8, ...
Connecting to docs.tigera.io (docs.tigera.io)|34.148.97.127|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2023-02-08 14:53:35 ERROR 404: Not Found.`
Access via web browser:

How you install Calico?
Thanks
0 -
Hello @marc.moline
Use the below command
kubectl apply -f https://raw.githubusercontent.com/projectcalico/calico/v3.25.0/manifests/calico.yaml
3 -
@fazlur.khan said:
Hello @marc.molineUse the below command
kubectl apply -f https://raw.githubusercontent.com/projectcalico/calico/v3.25.0/manifests/calico.yaml
It works! Thanks fazlur.khan
1 -
I am having the same issue. I even tried the new link. I still get connection refused
root@master:~# kubectl apply -f https://raw.githubusercontent.com/projectcalico/calico/v3.25.0/manifests/calico.yaml
The connection to the server localhost:8080 was refused - did you specify the right host or port?
root@master:~#0 -
root@master:~# wget https://raw.githubusercontent.com/projectcalico/calico/v3.25.0/manifests/calico.yaml
--2023-02-14 23:17:51-- https://raw.githubusercontent.com/projectcalico/calico/v3.25.0/manifests/calico.yaml
Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.111.133, 185.199.110.133, 185.199.109.133, ...
Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.111.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 238089 (233K) [text/plain]
Saving to: ‘calico.yaml.1’calico.yaml.1 100%[================================================================>] 232.51K --.-KB/s in 0.02s
2023-02-14 23:17:52 (13.2 MB/s) - ‘calico.yaml.1’ saved [238089/238089]
root@master:~# kubectl apply -f calico.yaml
The connection to the server localhost:8080 was refused - did you specify the right host or port?
root@master:~#0 -
I need to run as regular user where .kube is created. issue resolved.
0 -
I had a similar problem and ran:
wget https://raw.githubusercontent.com/projectcalico/calico/v3.25.0/manifests/calico.yamlAnd it worked.
0 -
After running on non root user as well same error..
k8s@k8s-VirtualBox:~$ sudo kubectl apply -f calico.yaml
The connection to the server localhost:8080 was refused - did you specify the right host or port?0 -
Hi @rajapandian,
Perhaps following the latest lab guide release may help to successfully complete the installation lab exercise.
In addition please ensure that each VirtualBox VM is adequate in size (2 CPU cores, 8 GB RAM, 20 GB disk), one bridged network interface per VM, promiscuous mode enabled to allow all inbound traffic, running Ubuntu 20.04 LTS.Regards,
-Chris0
Categories
- All Categories
- 177 LFX Mentorship
- 177 LFX Mentorship: Linux Kernel
- 754 Linux Foundation IT Professional Programs
- 374 Cloud Engineer IT Professional Program
- 170 Advanced Cloud Engineer IT Professional Program
- 74 DevOps IT Professional Program - Discontinued
- 5 DevOps & GitOps IT Professional Program
- 100 Cloud Native Developer IT Professional Program
- 7.6K Training Courses & Learning Paths
- 2 AI & ML Training
- 1 Blockchain & Decentralized Identity Training
- 5 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
- 2 System Administration Training
- 1 System Engineering Training
- 1 Web & Application Development Training
- 794 Hardware
- 202 Drivers
- 68 I/O Devices
- 37 Monitors
- 95 Multimedia
- 173 Networking
- 91 Printers & Scanners
- 89 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
- 112 Mobile Computing
- 20 Android
- 77 Development
- 1.2K New to Linux
- 1K Getting Started with Linux
- 393 Off Topic
- 121 Introductions
- 182 Small Talk
- 29 Study Material
- 977 Programming and Development
- 310 Kernel Development
- 649 Software Development
- 990 Software
- 382 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)
