sealerio / sealer

Build, Share and Run Both Your Kubernetes Cluster and Distributed Applications (Project under CNCF)
http://sealer.cool
Apache License 2.0
2.05k stars 360 forks source link

Support deploy k8s on coreOS. #1790

Open mahmut-Abi opened 1 year ago

mahmut-Abi commented 1 year ago

Issue Description

Type: feature request coreOS has ostree and /usr/bin is read-only filesystem. so sealer cannot install binarys to /usr/bin, can we change binary install-root to /usr/local/bin.

Describe what feature you want

Change binarys dir /usr/bin to /usr/local/bin.

Additional context

Add any other context or screenshots about the feature request here.

starnop commented 1 year ago

emm, I also think it's not a good idea to use path /usr/bin we ever do this.

starnop commented 1 year ago

It's easy to change the binary dir from /usr/bin to /usr/local/bin , and we will finish it ASAP.

However, maybe it's a low priority to support coreOS systematically at the current stage.

@mahmut-Abi Would you mind testing other issues currently in coreOS except for this issue?

And if you need any help, we'll be glad to support you. So how do you think?