e2e-framework icon indicating copy to clipboard operation
e2e-framework copied to clipboard

Uninstall method for helm

Open dj-kostya opened this issue 3 years ago • 3 comments

Please, add RunUninstall for helm.

func (m *Manager) RunUninstall(opts ...Option) error {
	o := m.processOpts(opts...)
	o.mode = "uninstall"
	return m.run(o)
}

dj-kostya avatar Jun 29 '22 09:06 dj-kostya

Thanks @dj-kostya It has been taken care in this PR https://github.com/kubernetes-sigs/e2e-framework/pull/139

ShwethaKumbla avatar Jun 29 '22 12:06 ShwethaKumbla

The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs.

This bot triages issues and PRs according to the following rules:

  • After 90d of inactivity, lifecycle/stale is applied
  • After 30d of inactivity since lifecycle/stale was applied, lifecycle/rotten is applied
  • After 30d of inactivity since lifecycle/rotten was applied, the issue is closed

You can:

  • Mark this issue or PR as fresh with /remove-lifecycle stale
  • Mark this issue or PR as rotten with /lifecycle rotten
  • Close this issue or PR with /close
  • Offer to help out with Issue Triage

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle stale

k8s-triage-robot avatar Sep 27 '22 13:09 k8s-triage-robot

this is completed

cpanato avatar Sep 27 '22 16:09 cpanato

The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs.

This bot triages issues and PRs according to the following rules:

  • After 90d of inactivity, lifecycle/stale is applied
  • After 30d of inactivity since lifecycle/stale was applied, lifecycle/rotten is applied
  • After 30d of inactivity since lifecycle/rotten was applied, the issue is closed

You can:

  • Mark this issue or PR as fresh with /remove-lifecycle rotten
  • Close this issue or PR with /close
  • Offer to help out with Issue Triage

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle rotten

k8s-triage-robot avatar Oct 27 '22 16:10 k8s-triage-robot

Closing due to #139

vladimirvivien avatar Nov 10 '22 15:11 vladimirvivien