Skip to content
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

Don't install snapshot controller #635

Closed
wongma7 opened this issue Dec 4, 2020 · 10 comments · Fixed by #965
Closed

Don't install snapshot controller #635

wongma7 opened this issue Dec 4, 2020 · 10 comments · Fixed by #965
Assignees
Labels
kind/bug Categorizes issue or PR as related to a bug.

Comments

@wongma7
Copy link
Contributor

wongma7 commented Dec 4, 2020

/kind bug

What happened? Snapshot controller is installed by helm.

What you expected to happen? Snapshot controller should not be installed, the driver should reuse an existing installation of snapshot controller, since the controller might be reused by other drivers. Or helm could somehow check if the controller already exists. Trying to install it again can cause conflict issues.

How to reproduce it (as minimally and precisely as possible)? do helm install

Anything else we need to know?: see also #601

Environment

  • Kubernetes version (use kubectl version):
  • Driver version:
@k8s-ci-robot k8s-ci-robot added the kind/bug Categorizes issue or PR as related to a bug. label Dec 4, 2020
@wongma7
Copy link
Contributor Author

wongma7 commented Dec 4, 2020

I think the issue is we haven't ujpdated the yamls ever since snapshot controller gto split into a sidecar and separate controller. It's still a bug because we are out of date for not doing so!!

@ayberk
Copy link
Contributor

ayberk commented Dec 15, 2020

This confused me when I was updating the sidecars for the arm overlay. Unless someone else picks it up by then, I'll do this as part of updating sidecar images.

@fejta-bot
Copy link

Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale.
Stale issues rot after an additional 30d of inactivity and eventually close.

If this issue is safe to close now please do so with /close.

Send feedback to sig-contributor-experience at kubernetes/community.
/lifecycle stale

@k8s-ci-robot k8s-ci-robot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Mar 16, 2021
@fejta-bot
Copy link

Stale issues rot after 30d of inactivity.
Mark the issue as fresh with /remove-lifecycle rotten.
Rotten issues close after an additional 30d of inactivity.

If this issue is safe to close now please do so with /close.

Send feedback to sig-contributor-experience at kubernetes/community.
/lifecycle rotten

@k8s-ci-robot k8s-ci-robot added lifecycle/rotten Denotes an issue or PR that has aged beyond stale and will be auto-closed. and removed lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. labels Apr 15, 2021
@fejta-bot
Copy link

Rotten issues close after 30d of inactivity.
Reopen the issue with /reopen.
Mark the issue as fresh with /remove-lifecycle rotten.

Send feedback to sig-contributor-experience at kubernetes/community.
/close

@k8s-ci-robot
Copy link
Contributor

@fejta-bot: Closing this issue.

In response to this:

Rotten issues close after 30d of inactivity.
Reopen the issue with /reopen.
Mark the issue as fresh with /remove-lifecycle rotten.

Send feedback to sig-contributor-experience at kubernetes/community.
/close

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.

@wongma7
Copy link
Contributor Author

wongma7 commented Jul 1, 2021

Our chart's handling of snapshotter controller and CRDs is causing a lot of headaches for both users and maintainers (i have spent way too much time thinking and writing comments about it -_-). I intend to remove the CRDs and controller and simply list it as a prerequisite to the chart. As of 1.20 kops will install the controller and CRDs by default. Other distros may do the same. Users whose distros don't will have to install themselves, we'll link them to https://github.com/kubernetes-csi/external-snapshotter

@wongma7
Copy link
Contributor Author

wongma7 commented Jul 1, 2021

/remove lifecycle-rotten

@wongma7
Copy link
Contributor Author

wongma7 commented Jul 1, 2021

/remove-lifecycle rotten

@krmichel
Copy link
Contributor

krmichel commented Jul 5, 2021

/assign

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants