mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-26 05:03:09 +00:00
Fix typo in Secrets design document
This commit is contained in:
parent
6c10cf7b98
commit
e5f29b915d
@ -21,7 +21,7 @@ Goals of this design:
|
|||||||
## Constraints and Assumptions
|
## Constraints and Assumptions
|
||||||
|
|
||||||
* This design does not prescribe a method for storing secrets; storage of secrets should be
|
* This design does not prescribe a method for storing secrets; storage of secrets should be
|
||||||
pluggable to accomodate different use-cases
|
pluggable to accommodate different use-cases
|
||||||
* Encryption of secret data and node security are orthogonal concerns
|
* Encryption of secret data and node security are orthogonal concerns
|
||||||
* It is assumed that node and master are secure and that compromising their security could also
|
* It is assumed that node and master are secure and that compromising their security could also
|
||||||
compromise secrets:
|
compromise secrets:
|
||||||
@ -375,7 +375,7 @@ a tmpfs file system of that size to store secret data. Rough accounting of spec
|
|||||||
For use-cases where the Kubelet's behavior is affected by the secrets associated with a pod's
|
For use-cases where the Kubelet's behavior is affected by the secrets associated with a pod's
|
||||||
`ServiceAccount`, the Kubelet will need to be changed. For example, if secrets of type
|
`ServiceAccount`, the Kubelet will need to be changed. For example, if secrets of type
|
||||||
`docker-reg-auth` affect how the pod's images are pulled, the Kubelet will need to be changed
|
`docker-reg-auth` affect how the pod's images are pulled, the Kubelet will need to be changed
|
||||||
to accomodate this. Subsequent proposals can address this on a type-by-type basis.
|
to accommodate this. Subsequent proposals can address this on a type-by-type basis.
|
||||||
|
|
||||||
## Examples
|
## Examples
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user