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

install blobfuse proxy on the host using dameonset #367

Merged
merged 2 commits into from
Apr 22, 2021

Conversation

boddumanohar
Copy link
Contributor

@boddumanohar boddumanohar commented Mar 16, 2021

What type of PR is this?
install blobfuse proxy on the host using dameonset
/kind feature

What this PR does / why we need it:

Which issue(s) this PR fixes:

Fixes #

Requirements:

Special notes for your reviewer:

Release note:

none

@k8s-ci-robot k8s-ci-robot added kind/feature Categorizes issue or PR as related to a new feature. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. labels Mar 16, 2021
@k8s-ci-robot
Copy link
Contributor

Hi @boddumanohar. Thanks for your PR.

I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@k8s-ci-robot k8s-ci-robot added needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. size/M Denotes a PR that changes 30-99 lines, ignoring generated files. labels Mar 16, 2021
@boddumanohar boddumanohar force-pushed the blobfuse-proxy-ds branch 2 times, most recently from 8d3abe8 to de958c6 Compare March 17, 2021 05:27
@k8s-ci-robot k8s-ci-robot added size/L Denotes a PR that changes 100-499 lines, ignoring generated files. ok-to-test Indicates a non-member PR verified by an org member that is safe to test. and removed size/M Denotes a PR that changes 30-99 lines, ignoring generated files. labels Mar 17, 2021
Copy link
Member

@andyzhangx andyzhangx left a comment

Choose a reason for hiding this comment

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

/ok-to-test

@k8s-ci-robot k8s-ci-robot removed the needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. label Mar 17, 2021
@boddumanohar boddumanohar force-pushed the blobfuse-proxy-ds branch 2 times, most recently from b03bbbb to 1644066 Compare March 17, 2021 07:31
@andyzhangx
Copy link
Member

sth. wrong with the proxy config:

Mar 17 07:58:48.109: INFO: At 2021-03-17 07:43:42 +0000 UTC - event for blob-volume-tester-kz426: {kubelet k8s-agentpool1-37447747-1} FailedMount: MountVolume.MountDevice failed for volume "pvc-24b39b14-1442-45e6-aaf9-6fd8ea32910a" : rpc error: code = Unknown desc = Mount failed with error: context deadline exceeded, output: 
Mar 17 07:58:48.109: INFO: At 2021-03-17 07:45:40 +0000 UTC - event for blob-volume-tester-kz426: {kubelet k8s-agentpool1-37447747-1} FailedMount: Unable to attach or mount volumes: unmounted volumes=[test-volume-1], unattached volumes=[default-token-njwxp test-volume-1]: timed out waiting for the condition
Mar 17 07:58:48.109: INFO: At 2021-03-17 07:47:58 +0000 UTC - event for blob-volume-tester-kz426: {kubelet k8s-agentpool1-37447747-1} FailedMount: Unable to attach or mount volumes: unmounted volumes=[test-volume-1], unattached volumes=[test-volume-1 default-token-njwxp]: timed out waiting for the condition

would you try in your cluster first? thanks.

@boddumanohar boddumanohar force-pushed the blobfuse-proxy-ds branch 2 times, most recently from 0897581 to 4c76611 Compare March 17, 2021 15:52
@boddumanohar
Copy link
Contributor Author

/test pull-blob-csi-driver-e2e-proxy

@k8s-ci-robot k8s-ci-robot added size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. size/L Denotes a PR that changes 100-499 lines, ignoring generated files. and removed size/L Denotes a PR that changes 100-499 lines, ignoring generated files. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Mar 18, 2021
@k8s-ci-robot k8s-ci-robot added size/XL Denotes a PR that changes 500-999 lines, ignoring generated files. and removed size/L Denotes a PR that changes 100-499 lines, ignoring generated files. labels Mar 20, 2021
@boddumanohar boddumanohar force-pushed the blobfuse-proxy-ds branch 2 times, most recently from 11d74a1 to 5498891 Compare April 18, 2021 15:16
@boddumanohar
Copy link
Contributor Author

/test pull-blob-csi-driver-e2e-vmss

@boddumanohar boddumanohar force-pushed the blobfuse-proxy-ds branch 13 times, most recently from dee73c6 to 5498891 Compare April 20, 2021 14:59
@k8s-ci-robot
Copy link
Contributor

k8s-ci-robot commented Apr 21, 2021

@boddumanohar: The following tests failed, say /retest to rerun all failed tests:

Test name Commit Details Rerun command
pull-blob-csi-driver-sanity 5652b7d link /test pull-blob-csi-driver-sanity
pull-blob-csi-driver-integration 5652b7d link /test pull-blob-csi-driver-integration

Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here.

Copy link
Member

@andyzhangx andyzhangx left a comment

Choose a reason for hiding this comment

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

/lgtm
/approve

apt-get update
apt-get install -y blobfuse=1.3.6
# download blobfuse-proxy .deb package
wget https://github.com/boddumanohar/blob-csi-driver/raw/blobfuse-proxy-ds/deploy/blobfuse-proxy/v0.1.0/blobfuse-proxy-v0.1.0.deb -O /tmp/blobfuse-proxy-v0.1.0.deb
Copy link
Member

Choose a reason for hiding this comment

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

pls change this boddumanohar to kubernetes-sigs in another PR

@k8s-ci-robot k8s-ci-robot added lgtm "Looks good to me", indicates that a PR is ready to be merged. approved Indicates a PR has been approved by an approver from all required OWNERS files. labels Apr 21, 2021
@andyzhangx
Copy link
Member

/test pull-blob-csi-driver-e2e-proxy

@andyzhangx
Copy link
Member

/test pull-blob-csi-driver-e2e

@andyzhangx
Copy link
Member

/test pull-blob-csi-driver-e2e-vmss

Copy link
Member

@andyzhangx andyzhangx left a comment

Choose a reason for hiding this comment

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

/lgtm
/approve

@andyzhangx andyzhangx merged commit a808c6f into kubernetes-sigs:master Apr 22, 2021
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: andyzhangx, boddumanohar

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. kind/feature Categorizes issue or PR as related to a new feature. lgtm "Looks good to me", indicates that a PR is ready to be merged. ok-to-test Indicates a non-member PR verified by an org member that is safe to test. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants