Skip to content

Binding bucket logging pvc and path to core and endpoint pods#1371

Merged
aayushchouhan09 merged 1 commit intonoobaa:masterfrom
aayushchouhan09:vol_binding
Jun 20, 2024
Merged

Binding bucket logging pvc and path to core and endpoint pods#1371
aayushchouhan09 merged 1 commit intonoobaa:masterfrom
aayushchouhan09:vol_binding

Conversation

@aayushchouhan09
Copy link
Member

@aayushchouhan09 aayushchouhan09 commented Jun 11, 2024

Explain the changes

  1. Binding bucket logging pvc and path to core and endpoint pods

PVC yaml (example):

kind: PersistentVolumeClaim
metadata:
  name: aayush-pvc
spec:
  storageClassName: standard
  accessModes:
    - ReadWriteMany
  resources:
    requests:
      storage: 1Gi

@aayushchouhan09 aayushchouhan09 marked this pull request as draft June 11, 2024 15:50
@aayushchouhan09 aayushchouhan09 added WIP PR This PR is still Work In Progress Depends on PR labels Jun 11, 2024
@jackyalbo
Copy link
Contributor

In general, it looks good (of course we are pending on sc/pvc PRs). Please add to this PR description the PVC yaml that you were using (aayush-pvc), Thanks.

@aayushchouhan09
Copy link
Member Author

In general, it looks good (of course we are pending on sc/pvc PRs). Please add to this PR description the PVC yaml that you were using (aayush-pvc), Thanks.

Added. Thanks

@aayushchouhan09 aayushchouhan09 marked this pull request as ready for review June 17, 2024 13:12
@aayushchouhan09 aayushchouhan09 removed the WIP PR This PR is still Work In Progress label Jun 17, 2024
…orting GUARANTEED_LOGS_PATH as

environment variable

Signed-off-by: Aayush Chouhan <achouhan@redhat.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants