Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 7 additions & 4 deletions _docs/runtime/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,11 @@ The Git repository per runtime account with shared configuration manifests.
</br>
{:/}

<!---#### Ingress-less flags
#### Ingress-less flags
These flags are required to install the runtime without an ingress controller.

**Access mode**
Required for ingress-less runtime installation.
**Access mode**
Required.

The access mode for ingress-less runtimes, the tunnel mode.

Expand All @@ -97,8 +97,11 @@ The allowed list of IPs from which to forward requests to the internal customer

When omitted, all incoming requests are authenticated regardless of the IPs from which they originated.

* CLI wizard and Silent install: Add the `--ips-allow-list` flag, followed by the list of comma-separated IPs to define more than one. For example, `--ips-allow-list 77.126.94.70/16,192.168.0.0` --->
* CLI wizard and Silent install: Add the `--ips-allow-list` flag, followed by the IP address, or list of comma-separated IPs to define more than one. For example, `--ips-allow-list 77.126.94.70/16,192.168.0.0`

{::nomarkdown}
</br>
{:/}

#### Ingress controller flags

Expand Down