-
Notifications
You must be signed in to change notification settings - Fork 145
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
Migrate kubernetes-incubator/external-storage/nfs #2
Conversation
…ut code doc comments
Thanks for your pull request. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please follow instructions at https://git.k8s.io/community/CLA.md#the-contributor-license-agreement to sign the CLA. It may take a couple minutes for the CLA signature to be fully registered; after that, please reply here with a new comment and we'll verify. Thanks.
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. |
Signed-off-by: kmova <kiran.mova@mayadata.io>
Signed-off-by: kmova <kiran.mova@mayadata.io>
Update Makefile, examples and docs with the new location for the NFS Ganesha Server and Provisioner image. `quay.io/kubernetes_incubator/nfs-provisioner:latest` is changed to `quay.io/external_storage/nfs-ganesha-server-and-provisioner:latest` Signed-off-by: kmova <kiran.mova@mayadata.io>
Signed-off-by: kmova <kiran.mova@mayadata.io>
Keywords which can automatically close issues and at(@) mentions are not allowed in commit messages. The list of commits with invalid commit messages:
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. |
@jsafrane @msau42 @wongma7 - this is ready for review. Also, @msau42 - could you help with removing the check of invalid commit similar to kubernetes-sigs/gluster-block-external-provisioner#1 (comment) |
IMO it's not necessary to continue using the quay external_storage org. Can move to docker hub, not use an org at all, or whatever makes sense. |
Now we have community infra supported by wg-k8s-infra. I would reach out to them on how to get started. You can also take a look at the kubernetes-csi repos for examples on how to configure the builds. I think we can do that as a second step after getting the initial commits merged. |
I've removed the invalid commit message label. I'm not sure how to handle the invalid CLA from the imported commits. @dims do you know? |
Yeah, in the past we have force merged them but I'm not sure of the actual mechanics of how to do that. Is it just having an administrator hit the "Merge pull request" button? |
we'll be using this to move our existing container images generated by kubernetes incubator. The projects are being shifted from kubernetes incubator to kubernetes-sigs and as part of this migration, we will start using the new image registeries maintained by community infra with GCB + GCS Ref: kubernetes-sigs/nfs-ganesha-server-and-external-provisioner#2 Signed-off-by: kmova <kiran.mova@mayadata.io>
@kmova please open a migration issue in https://github.com/kubernetes/org/issues/new/choose and ping the folks on the github admin team https://github.com/kubernetes/community/tree/master/github-management#github-administration-team and they will be able get the changes in. |
we'll be using this to move our existing container images generated by kubernetes incubator. The projects are being shifted from kubernetes incubator to kubernetes-sigs and as part of this migration, we will start using the new image registeries maintained by community infra with GCB + GCS Ref: kubernetes-sigs/nfs-ganesha-server-and-external-provisioner#2 Signed-off-by: kmova <kiran.mova@mayadata.io>
This PR had an issue with CLA which got resolved and merged via #3 |
This PR covers the migration of code from https://github.com/kubernetes-incubator/external-storage/tree/master/nfs to this repo.
The tasks include.
With the changes made in this PR, the following build commands work.
make container
- generatesquay.io/external_storage/nfs-ganesha-server-and-provisioner:latest
make clean
Tasks to be done in future PRs: