-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[feat] pull-through caching/proxying for images (#370)
* [feat] add pull-through registry support Signed-off-by: Derek Brown <[email protected]> * address comments Signed-off-by: Derek Brown <[email protected]> * nit Signed-off-by: Derek Brown <[email protected]> * address comments Signed-off-by: Derek Brown <[email protected]> --------- Signed-off-by: Derek Brown <[email protected]> Signed-off-by: Derek Brown <[email protected]> Co-authored-by: Derek Brown <[email protected]>
- Loading branch information
1 parent
835f4a6
commit c6b239b
Showing
7 changed files
with
114 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Creates a kind cluster with Kind's custom cluster config | ||
# | ||
apiVersion: ctlptl.dev/v1alpha1 | ||
kind: Cluster | ||
product: kind | ||
registry: ctlptl-registry | ||
registryAuths: | ||
- host: docker.io | ||
endpoint: https://registry-1.docker.io | ||
username: <docker hub username> | ||
password: <docker hub token> | ||
kindV1Alpha4Cluster: | ||
name: my-cluster | ||
nodes: | ||
- role: control-plane |
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
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