Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 253 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 253 Bytes

K8S Experiments

Kubernetes experiments using Vagrant to setup an RKE2 cluster

Insecure registry

Create /etc/docker/daemon.json if it does not exist

{
  "insecure-registries": ["harbor.k-1.local", "harbor.192-168-1-37.sslip.io"]
}