turtles-etcd-restore

command module
v0.0.0-...-a9d6f1d Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 23, 2024 License: MIT Imports: 22 Imported by: 0

README

turtles-etcd-restore

Setting up the environment

  1. Deploy rancher and rancher turtles extension using your preferred method.
  2. Deploy RKE2 provider:
kubectl apply -f examples/rke2-provider.yaml
  1. Deploy AWS provider:
export AWS_B64ENCODED_CREDENTIALS=$(clusterawsadm bootstrap credentials encode-as-profile)
envsubst < examples/aws-provider.yaml | kubectl apply -f -
  1. 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 -

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL