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

Update worker.yaml.tmpl to make iSCSI volumes work #103

Closed
wants to merge 1 commit into from

Conversation

yokhahn
Copy link
Contributor

@yokhahn yokhahn commented Jan 19, 2018

Adding iscsiadm and the iscsid config to be accessed from the kublet container
If iscsid has been configured on container linux as described here (https://coreos.com/os/docs/latest/iscsi.html) and the iscsi target is reachable from the worker this should allow iscsi volumes to work.

Testing

In a local bare-metal typhoon deploy I was able to get iscsi volumes to work with this change made locally

Adding iscsi and iscsi config to be accessed from the kublet container
@yokhahn yokhahn changed the title Update worker.yaml.tmpl Update worker.yaml.tmpl to make iSCSI volumes work Jan 22, 2018
@dghubble
Copy link
Member

I'd prefer to address this by moving away from the rkt-fly style of running the kubelet, on all platforms. That way, on-host binaries are implicitly available and it "just works", without the need to mount each set of binaries and files the Kubelet expects (but doesn't document).

This is a good way to get iSCSI working right now for anyone who needs it. 👍 Thanks

@dghubble dghubble closed this Feb 10, 2018
@uwkhahn
Copy link

uwkhahn commented Feb 11, 2018

So, that will be great when that non rkt-fly method is available. Is there a good place to understand the path to get there?

@dghubble
Copy link
Member

Rebased. updated, and merged as #350

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.

3 participants