-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support local registry caches (#222)
Co-authored-by: Erkan Erol <[email protected]>
- Loading branch information
Showing
6 changed files
with
129 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
69 changes: 69 additions & 0 deletions
69
helm/cluster-vsphere/ci/test-multiple-mirrors-with-auth-and-local-caching.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,69 @@ | ||
global: | ||
metadata: | ||
description: "test cluster" | ||
organization: "giantswarm" | ||
connectivity: | ||
containerRegistries: | ||
gsoci.azurecr.io: | ||
- endpoint: zot-test-1.golem.gaws.gigantic.io | ||
credentials: | ||
username: example | ||
password: xxxxx | ||
gsociprivate.azurecr.io: | ||
- endpoint: zot-test-2.golem.gaws.gigantic.io | ||
credentials: | ||
username: example | ||
password: yyyyy | ||
localRegistryCache: | ||
enabled: true | ||
mirroredRegistries: | ||
- gsoci.azurecr.io | ||
- gsociprivate.azurecr.io | ||
network: | ||
controlPlaneEndpoint: | ||
host: "10.10.222.241" | ||
port: 6443 | ||
loadBalancers: | ||
cidrBlocks: | ||
- "10.10.222.224/30" | ||
baseDomain: k8s.test | ||
controlPlane: | ||
replicas: 1 | ||
machineTemplate: | ||
cloneMode: "linkedClone" | ||
diskGiB: 25 | ||
numCPUs: 2 | ||
memoryMiB: 8192 | ||
resourcePool: "grasshopper" | ||
network: | ||
devices: | ||
- networkName: 'grasshopper-capv' | ||
dhcp4: true | ||
nodePools: | ||
worker: | ||
class: "default" | ||
replicas: 2 | ||
providerSpecific: | ||
vcenter: | ||
server: "https://foo.example.com" | ||
username: "vcenter-admin" | ||
password: "vcenter-admin-password" | ||
datacenter: "Datacenter" | ||
datastore: "vsanDatastore" | ||
# openssl s_client -connect https://foo.example.com < /dev/null 2>/dev/null | openssl x509 -fingerprint -noout -in /dev/stdin | ||
thumbprint: "F7:CF:F9:E5:99:39:FF:C1:D7:14:F1:3F:8A:42:21:95:3B:A1:6E:16" | ||
region: "k8s-region" | ||
zone: "k8s-zone" | ||
nodeClasses: | ||
default: | ||
cloneMode: "linkedClone" | ||
diskGiB: 25 | ||
numCPUs: 2 | ||
memoryMiB: 8192 | ||
resourcePool: "grasshopper" | ||
network: | ||
devices: | ||
- networkName: 'grasshopper-capv' | ||
dhcp4: true | ||
internal: | ||
enableEncryptionProvider: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters