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

[Documentation] RPM install #1535

Closed
davidnuzik opened this issue Mar 13, 2020 · 7 comments
Closed

[Documentation] RPM install #1535

davidnuzik opened this issue Mar 13, 2020 · 7 comments
Assignees
Labels
kind/documentation Improvements or additions to documentation
Milestone

Comments

@davidnuzik
Copy link
Contributor

davidnuzik commented Mar 13, 2020

Document the RPM install method. At a minimum we should cover:

  • How to do a typical install of the server and agent RPMs
  • How to config the service and how to set it to start after reboot (enable it)
  • How to uninstall
@davidnuzik davidnuzik added [zube]: To Triage kind/documentation Improvements or additions to documentation labels Mar 13, 2020
@davidnuzik davidnuzik added this to the v1.17.4+k3s1 milestone Mar 13, 2020
@davidnuzik davidnuzik modified the milestones: v1.17.4+k3s1, v1.17.x Mar 19, 2020
@davidnuzik
Copy link
Contributor Author

Some content covered in rancher/docs#2397
Still needs it's own child page in the install section with the requirements outlined in the issue body above.

@davidnuzik
Copy link
Contributor Author

Depends on finish the RPM based work (main RPM installer for k3s itself, not the SELinux policies).

@Oats87
Copy link
Member

Oats87 commented Oct 23, 2020

As we are not going to be publishing K3s RPMs past the k3s-selinux RPMs, do we still need this @davidnuzik ?

@davidnuzik
Copy link
Contributor Author

To be discussed with @cjellick

@Oats87
Copy link
Member

Oats87 commented Oct 28, 2020

#2440 has put a nail in the coffin for K3s RPMs (for now)

@davidnuzik davidnuzik modified the milestones: v1.19.3+k3s2, v1.19.4+k3s1 Oct 30, 2020
@davidnuzik
Copy link
Contributor Author

Closing. RPM artifacts disabled in pipeline. The latest release notes call this out.
Perhaps later we change this and introduce RPMS again, but this is for discussion later. If/when that happens we can open a new docs issue for documenting rpms.

@mysticaltech
Copy link

For those in need, this repo works well to install the latest k3s-selinux on latest Fedora 34:

Create /etc/yum.repos.d/rpm-rancher-io.repo and put the following content inside:

[rancher] 
name=Rancher 
baseurl=https://rpm.rancher.io/k3s/stable/common/centos/8/noarch
enabled=1 
gpgcheck=1 
gpgkey=https://rpm.rancher.io/public.key

@SchoolGuy SchoolGuy mentioned this issue May 28, 2022
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

3 participants