Lab 1C(a) - Running Fluentd in a Kubernetes Environment
There are two issues with install Kubernetes in Linux.
There is an error: curl -s https://packages.cloud.google.com/apt/doc/apt-key.gpg | sudo apt-key add -
Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
OKecho "deb http://apt.kubernetes.io/ kubernetes-xenial main" | sudo tee -a /etc/apt/sources.list.d/kubernetes.list
Hit:7 https://packages.fluentbit.io/ubuntu/noble noble InRelease
Err:8 https://packages.cloud.google.com/apt kubernetes-xenial Release
404 Not Found [IP: 173.194.194.102 443]
Reading package lists... Done
E: The repository 'http://apt.kubernetes.io kubernetes-xenial Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
I would greatly appreciate the help. A lot of the reference points and program version are out of date. Please, help.
Is there something else I can do in the mean time?
Comments
-
There is no way to get Kubernetes to work based on the information from the document that Linux Foundation has provided. I am running into so many errors. I have to troubleshoot so much.
I even got to a point to do this command:
kubectl cluster-infoI get connection refused.
The connection to the server 10.1.0.1:6443 was refused - did you specify the right host or port?
I am using a Linux VM Ubuntu. I use SSH to connect to it from home. Please help me this is frustrating that half of information is out of date from this course.
0 -
Hi @superman1,
I compiled a set of instructions to install Kubernetes and configure the runtime on an Ubuntu system, however, due to restrictions of this forum platform, the instructions set is blocked.
You can retrieve them from this gist instead.
It intends to replace steps 2a, 2b, and 2c of Lab 1C(a).
You can run the shell script as is, or manually execute select instructions.Let me know if you encounter any issues.
Regards,
-Chris0 -
Running into issue with docker.service not stopping:
I used the command:
sudo systemctl stop docker
Results:
Stopping 'docker.service', but its triggering units are still active:
docker.socketSide note:
I love the information you provided and if you have others to help me setup the other labs. I would greatly appreciate it.0 -
Hi @superman1,
Ah... an error on my part... Forgot about docker.socket, it needs to be stopped as well, otherwise it keeps bringing up the docker.service.
sudo systemctl stop docker.socket
Check the status of the docker.service and docker.socket to ensure they are both stopped
sudo systemctl status docker.service
sudo systemctl status docker.socket
Regards,
-Chris0 -
Those commands worked!!
When I get to this step of the command:
I use this command:
sudo sed -e 's/SystemdCgroup = false/SystemdCgroup = true/g' -i /etc/containerd/config.tomlResponse is:
sed: can't read /etc/containerd/config.toml: No such file or directoryShould I be doing the step from the PDF:
"We will not be using anything from the existing configuration file. Simply replace the existing contents with the following."sudo vi /etc/containerd/config.toml
[plugins."io.containerd.grpc.v1.cri".containerd.runtimes.runc] [plugins."io.containerd.grpc.v1.cri".containerd.runtimes.runc.options]
SystemdCgroup = true0 -
It appears adding the new file worked.
But now I get pre-flight check errors:
Used command:
sudo kubeadm init --kubernetes-version "1.31.1" --pod-network-cidr "10.244.0.0/16" --cri-socket "unix:///run/containerd/containerd.sock"
Results Error:
[init] Using Kubernetes version: v1.31.1
[preflight] Running pre-flight checks
error execution phase preflight: [preflight] Some fatal errors occurred:
[ERROR FileAvailable--etc-kubernetes-manifests-kube-apiserver.yaml]: /etc/kubernetes/manifests/kube-apiserver.yaml already exists
[ERROR FileAvailable--etc-kubernetes-manifests-kube-controller-manager.yaml]: /etc/kubernetes/manifests/kube-controller-manager.yaml already exists
[ERROR FileAvailable--etc-kubernetes-manifests-kube-scheduler.yaml]: /etc/kubernetes/manifests/kube-scheduler.yaml already exists
[ERROR FileAvailable--etc-kubernetes-manifests-etcd.yaml]: /etc/kubernetes/manifests/etcd.yaml already exists
[ERROR Port-10250]: Port 10250 is in use
[ERROR DirAvailable--var-lib-etcd]: /var/lib/etcd is not empty
[preflight] If you know what you are doing, you can make a check non-fatal with--ignore-preflight-errors=...
To see the stack trace of this error execute with --v=5 or higher0 -
Hi @superman1,
Perhaps adding
sudo
in front of thetee
command should do the trick.sudo containerd config default | sudo tee /etc/containerd/config.toml
Regards,
-Chris0 -
Hi @superman1,
Running
init
several times in a row does not help. This is why you see those errors.
Prior to runninginit
, run the following commandsudo kubeadm reset
and confirm your intent to "reset" when prompted.Regards,
-Chris0 -
@chrispokorni that sudo kubeadm reset worked.
When I do the following command:
kubectl taint nodes --all node-role.kubernetes.io/control-plane-
Respond Error:
E1011 01:28:24.925994 445345 memcache.go:265] "Unhandled Error" err="couldn't get current server API group list: Get \"https://10.1.0.5:6443/api?timeout=32s\": dial tcp 10.1.0.5:6443: connect: connection refused"
I'm not understanding the error. Could you help me with this?
0 -
Hi @superman1,
Perhaps the
$HOME/.kube/config
manifest needs to be updated with the admin credentials generated by latestinit
.Regards,
-Chris0
Categories
- All Categories
- 217 LFX Mentorship
- 217 LFX Mentorship: Linux Kernel
- 791 Linux Foundation IT Professional Programs
- 353 Cloud Engineer IT Professional Program
- 178 Advanced Cloud Engineer IT Professional Program
- 82 DevOps Engineer IT Professional Program
- 147 Cloud Native Developer IT Professional Program
- 137 Express Training Courses
- 137 Express Courses - Discussion Forum
- 6.2K Training Courses
- 47 LFC110 Class Forum - Discontinued
- 71 LFC131 Class Forum
- 42 LFD102 Class Forum
- 226 LFD103 Class Forum
- 18 LFD110 Class Forum
- 38 LFD121 Class Forum
- 18 LFD133 Class Forum
- 7 LFD134 Class Forum
- 18 LFD137 Class Forum
- 71 LFD201 Class Forum
- 4 LFD210 Class Forum
- 5 LFD210-CN Class Forum
- 2 LFD213 Class Forum - Discontinued
- 128 LFD232 Class Forum - Discontinued
- 2 LFD233 Class Forum
- 4 LFD237 Class Forum
- 24 LFD254 Class Forum
- 697 LFD259 Class Forum
- 111 LFD272 Class Forum
- 4 LFD272-JP クラス フォーラム
- 12 LFD273 Class Forum
- 148 LFS101 Class Forum
- 1 LFS111 Class Forum
- 3 LFS112 Class Forum
- 2 LFS116 Class Forum
- 4 LFS118 Class Forum
- LFS120 Class Forum
- 7 LFS142 Class Forum
- 5 LFS144 Class Forum
- 4 LFS145 Class Forum
- 2 LFS146 Class Forum
- 3 LFS147 Class Forum
- 1 LFS148 Class Forum
- 15 LFS151 Class Forum
- 2 LFS157 Class Forum
- 29 LFS158 Class Forum
- 7 LFS162 Class Forum
- 2 LFS166 Class Forum
- 4 LFS167 Class Forum
- 3 LFS170 Class Forum
- 2 LFS171 Class Forum
- 3 LFS178 Class Forum
- 3 LFS180 Class Forum
- 2 LFS182 Class Forum
- 5 LFS183 Class Forum
- 31 LFS200 Class Forum
- 737 LFS201 Class Forum - Discontinued
- 3 LFS201-JP クラス フォーラム
- 18 LFS203 Class Forum
- 134 LFS207 Class Forum
- 2 LFS207-DE-Klassenforum
- 1 LFS207-JP クラス フォーラム
- 302 LFS211 Class Forum
- 56 LFS216 Class Forum
- 52 LFS241 Class Forum
- 48 LFS242 Class Forum
- 38 LFS243 Class Forum
- 15 LFS244 Class Forum
- 2 LFS245 Class Forum
- LFS246 Class Forum
- 48 LFS250 Class Forum
- 2 LFS250-JP クラス フォーラム
- 1 LFS251 Class Forum
- 152 LFS253 Class Forum
- 1 LFS254 Class Forum
- 1 LFS255 Class Forum
- 7 LFS256 Class Forum
- 1 LFS257 Class Forum
- 1.3K LFS258 Class Forum
- 10 LFS258-JP クラス フォーラム
- 118 LFS260 Class Forum
- 159 LFS261 Class Forum
- 42 LFS262 Class Forum
- 82 LFS263 Class Forum - Discontinued
- 15 LFS264 Class Forum - Discontinued
- 11 LFS266 Class Forum - Discontinued
- 24 LFS267 Class Forum
- 22 LFS268 Class Forum
- 30 LFS269 Class Forum
- LFS270 Class Forum
- 202 LFS272 Class Forum
- 2 LFS272-JP クラス フォーラム
- 1 LFS274 Class Forum
- 4 LFS281 Class Forum
- 9 LFW111 Class Forum
- 259 LFW211 Class Forum
- 181 LFW212 Class Forum
- 13 SKF100 Class Forum
- 1 SKF200 Class Forum
- 1 SKF201 Class Forum
- 795 Hardware
- 199 Drivers
- 68 I/O Devices
- 37 Monitors
- 102 Multimedia
- 174 Networking
- 91 Printers & Scanners
- 85 Storage
- 758 Linux Distributions
- 82 Debian
- 67 Fedora
- 17 Linux Mint
- 13 Mageia
- 23 openSUSE
- 148 Red Hat Enterprise
- 31 Slackware
- 13 SUSE Enterprise
- 353 Ubuntu
- 468 Linux System Administration
- 39 Cloud Computing
- 71 Command Line/Scripting
- Github systems admin projects
- 93 Linux Security
- 78 Network Management
- 102 System Management
- 47 Web Management
- 63 Mobile Computing
- 18 Android
- 33 Development
- 1.2K New to Linux
- 1K Getting Started with Linux
- 371 Off Topic
- 114 Introductions
- 174 Small Talk
- 22 Study Material
- 805 Programming and Development
- 303 Kernel Development
- 484 Software Development
- 1.8K Software
- 261 Applications
- 183 Command Line
- 3 Compiling/Installing
- 987 Games
- 317 Installation
- 97 All In Program
- 97 All In 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)