Skip to content

kubevirtci: Add option to interact with the tenant cluster and improve usage (help)#133

Merged
k8s-ci-robot merged 1 commit into
kubernetes-sigs:mainfrom
nirarg:kubevirtci-tenant-access
May 24, 2022
Merged

kubevirtci: Add option to interact with the tenant cluster and improve usage (help)#133
k8s-ci-robot merged 1 commit into
kubernetes-sigs:mainfrom
nirarg:kubevirtci-tenant-access

Conversation

@nirarg
Copy link
Copy Markdown
Contributor

@nirarg nirarg commented May 1, 2022

What this PR does / why we need it:
This PR add option to access tenant cluster created on kubevirtci infra cluster, using virtctl port-forward
Also added better usage display, can be printed by calling ./kubevirtci help

@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label May 1, 2022
@k8s-ci-robot k8s-ci-robot requested a review from agradouski May 1, 2022 10:45
@k8s-ci-robot
Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: nirarg

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

The pull request process is described here

Details 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

@k8s-ci-robot k8s-ci-robot requested a review from justinsb May 1, 2022 10:45
@k8s-ci-robot k8s-ci-robot added approved Indicates a PR has been approved by an approver from all required OWNERS files. size/M Denotes a PR that changes 30-99 lines, ignoring generated files. labels May 1, 2022
@coveralls
Copy link
Copy Markdown

Pull Request Test Coverage Report for Build 2253188400

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 46.035%

Totals Coverage Status
Change from base Build 2234201174: 0.0%
Covered Lines: 714
Relevant Lines: 1551

💛 - Coveralls

@agradouski
Copy link
Copy Markdown
Contributor

/ok-to-test

@k8s-ci-robot k8s-ci-robot added the ok-to-test Indicates a non-member PR verified by an org member that is safe to test. label May 10, 2022
Copy link
Copy Markdown
Contributor

@davidvossel davidvossel left a comment

Choose a reason for hiding this comment

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

/lgtm

Comment thread kubevirtci
trap 'kill $(jobs -p) > /dev/null 2>&1' EXIT
rm -f .${TENANT_CLUSTER_NAME}-kubeconfig
$CLUSTERCTL_PATH get kubeconfig ${TENANT_CLUSTER_NAME} > .${TENANT_CLUSTER_NAME}-kubeconfig
sleep 0.1
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

why is this sleep here?

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label May 24, 2022
@k8s-ci-robot k8s-ci-robot merged commit 27cedcf into kubernetes-sigs:main May 24, 2022
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. 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/M Denotes a PR that changes 30-99 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants