Skip to content

Commit

Permalink
elemental-quickstart fixes
Browse files Browse the repository at this point in the history
Remove the tip referring to the oem path as that's for Elemental teal

Also fix the Rancher version to align with 3.1

Fixes: #389

fixup
  • Loading branch information
hardys committed Oct 11, 2024
1 parent 297aa80 commit 2a6e38b
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions asciidoc/quickstart/elemental.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ helm install rancher rancher-prime/rancher \
--set hostname=<DNS or sslip from above> \
--set replicas=1 \
--set bootstrapPassword=<PASSWORD_FOR_RANCHER_ADMIN> \
--version 2.8.5
--version 2.9.1
----

[NOTE]
Expand Down Expand Up @@ -379,22 +379,6 @@ You may need to scroll down to see more options.

After creating these objects, you should see a new Kubernetes cluster spin up using the new node you just installed with.

[TIP]
====
To allow for easier grouping of systems, you could add a startup script that finds something in the environment that is known to be unique to that location.
For example, if you know that each location will have a unique subnet, you can write a script that finds the network prefix and adds a label to the corresponding MachineInventory.
This would typically be custom to your system's design but could look like:
[,bash]
----
INET=`ip addr show dev eth0 | grep "inet\ "`
elemental-register --label "network=$INET" \
--label "network=$INET" /oem/registration
----
====

== Node Reset (Optional)

SUSE Rancher Elemental supports the ability to perform a "node reset" which can optionally trigger when either a whole cluster is deleted from Rancher, a single node is deleted from a cluster, or a node is manually deleted from the machine inventory. This is useful when you want to reset and clean-up any orphaned resources and want to automatically bring the cleaned node back into the machine inventory so it can be reused. This is not enabled by default, and thus any system that is removed, will not be cleaned up (i.e. data will not be removed, and any Kubernetes cluster resources will continue to operate on the downstream clusters) and it will require manual intervention to wipe data and re-register the machine to Rancher via Elemental.
Expand Down

0 comments on commit 2a6e38b

Please sign in to comment.