K3s: Difference between revisions

From Alpine Linux
(Created page with "{{Pkg|k3s}} is a distribution of Kubernetes. Minimal configuration for the management node: {{Cat|/etc/rancher/k3s/config.yaml|write-kubeconfig-mode: '0644' tls-san: - foob...")
 
m (1. Added 'See also': K8s; 2. Added Category: Virtualization)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{Expand|This should be ether expanded or removed}}
{{Pkg|k3s}} is a distribution of Kubernetes. Minimal configuration for the management node:
{{Pkg|k3s}} is a distribution of Kubernetes. Minimal configuration for the management node:


Line 4: Line 6:
tls-san:
tls-san:
   - foobar.local}}
   - foobar.local}}
== See also ==
* [[K8s]]
[[Category:Virtualization]]

Latest revision as of 04:15, 6 December 2025

This material needs expanding ...

This should be ether expanded or removed

k3s is a distribution of Kubernetes. Minimal configuration for the management node:

Contents of /etc/rancher/k3s/config.yaml

write-kubeconfig-mode: '0644' tls-san: - foobar.local

See also