Join GitHub today
GitHub is home to over 36 million developers working together to host and review code, manage projects, and build software together.
Sign upInstall CRD's in local cluster #72584
Conversation
This comment has been minimized.
This comment has been minimized.
|
Hi @xing-yang. Thanks for your PR. I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the 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
added
the
needs-ok-to-test
label
Jan 4, 2019
k8s-ci-robot
requested review from
fejta and
jbeda
Jan 4, 2019
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
/ok-to-test |
k8s-ci-robot
assigned
msau42
Jan 4, 2019
k8s-ci-robot
added
ok-to-test
lgtm
and removed
needs-ok-to-test
labels
Jan 4, 2019
This comment has been minimized.
This comment has been minimized.
|
/test pull-kubernetes-local-e2e |
This comment has been minimized.
This comment has been minimized.
|
/approve |
k8s-ci-robot
added
the
approved
label
Jan 7, 2019
This comment has been minimized.
This comment has been minimized.
|
/test pull-kubernetes-local-e2e |
This comment has been minimized.
This comment has been minimized.
|
/uncc |
k8s-ci-robot
removed the request for review
from
fejta
Jan 7, 2019
This comment has been minimized.
This comment has been minimized.
fejta-bot
commented
Jan 7, 2019
|
/retest Review the full test history for this PR. Silence the bot with an |
This comment has been minimized.
This comment has been minimized.
|
/lgtm cancel
|
k8s-ci-robot
removed
the
lgtm
label
Jan 8, 2019
xing-yang
force-pushed the
xing-yang:local_cluster
branch
from
83067a5
to
f610520
Jan 8, 2019
This comment has been minimized.
This comment has been minimized.
|
/retest |
This comment has been minimized.
This comment has been minimized.
|
/sig storage |
This comment has been minimized.
This comment has been minimized.
|
/retest |
bertinatto
reviewed
Jan 8, 2019
| echo "No csinodeinfo available." | ||
| fi | ||
| } | ||
|
|
This comment has been minimized.
This comment has been minimized.
bertinatto
Jan 8, 2019
Member
Alternative: we could unify this into a create_crd function that takes a YAML file as parameter.
This comment has been minimized.
This comment has been minimized.
bertinatto
reviewed
Jan 8, 2019
| if [[ ${FEATURE_GATES} == *"CSINodeInfo=true"* ]]; then | ||
| create_csinodeinfo | ||
| fi | ||
|
|
This comment has been minimized.
This comment has been minimized.
bertinatto
Jan 8, 2019
Member
I think it wouldn't install the CRDs if FEATURE_GATES is set to AllAlpha=true, right?
This comment has been minimized.
This comment has been minimized.
bertinatto
Jan 8, 2019
Member
Would it be better to do something like this instead?
if [[ "${FEATURE_GATES:-}" =~ "CSIDriverRegistry=true" || (...)
This comment has been minimized.
This comment has been minimized.
xing-yang
force-pushed the
xing-yang:local_cluster
branch
from
f610520
to
4852266
Jan 8, 2019
k8s-ci-robot
added
size/S
and removed
size/M
labels
Jan 8, 2019
This comment has been minimized.
This comment has been minimized.
|
/test pull-kubernetes-e2e-gce-100-performance |
This comment has been minimized.
This comment has been minimized.
|
/test pull-kubernetes-e2e-kops-aws |
This comment has been minimized.
This comment has been minimized.
|
/test pull-kubernetes-local-e2e |
This comment has been minimized.
This comment has been minimized.
|
Interesting, occasionally
|
xing-yang
force-pushed the
xing-yang:local_cluster
branch
from
4852266
to
3603013
Jan 18, 2019
This comment has been minimized.
This comment has been minimized.
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: fejta, xing-yang 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 |
This comment has been minimized.
This comment has been minimized.
|
/test pull-kubernetes-integration |
This comment has been minimized.
This comment has been minimized.
|
/test pull-kubernetes-e2e-kops-aws |
This comment has been minimized.
This comment has been minimized.
|
/lgtm |
k8s-ci-robot
assigned
dims
Jan 18, 2019
k8s-ci-robot
added
the
lgtm
label
Jan 18, 2019
This comment has been minimized.
This comment has been minimized.
|
/sig storage |
k8s-ci-robot
added
sig/storage
and removed
needs-sig
labels
Jan 19, 2019
This comment has been minimized.
This comment has been minimized.
|
/lgtm |

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.

xing-yang commentedJan 4, 2019
•
edited
What type of PR is this?
/kind feature
What this PR does / why we need it:
This PR installs CSIDriver and CSINodeInfo CRD's in the local cluster.
Which issue(s) this PR fixes:
Fixes #70791
Special notes for your reviewer:
Does this PR introduce a user-facing change?: