[linkerd] where to pass the flag `--set proxyInit.runAsRoot=true`?
Hello,
The pre-checks say: "There are nodes using the docker container runtime and proxy-init container must run as root user. Try installing linkerd via --set proxyInit.runAsRoot=true"
But when I run the install script with:
curl -sL run.linkerd.io/install > linkerd-install.sh sudo ./linkerd-install.sh --set proxyInit.runAsRoot=true
the same happens.
Maybe it takes to install Linkerd on the cloud? My cluster runs in virt-manager with 2 nodes
Best Answers
-
On a fresh install with containerd in qemu/kvm, it goes well
0 -
Hi @thomas.bucaioni,
The calico network plugin is responsible for setting up one or multiple IP pools for the pods running in the Kubernetes cluster. By default, all nodes host subnets of a given pool, but node selectors can be used to isolate a specific pool to a desired subset of nodes of the cluster.
https://projectcalico.docs.tigera.io/getting-started/kubernetes/hardway/configure-ip-pools
Regards,
-Chris1 -
hi @thomas.bucaioni this flag will be passed in linkerd install command. skip the check --pre command and directly installed the linkerd with this flag.
linkerd install --set proxyInit.runAsRoot=true | kubectl apply -f -2
Answers
-
Same on aws:
ubuntu@cpnode:~$ curl -sL run.linkerd.io/install | sh Downloading linkerd2-cli-stable-2.11.2-linux-amd64... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 44.7M 100 44.7M 0 0 6348k 0 0:00:07 0:00:07 --:--:-- 7091k Download complete! Validating checksum... Checksum valid. Linkerd stable-2.11.2 was successfully installed 🎉 Add the linkerd CLI to your path with: export PATH=$PATH:/home/ubuntu/.linkerd2/bin Now run: linkerd check --pre # validate that Linkerd can be installed linkerd install | kubectl apply -f - # install the control plane into the 'linkerd' namespace linkerd check # validate everything worked! linkerd dashboard # launch the dashboard Looking for more? Visit https://linkerd.io/2/tasks ubuntu@cpnode:~$ export PATH=$PATH:/home/ubuntu/.linkerd2/bin ubuntu@cpnode:~$ linkerd check --pre there are nodes using the docker container runtime and proxy-init container must run as root user. try installing linkerd via --set proxyInit.runAsRoot=trueBut a simple service exposed doesn't seem to work neither...
0 -
Now I get:
‼ cluster networks can be verified the following nodes do not expose a podCIDR: wnode see https://linkerd.io/2.11/checks/#l5d-cluster-networks-verified for hintsbut since only calico sets the pod Cidr, the worker node can't expose one?
0 -
Hi @chrispokorni
Of course, calico have more options than just setting a Cidr. Thank you for the link0 -
Hi @alihasanahmedk
Great, thank you for your help0 -
Always welcome @thomas.bucaioni
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
- 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
- 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
- 984 Software
- 376 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)
