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

Remove iSCSI mounts from Kubelet #912

Merged
merged 1 commit into from
Dec 12, 2020
Merged

Conversation

dghubble
Copy link
Member

  • Remove Kubelet /etc/iscsi and iscsiadm host mounts that were added on bare-metal, since these no longer work on either Fedora CoreOS or Flatcar Linux with newer iscsiadm
  • These special mounts on bare-metal date back to Add Kubelet /etc/iscsi and iscsiadm mounts on bare-metal #350 which added them to provide a way to use iSCSI in Kubernetes v1.10
  • Today, storage should be handled by external CSI providers which handle different storage systems, which doesn't rely on Kubelet storage utils

Close #907

* Remove Kubelet `/etc/iscsi` and `iscsiadm` host mounts that
were added on bare-metal, since these no longer work on either
Fedora CoreOS or Flatcar Linux with newer `iscsiadm`
* These special mounts on bare-metal date back to #350 which
added them to provide a way to use iSCSI in Kubernetes v1.10
* Today, storage should be handled by external CSI providers
which handle different storage systems, which doesn't rely
on Kubelet storage utils

Close #907
@dghubble dghubble merged commit dc7be43 into master Dec 12, 2020
@dghubble dghubble deleted the remove-bare-metal-iscsi branch December 12, 2020 20:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update iscsiadm mount & libraries, or create wrapper script with nsenter to use binary from host directly
1 participant