1000
. You can change the UID of the service account by using the --service-uid
option or the GRAVITY_SERVICE_USER
environment variable at installation time. To do so, you need to have first created a group for that user with the UID.
For example, to use UID 1001
, run the following commands on each node of the cluster:
TMPDIR
directory that’s configured on the master node, so be sure the default directory contains sufficient space or create an alternate directory (with sufficient space) for the installer to use. If you choose to use an alternate directory, ensure it has the correct permissions enabled (drwxrwxrwx
), and either add it to /etc/environment
or explicitly specify the directory during installation.
<location_of_installer>
with the location of the installer, and <version>
with your installer version:
1000
, append the command with the actual UID. For example, to use UID 1001
, run sudo ./gravity wizard --service-uid=1001
.If you’re using an alternate TMPDIR
, pre-pend the command with the directory. For example, sudo TMPDIR=/mytmp ./gravity wizard
TMPDIR
and DID NOT add it to /etc/environment
, edit the copied URL to include the directory in the sudo bash
command. For example, sudo TMPDIR=/mytmp bash
./opt/anaconda/
) or enter another location.EXECUTABLE LOGS
pulldown at the bottom of the panel.<location_of_installer>
with the location of the installer, and <version>
with your installer version:
values.yaml
with the following values, replacing HOSTNAME
with the fully-qualified domain name (FQDN) of the host server:
advertise-addr
IP address with the address you want to be visible to the other nodesCLUSTERNAME
with a name, otherwise a random cluster name will be assignedtest.cluster1
./path/to/values.yaml
with the path to the values.yaml
file you createdflavor
, choose from the following options the one that represents the number and type of nodes you want to install in the cluster:
small
: installs a single-node cluster (one ae-master node). This is the default flavor.medium
: installs three nodes (one ae-master node and two ae-worker nodes)large
: installs five nodes (one ae-master node, two k8s-master nodes and two ae-worker nodes):1000
, append the command with the actual UID. For example, to use UID 1001
, run:
--cloud-provider
option when installing the master. The installer automatically detects EC2 and uses the VPC-based flannel backend instead of VXLAN. To force the use of VXLAN, use the --cloud-provider generic
option.
On each worker node, run the following command, replacing the advertise-addr
IP address with the address you want to be visible to the other nodes:
your-email
and your-password
with the email address and password you want to use.
sudo ./gravity wizard
for browser-based
installation or sudo ./gravity install
for CLI-based installation.