Skip to content

Commit

Permalink
fixed username in backup restore commands
Browse files Browse the repository at this point in the history
  • Loading branch information
Neelam Dharnidharka committed Mar 8, 2024
1 parent b0901a8 commit 0960090
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ EKS-Anywhere clusters use etcd as the backing store. Taking a snapshot of etcd b
Etcd offers a built-in snapshot mechanism. You can take a snapshot using the `etcdctl snapshot save` command by following the steps given below.

{{% alert title="Note" color="warning" %}}
The following commands use the username as 'ec2-user'. All EKS Anywhere clusters on bare-metal, vSphere, and Snow use the username ec2-user’ for their nodes.
For EKS Anywhere CloudStack, use 'capc’ instead of ec2-user; for EKS Anywhere Nutanix, use ‘eksa’ instead of ec2-user.
The following commands use ec2-user as the username. For EKS Anywhere on vSphere, Bare Metal, and Snow, the default username is ec2-user. For EKS Anywhere on Apache CloudStack, the default username is capc.
For EKS Anywhere on Nutanix, the default username is eksa. The default username cannot be changed.
{{% /alert %}}

1. Login to any one of the etcd VMs
Expand Down

0 comments on commit 0960090

Please sign in to comment.