Skip to content
This repository has been archived by the owner on Jun 28, 2023. It is now read-only.

Removing kind command dependency for Diagnostics #2445

Merged
merged 1 commit into from
Nov 10, 2021
Merged

Removing kind command dependency for Diagnostics #2445

merged 1 commit into from
Nov 10, 2021

Conversation

vladimirvivien
Copy link
Contributor

What this PR does / why we need it

This PR remove the dependency on the kind command by replacing exec kind commands with equivalent docker command in scripts.

Details for the Release Notes (PLEASE PROVIDE)

Removed the need to have kind install in order to collect diagnostics

Which issue(s) this PR fixes

Fixes: #1950

Describe testing done for PR

Create stand-alone and managed Docker-backed clusters to test tanzu diagnostics collect

@vladimirvivien vladimirvivien requested a review from a team as a code owner November 3, 2021 22:03
@vladimirvivien vladimirvivien changed the title Removing kind command dependency for Diagnostics [WIP] Removing kind command dependency for Diagnostics Nov 3, 2021
@vladimirvivien vladimirvivien marked this pull request as draft November 3, 2021 22:04
@vladimirvivien vladimirvivien changed the title [WIP] Removing kind command dependency for Diagnostics Removing kind command dependency for Diagnostics Nov 3, 2021
@vladimirvivien vladimirvivien marked this pull request as ready for review November 10, 2021 16:15
@github-actions github-actions bot added owner/release-eng Work executed by VMware release engineering team and removed owner/release-eng Work executed by VMware release engineering team labels Nov 10, 2021
This PR removes dependency on local kind command by replacing
all kind command with with equivalent docker commands. The code
also uses the kind package to implement some functionlities.

Signed-off-by: Vladimir Vivien <[email protected]>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove kind dependecy for all crashd usage
4 participants