Skip to content

Instantly share code, notes, and snippets.

View sebastiancichos's full-sized avatar

Sebastian Cichos sebastiancichos

View GitHub Profile
@sebastiancichos
sebastiancichos / k3s_helm_install.sh
Created October 29, 2023 17:48 — forked from icebob/k3s_helm_install.sh
K3S + Helm installing
# Install K3S
curl -sfL https://get.k3s.io | sh -
# Copy k3s config
mkdir $HOME/.kube
sudo cp /etc/rancher/k3s/k3s.yaml $HOME/.kube/config
sudo chmod 644 $HOME/.kube/config
# Check K3S
kubectl get pods -n kube-system
@sebastiancichos
sebastiancichos / .block
Created March 12, 2019 15:09
fresh_block
license: mit
@sebastiancichos
sebastiancichos / .block
Created March 12, 2019 15:08
experiment
license: mit
@sebastiancichos
sebastiancichos / .block
Created March 12, 2019 15:08
experiment
license: mit