mirror of
				https://github.com/optim-enterprises-bv/homelab.git
				synced 2025-11-04 03:47:45 +00:00 
			
		
		
		
	docs: Update README with containerd troubleshooting
				
					
				
			This commit is contained in:
		@@ -55,5 +55,5 @@ kubectl kustomize --enable-helm infra/traefik | kubectl apply -f -
 | 
				
			|||||||
https://argo-cd.readthedocs.io/en/stable/getting_started/
 | 
					https://argo-cd.readthedocs.io/en/stable/getting_started/
 | 
				
			||||||
 | 
					
 | 
				
			||||||
```shell
 | 
					```shell
 | 
				
			||||||
kubectl apply -k infra/traefik
 | 
					kubectl apply -k infra/argocd
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
							
								
								
									
										20
									
								
								README.md
									
									
									
									
									
								
							
							
						
						
									
										20
									
								
								README.md
									
									
									
									
									
								
							@@ -103,7 +103,7 @@ kubectl apply -f infra/metallb
 | 
				
			|||||||
Install Traefik
 | 
					Install Traefik
 | 
				
			||||||
 | 
					
 | 
				
			||||||
```shell
 | 
					```shell
 | 
				
			||||||
kubectl kustomize --enable-helm infra/traefik | ku apply -f -
 | 
					kubectl kustomize --enable-helm infra/traefik | kubectl apply -f -
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Port forward Traefik
 | 
					## Port forward Traefik
 | 
				
			||||||
@@ -143,7 +143,7 @@ at [https://whoami.${DOMAIN}](https://whoami.${DOMAIN})
 | 
				
			|||||||
[ArgoCD](https://argo-cd.readthedocs.io/en/stable/getting_started/) is configured to bootstrap the rest of the cluster
 | 
					[ArgoCD](https://argo-cd.readthedocs.io/en/stable/getting_started/) is configured to bootstrap the rest of the cluster
 | 
				
			||||||
 | 
					
 | 
				
			||||||
```shell
 | 
					```shell
 | 
				
			||||||
kubectl apply -k infra/traefik
 | 
					kubectl apply -k infra/argocd
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Kubernetes Dashboard
 | 
					# Kubernetes Dashboard
 | 
				
			||||||
@@ -172,6 +172,10 @@ version `v1alpha2` ([link](https://kubernetes.io/blog/2022/11/18/upcoming-change
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
Make sure that `runc` is properly configured in containerd.
 | 
					Make sure that `runc` is properly configured in containerd.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					NB: Make sure the correct `containerd` daemon is running. 
 | 
				
			||||||
 | 
					(Check the loaded `containerd` service definition as reported by `systemctl status containerd`)
 | 
				
			||||||
 | 
					Follow https://github.com/containerd/containerd/blob/main/docs/getting-started.md for further instructions.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
```shell
 | 
					```shell
 | 
				
			||||||
sudo cat /etc/containerd/config.toml
 | 
					sudo cat /etc/containerd/config.toml
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
@@ -181,3 +185,15 @@ sudo cat /etc/containerd/config.toml
 | 
				
			|||||||
runtime_path = "/usr/bin/runc"
 | 
					runtime_path = "/usr/bin/runc"
 | 
				
			||||||
runtime_type = "io.containerd.runc.v2"
 | 
					runtime_type = "io.containerd.runc.v2"
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					## Wrong containerd version
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					1.7.x doesn't work?
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					## Traefik CRDS
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					Apply manually :(
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					## Sealed Secrets
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					Restart pod after applying master-key
 | 
				
			||||||
		Reference in New Issue
	
	Block a user