Little helper to run CNCF's k3s in Docker
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
k3d/pkg/config/test_assets/config_test_registries.yaml

11 lines
177 B

apiVersion: k3d.io/v1alpha5
kind: Simple
metadata:
name: test
servers: 1
agents: 1
registries:
create:
name: registry.localhost
host: "0.0.0.0"
hostPort: "5001"