Spencer Smith 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e707175ab5 
							
						 
					 
					
						
						
							
							docs: update config patch in cilium docs  
						
						... 
						
						
						
						We missed the `cluster` key in the config patch. Fixed to avoid user confusion.
Signed-off-by: Spencer Smith <spencer.smith@talos-systems.com> 
						
						
					 
					
						2024-02-26 14:35:08 -05:00 
						 
				 
			
				
					
						
							
							
								mikucat0309 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							498aeb8c32 
							
						 
					 
					
						
						
							
							docs: fix incorrect image suffix  
						
						... 
						
						
						
						When user follow instructions in document v1.5 and v1.6, curl will make
a request with invalid image URL, this correct image suffixes.
Fixes siderolabs#7809
Signed-off-by: mikucat0309 <admin@mikuc.at>
Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com> 
						
						
					 
					
						2023-10-09 15:28:42 +04:00 
						 
				 
			
				
					
						
							
							
								Andrey Smirnov 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							1beb5e86e6 
							
						 
					 
					
						
						
							
							docs: add KubePrism video  
						
						... 
						
						
						
						Discussing the concept.
Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com> 
						
						
					 
					
						2023-09-22 16:51:35 +04:00 
						 
				 
			
				
					
						
							
							
								Nebula 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e44875106e 
							
						 
					 
					
						
						
							
							docs: update deploying-cilium.md  
						
						... 
						
						
						
						Update cilium docs. `kubeProxyReplacement=strict` is deprecated. From Cilium Helm Chart values
```text
Valid options are "true", "false", "disabled" (deprecated), "partial" (deprecated), "strict" (deprecated).
ref: https://docs.cilium.io/en/stable/network/kubernetes/kubeproxy-free/ 
kubeProxyReplacement: "false"
```
Signed-off-by: Noel Georgi <git@frezbo.dev> 
						
						
					 
					
						2023-09-11 21:07:39 +02:00 
						 
				 
			
				
					
						
							
							
								Tim Jones 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c8b507fb26 
							
						 
					 
					
						
						
							
							docs: fix kubeprism typo  
						
						... 
						
						
						
						Fix a small typo ion the KubePrism howto.
Signed-off-by: Tim Jones <tim.jones@siderolabs.com> 
						
						
					 
					
						2023-08-18 12:40:32 +02:00 
						 
				 
			
				
					
						
							
							
								Henry Sachs 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							9606e871e4 
							
						 
					 
					
						
						
							
							docs: update Jiva Pod Security Policy  
						
						... 
						
						
						
						Update pod security requirements.
Signed-off-by: Henry Sachs <henrysachs@gmail.com>
Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com> 
						
						
					 
					
						2023-08-16 17:25:05 +04:00 
						 
				 
			
				
					
						
							
							
								Nico Berlee 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							bc198e98ef 
							
						 
					 
					
						
						
							
							docs: retain cilium autoMount pending upstream hostPath fix  
						
						... 
						
						
						
						Partial rollback of 76fa45a.
The cilium helm chart requires an fix to handle the hostPath
at /sys/fs/bpf when bpf.autoMount.enabled=false. The earlier commit
disabled bpf automount, removing the init container's mount. Helm
missed adding the hostPath, and neither /sys nor /sys/fs got added.
This made cilium wrongly mount /sys/fs/bpf.
Fixes error message at: https://github.com/siderolabs/talos/pull/7565#issuecomment-1671063014 
Signed-off-by: Nico Berlee <nico.berlee@on2it.net>
Signed-off-by: Noel Georgi <git@frezbo.dev> 
						
						
					 
					
						2023-08-11 01:13:16 +05:30 
						 
				 
			
				
					
						
							
							
								Andrey Smirnov 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							daa4c185ae 
							
						 
					 
					
						
						
							
							docs: add what's new and documentation for Talos 1.5  
						
						... 
						
						
						
						* SecureBoot
* TPM disk encryption
* KubePrism
* Boot Asset Generation
Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com> 
						
						
					 
					
						2023-08-09 15:48:50 +04:00 
						 
				 
			
				
					
						
							
							
								Noel Georgi 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							76fa45afba 
							
						 
					 
					
						
						
							
							docs: update cilium instructions  
						
						... 
						
						
						
						Update cilium instructions to skip mounting `bpffs`.
Also fix the TPM example in release notes.
Signed-off-by: Noel Georgi <git@frezbo.dev> 
						
						
					 
					
						2023-08-03 14:47:23 +05:30 
						 
				 
			
				
					
						
							
							
								Dmitriy Matrenichev 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6716e7bc0b 
							
						 
					 
					
						
						
							
							docs: update cilium documentation about KubePrism usage  
						
						... 
						
						
						
						Closes  #7400 
Signed-off-by: Dmitriy Matrenichev <dmitry.matrenichev@siderolabs.com> 
					
						2023-07-17 19:25:09 +03:00 
						 
				 
			
				
					
						
							
							
								DJAlPee 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							adce651034 
							
						 
					 
					
						
						
							
							docs: add piraeus/drbd to storage documentation  
						
						... 
						
						
						
						How-To install Piraeus on a Talos cluster
Signed-off-by: DJAlPee <DJAlPee@GitHub.com>
Signed-off-by: Noel Georgi <git@frezbo.dev> 
						
						
					 
					
						2023-05-29 16:52:01 +05:30 
						 
				 
			
				
					
						
							
							
								Alex Corcoles 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a982cabe70 
							
						 
					 
					
						
						
							
							docs: link support matrix in k8s update doc  
						
						... 
						
						
						
						Provide a link to explain what versions are supported.
Signed-off-by: Alex Corcoles <alex@pdp7.net>
Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com> 
						
						
					 
					
						2023-05-29 14:58:11 +04:00 
						 
				 
			
				
					
						
							
							
								Steve Francis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f8a7a5b6bf 
							
						 
					 
					
						
						
							
							docs: add information about KubeSpan ports and topology  
						
						... 
						
						
						
						Update KubeSpan documentation.
Signed-off-by: Steve Francis <steve.francis@talos-systems.com>
Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com> 
						
						
					 
					
						2023-05-01 17:57:43 +04:00 
						 
				 
			
				
					
						
							
							
								Andrey Smirnov 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d9bdea2b54 
							
						 
					 
					
						
						
							
							chore: fork docs and compatibility modules for Talos 1.5  
						
						... 
						
						
						
						Getting ready for the next Talos 1.5.0-alpha.0 release.
Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com> 
						
						
					 
					
						2023-04-27 15:36:31 +04:00