Fix typo in /docs/concepts/containers/images/ (#13628)
Associated with #13627
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
0c92b3d194
commit
1c5188cc15
@@ -360,7 +360,7 @@ common use cases and suggested solutions.
|
|||||||
- Or, when on GCE/Google Kubernetes Engine, use the project's Google Container Registry.
|
- Or, when on GCE/Google Kubernetes Engine, use the project's Google Container Registry.
|
||||||
- It will work better with cluster autoscaling than manual node configuration.
|
- It will work better with cluster autoscaling than manual node configuration.
|
||||||
- Or, on a cluster where changing the node configuration is inconvenient, use `imagePullSecrets`.
|
- Or, on a cluster where changing the node configuration is inconvenient, use `imagePullSecrets`.
|
||||||
1. Cluster with a proprietary images, a few of which require stricter access control.
|
1. Cluster with proprietary images, a few of which require stricter access control.
|
||||||
- Ensure [AlwaysPullImages admission controller](/docs/reference/access-authn-authz/admission-controllers/#alwayspullimages) is active. Otherwise, all Pods potentially have access to all images.
|
- Ensure [AlwaysPullImages admission controller](/docs/reference/access-authn-authz/admission-controllers/#alwayspullimages) is active. Otherwise, all Pods potentially have access to all images.
|
||||||
- Move sensitive data into a "Secret" resource, instead of packaging it in an image.
|
- Move sensitive data into a "Secret" resource, instead of packaging it in an image.
|
||||||
1. A multi-tenant cluster where each tenant needs own private registry.
|
1. A multi-tenant cluster where each tenant needs own private registry.
|
||||||
|
|||||||
Reference in New Issue
Block a user