Skip to content

Commit

Permalink
Conformance test results for v1.18/rke-government (cncf#1151)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShylajaDevadiga authored and MarcelMue committed Nov 30, 2020
1 parent d695d4d commit 433c9bb
Show file tree
Hide file tree
Showing 4 changed files with 26,689 additions and 0 deletions.
9 changes: 9 additions & 0 deletions v1.18/rke-government/PRODUCT.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
vendor: Rancher Labs
name: RKE Government
version: v1.18.9-rc1+rke2
website_url: https://docs.rke2.io/
repo_url: https://github.com/rancher/rke2
documentation_url: https://docs.rke2.io/
product_logo_url: https://docs.rke2.io/assets/logo-horizontal-rke.svg
type: distribution
description: A Kubernetes distribution focused on enabling Federal government compliance-based use cases
26 changes: 26 additions & 0 deletions v1.18/rke-government/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# RKE Government
A Kubernetes distribution focused on enabling Federal government compliance-based use cases

## To Reproduce

1. Create two machines, any modern Linux will work but this test was done with Ubuntu 20.04
2. RKE2 provides an installation script that is a convenient way to install it as a service on systemd or openrc based systems.To install RKE2 using this method, just run:

curl -sfL https://get.rke2.io | sh -
systemctl enable rke2-server
systemctl start rke2-server

3. To install on worker nodes and add them to the cluster, create a config file with token and server entries. Here is an example showing how to join a worker node. The value to use for token is stored at /var/lib/rancher/rke2/server/node-token on your server node

mkdir -p /etc/rancher/rke2

Content of /etc/rancher/rke2/config.yaml
server: https://serverone:9345
token: <token from server node>

curl -sfL https://get.rke2.io | sh -

systemctl enable rke2-agent
systemctl start rke2-agent

4. Run sonobuoy v0.18.4
Loading

0 comments on commit 433c9bb

Please sign in to comment.