forked from k-space/kube
		
	use gcr mirror for images with full docker.io path
cluster constantly failing due to rate limits, please find a better solution
This commit is contained in:
		| @@ -11,7 +11,7 @@ spec: | ||||
|   podSpec: | ||||
|     containers: | ||||
|       - name: redis | ||||
|         image: docker.io/library/redis:7.0.11@sha256:1008c73f08e9f913868e2fa2e843212b62ea5bf3c66435d87bc7a6207bc0f1b4 | ||||
|         image: mirror.gcr.io/library/redis:7.0.11@sha256:1008c73f08e9f913868e2fa2e843212b62ea5bf3c66435d87bc7a6207bc0f1b4 | ||||
|         imagePullPolicy: IfNotPresent | ||||
|         args: | ||||
|           - --maxmemory-policy | ||||
|   | ||||
| @@ -11,7 +11,7 @@ spec: | ||||
|   podSpec: | ||||
|     containers: | ||||
|       - name: redis | ||||
|         image: docker.io/library/redis:7.0.11@sha256:1008c73f08e9f913868e2fa2e843212b62ea5bf3c66435d87bc7a6207bc0f1b4 | ||||
|         image: mirror.gcr.io/library/redis:7.0.11@sha256:1008c73f08e9f913868e2fa2e843212b62ea5bf3c66435d87bc7a6207bc0f1b4 | ||||
|         imagePullPolicy: IfNotPresent | ||||
|     nodeSelector: | ||||
|       dedicated: storage | ||||
|   | ||||
| @@ -12,7 +12,7 @@ spec: | ||||
|   podSpec: | ||||
|     containers: | ||||
|       - name: redis | ||||
|         image: docker.io/library/redis:7.0.11@sha256:1008c73f08e9f913868e2fa2e843212b62ea5bf3c66435d87bc7a6207bc0f1b4 | ||||
|         image: mirror.gcr.io/library/redis:7.0.11@sha256:1008c73f08e9f913868e2fa2e843212b62ea5bf3c66435d87bc7a6207bc0f1b4 | ||||
|         imagePullPolicy: IfNotPresent | ||||
|         args: | ||||
|           - --activedefrag yes | ||||
|   | ||||
		Reference in New Issue
	
	Block a user