digitalis-io / k3s-on-prem-production

Playbooks needed to set up an on-premises K3s cluster and securize it
Apache License 2.0
157 stars 45 forks source link

README should feature example installation #1

Closed mkesper closed 3 years ago

mkesper commented 3 years ago

The README describes several attributes that can be changed but does not describe the basic workflow for using.

It would be good to show an example playbook.

millerjp commented 3 years ago

There is a three part blog (https://digitalis.io/blog/kubernetes/k3s-lightweight-kubernetes-made-ready-for-production-part-1/) - does that not help?

mkesper commented 3 years ago

Am 06.09.21 um 07:16 schrieb Johnny Miller:

There is a three part blog (https://digitalis.io/blog/kubernetes/k3s-lightweight-kubernetes-made-ready-for-production-part-1/ https://digitalis.io/blog/kubernetes/k3s-lightweight-kubernetes-made-ready-for-production-part-1/) - does that not help?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/digitalis-io/k3s-on-prem-production/issues/1#issuecomment-913350482, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAXL6BWF3WD2QX36JWEBUF3UARFCRANCNFSM5C2XPWPA. Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

I thought it to be good practice to include a minimal working example. For a first impression of how to use, to compare against other solutions, people should not have to read a three-part blog, I think.

Best wishes Michael

ldmaio commented 3 years ago

Hi @mkesper

the example inventory is fully functional, just have to put your secrets and IPs for your machines 👍

I could add this info in the README, is there anything else that's not clear?

mkesper commented 3 years ago

Am 06.09.21 um 10:22 schrieb ldmaio:

Hi @mkesper https://github.com/mkesper

the example inventory is fully functional, just have to put your secrets and IPs for your machines 👍

I could add this info in the README, is there anything else that's not clear?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/digitalis-io/k3s-on-prem-production/issues/1#issuecomment-913449187, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAXL6BULALJ53UTLEGCSWG3UAR223ANCNFSM5C2XPWPA. Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

That'll probably do it.

Thanks Michael

ldmaio commented 3 years ago

Fixed, thanks for your feedback!