README ¶ turtles-etcd-restore Setting up the environment Deploy rancher and rancher turtles extension using your preferred method. Deploy RKE2 provider: kubectl apply -f examples/rke2-provider.yaml Deploy AWS provider: export AWS_B64ENCODED_CREDENTIALS=$(clusterawsadm bootstrap credentials encode-as-profile) envsubst < examples/aws-provider.yaml | kubectl apply -f - Deploy RKE2 Cluster in AWS: export CLUSTER_NAME="rke2-aws-cluster" export SSH_KEY="yourkeyname" export AWS_REGION="us-west-2" envsubst < examples/rke2-aws-cluster.yaml | kubectl apply -f - Expand ▾ Collapse ▴ Documentation ¶ There is no documentation for this package. Source Files ¶ View all Source files main.go Directories ¶ Show internal Expand all Path Synopsis controllers Click to show internal directories. Click to hide internal directories.