Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 383 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 383 Bytes

k8s_sec_lab

This repository contains the manifest for my blogposts

helm repo add cilium https://helm.cilium.io/
helm repo update

helm upgrade --install cilium cilium/cilium   --namespace kube-system -f values.yaml

kubectl taint nodes --all node-role.kubernetes.io/master-