Skip to content

Commit

Permalink
Removing outdated variable
Browse files Browse the repository at this point in the history
- Variable ANSIBLE_CMD_EXTRA_VAR_LIST does not work properly
  • Loading branch information
arora-sagar committed Jul 2, 2024
1 parent 4a231a1 commit 8c11e38
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions content/en/docs/guides/install-guides/install-on-multiple-vm.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,24 +22,6 @@ weight: 7

## Installation of the management cluster

### Automatic installation of the management cluster using the sandbox Ansible script

Override the default Ansible values and run the installation script in
`test-infra\e2e\provision\init.sh` by changing the k8s.context with your

```
kubectl config get-contexts
```

then run:

```bash
export NEPHIO_USER=$USER
export ANSIBLE_CMD_EXTRA_VAR_LIST="k8s.context=kind-kind kind.enabled=false host_min_vcpu=4 host_min_cpu_ram=8"

curl -fsSL https://raw.githubusercontent.com/nephio-project/test-infra/main/e2e/provision/init.sh | sudo -E bash
```

### Manual Installation of the management cluster using kpt

- [Common Dependencies](/content/en/docs/guides/install-guides/common-dependencies.md)
Expand Down

0 comments on commit 8c11e38

Please sign in to comment.