Skip to content

Instantly share code, notes, and snippets.

@richardcase
Created February 6, 2024 10:35
Show Gist options
  • Save richardcase/eedd3eaa7a16caa8bc0ab447cb8c25a6 to your computer and use it in GitHub Desktop.
Save richardcase/eedd3eaa7a16caa8bc0ab447cb8c25a6 to your computer and use it in GitHub Desktop.
Rancher Turtles: Scale existing imported cluster using GitOps

These steps assume you have followed the steps to import a cluster

  1. Open the samples repo (or your own fork): https://github.com/rancher-sandbox/rancher-turtles-fleet-example/tree/main
  2. Got to the clusters folder
  3. Edit cluster1.yaml:
  • Find the MachineDeployment
  • Change Replicas from 1 to 2
  1. Commit the change
  2. In Rancher Manager go to Cluster Management
  3. Explore cluster1-capi
  4. Select Nodes from the left navidation bar
  5. Wait for the number of nodes to change from 2 to 3
  • There should be 2 nodes with a name with a prefix of cluster1-md-0-
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment