Skip to content

Commit a382c35

Browse files
committed
test: add registryMirror in docker examples
1 parent 7eec38e commit a382c35

File tree

6 files changed

+14
-1
lines changed

6 files changed

+14
-1
lines changed

examples/capi-quick-start/docker-cluster-calico-crs.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ spec:
4141
strategy: ClusterResourceSet
4242
nfd:
4343
strategy: ClusterResourceSet
44+
registryMirror: {}
4445
serviceLoadBalancer:
4546
configuration:
4647
addressRanges:

examples/capi-quick-start/docker-cluster-calico-helm-addon.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ spec:
3636
default: {}
3737
snapshotController: {}
3838
nfd: {}
39+
registryMirror: {}
3940
serviceLoadBalancer:
4041
configuration:
4142
addressRanges:

examples/capi-quick-start/docker-cluster-cilium-crs.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ spec:
4141
strategy: ClusterResourceSet
4242
nfd:
4343
strategy: ClusterResourceSet
44+
registryMirror: {}
4445
serviceLoadBalancer:
4546
configuration:
4647
addressRanges:

examples/capi-quick-start/docker-cluster-cilium-helm-addon.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ spec:
3636
default: {}
3737
snapshotController: {}
3838
nfd: {}
39+
registryMirror: {}
3940
serviceLoadBalancer:
4041
configuration:
4142
addressRanges:

hack/examples/bases/docker/cluster/kustomization.yaml.tmpl

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,10 @@ patches:
4040
path: ../../../patches/docker/csi.yaml
4141
- target:
4242
kind: Cluster
43-
path: ../../../patches/nutanix/cosi.yaml
43+
path: ../../../patches/docker/cosi.yaml
44+
- target:
45+
kind: Cluster
46+
path: ../../../patches/docker/registry-mirror.yaml
4447
- target:
4548
kind: Cluster
4649
path: ../../../patches/encryption.yaml
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Copyright 2025 Nutanix. All rights reserved.
2+
# SPDX-License-Identifier: Apache-2.0
3+
4+
- op: "add"
5+
path: "/spec/topology/variables/0/value/addons/registryMirror"
6+
value: {}

0 commit comments

Comments
 (0)