init
This commit is contained in:
7
kind/development.yaml
Normal file
7
kind/development.yaml
Normal file
@@ -0,0 +1,7 @@
|
||||
apiVersion: kind.x-k8s.io/v1alpha4
|
||||
kind: Cluster
|
||||
name: development
|
||||
nodes:
|
||||
- role: control-plane
|
||||
- role: worker
|
||||
- role: worker
|
||||
7
kind/management.yaml
Normal file
7
kind/management.yaml
Normal file
@@ -0,0 +1,7 @@
|
||||
apiVersion: kind.x-k8s.io/v1alpha4
|
||||
kind: Cluster
|
||||
name: management
|
||||
nodes:
|
||||
- role: control-plane
|
||||
- role: worker
|
||||
- role: worker
|
||||
8
kind/production.yaml
Normal file
8
kind/production.yaml
Normal file
@@ -0,0 +1,8 @@
|
||||
apiVersion: kind.x-k8s.io/v1alpha4
|
||||
kind: Cluster
|
||||
name: production
|
||||
nodes:
|
||||
- role: control-plane
|
||||
- role: control-plane
|
||||
- role: worker
|
||||
- role: worker
|
||||
Reference in New Issue
Block a user