mirror of
https://github.com/k3s-io/k3s.git
synced 2024-06-07 19:41:36 +00:00
7d2f997b3e
Signed-off-by: Roberto Bonafiglia <roberto.bonafiglia@suse.com>
15 lines
300 B
YAML
15 lines
300 B
YAML
apiVersion: networking.k8s.io/v1alpha1
|
|
kind: ClusterCIDR
|
|
metadata:
|
|
name: new-cidr
|
|
spec:
|
|
nodeSelector:
|
|
nodeSelectorTerms:
|
|
- matchExpressions:
|
|
- key: kubernetes.io/hostname
|
|
operator: In
|
|
values:
|
|
- "agent-0"
|
|
perNodeHostBits: 8
|
|
ipv4: 10.248.0.0/16
|