Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[RA2 Ch04] Restructuring 4.6 Storage Components #1870

Merged
merged 13 commits into from Aug 20, 2020

Conversation

pgoyal01
Copy link
Collaborator

@pgoyal01 pgoyal01 commented Aug 6, 2020

Restored existing content in new format: Fixes #1638

Observation: there are no requirements for ephemeral and persistent storage

Restored existing content in new format: Fixes #1638 

Observation: there are no requirements for ephemeral and persistent storage
@pgoyal01 pgoyal01 added this to the M3 (Freeze Contributions) milestone Aug 6, 2020
@pgoyal01 pgoyal01 requested review from CsatariGergely, tomkivlin and a team August 6, 2020 19:08
@pgoyal01 pgoyal01 added this to In Progress in old-RA2 via automation Aug 6, 2020
doc/ref_arch/kubernetes/chapters/chapter04.md Outdated Show resolved Hide resolved
doc/ref_arch/kubernetes/chapters/chapter04.md Outdated Show resolved Hide resolved
pgoyal01 and others added 2 commits August 7, 2020 07:16
Co-authored-by: Gergely Csatari <gergely.csatari@nokia.com>
Co-authored-by: Gergely Csatari <gergely.csatari@nokia.com>
@pgoyal01 pgoyal01 requested a review from a team August 7, 2020 13:19
@pgoyal01
Copy link
Collaborator Author

pgoyal01 commented Aug 7, 2020

@CsatariGergely Thanks -- changes are committed.

Copy link
Collaborator

@tomkivlin tomkivlin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In addition to the suggested changes, can you add a link to the section in chapter02.md that the requirement exists please? e.g. for ra2.stg.004 in the final column provide a link to section 2.3 of chapter02.md where req.inf.stg.01 is listed.

@tomkivlin Thanks. Added. Can't add for others as we are missing a number of storage requirements.

doc/ref_arch/kubernetes/chapters/chapter04.md Outdated Show resolved Hide resolved
doc/ref_arch/kubernetes/chapters/chapter04.md Outdated Show resolved Hide resolved
doc/ref_arch/kubernetes/chapters/chapter04.md Outdated Show resolved Hide resolved
doc/ref_arch/kubernetes/chapters/chapter04.md Outdated Show resolved Hide resolved
doc/ref_arch/kubernetes/chapters/chapter04.md Outdated Show resolved Hide resolved
doc/ref_arch/kubernetes/chapters/chapter04.md Outdated Show resolved Hide resolved
doc/ref_arch/kubernetes/chapters/chapter04.md Outdated Show resolved Hide resolved
pgoyal01 and others added 9 commits August 10, 2020 11:00
Co-authored-by: Tom Kivlin <52716470+tomkivlin@users.noreply.github.com>
Co-authored-by: Tom Kivlin <52716470+tomkivlin@users.noreply.github.com>
Co-authored-by: Tom Kivlin <52716470+tomkivlin@users.noreply.github.com>
Co-authored-by: Tom Kivlin <52716470+tomkivlin@users.noreply.github.com>
Co-authored-by: Tom Kivlin <52716470+tomkivlin@users.noreply.github.com>
Co-authored-by: Tom Kivlin <52716470+tomkivlin@users.noreply.github.com>
Co-authored-by: Tom Kivlin <52716470+tomkivlin@users.noreply.github.com>
$.6 Storage components, `ra2.stg.004' added link to RA2 2.3 Requirement req.inf.stg.01
Delete content that belongs to RA Chapter 3:

- from ra2.stg.001: "Ephemeral storage exists for the life of a container.<br>Kubernetes Volumes attached using a Volume plugin can also be used to deliver Ephemeral Storage (may require additional tasks to ensure deletion of ephemeral storage on the shutting down of a container)" 

- from from ra2.stg.002: "This additional storage, that is attached to a container using a Kubernetes Volume, does not live and die with the container but instead follows the lifecycle of the Pod that the container is a part of. " 

- from ra2.stg.005: "The implementation may utilise either an In-tree or Out-of-tree type of Volume plugin.<br>In-tree plugins are built, linked, compiled and shipped with the core Kubernetes binaries and, thus, require the core Kubernetes code to be changed whenever a new backend storage system needs to be supported.<br>Out-of-tree plugins allow new backend storage systems to be supported without any changes to the core Kubernetes code." 

- from ra2.stg.007: "Storage Classes allow a consumer of the Kubernetes platform to request Persistent Storage using a Persistent Volume Claim and for a Persistent Volume to be dynamically created based on the "class" that has been requested. This avoids having to grant `create`/`update`/`delete` permissions in RBAC to PersistentVolume resources, which are cluster-scoped rather than namespace-scoped (meaning an identity can manage all PVs or none)."
@tomkivlin tomkivlin merged commit 94a044c into master Aug 20, 2020
old-RA2 automation moved this from In Progress to Done Aug 20, 2020
@tomkivlin tomkivlin deleted the pgoyal01-patch-RA-4-6-Storage branch August 20, 2020 17:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
old-RA2
  
Done
Development

Successfully merging this pull request may close these issues.

[RA2 Ch04] Define configuration parameters of storage components
4 participants