Skip to content

Commit 227d477

Browse files
authored
Remove ingress-less term from tunnel-based (#273)
1 parent 699c5ff commit 227d477

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

_docs/getting-started/architecture.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ In the hosted environment, the Codefresh Runtime is installed on a K8s cluster m
8282
%}
8383

8484
#### Tunnel-based hybrid runtime architecture
85-
Tunnel-based hybrid runtimes use tunneling instead of ingress controllers to control communication between the Codefresh Runtime in the customer cluster and the Codefresh Platform. Tunnel-based, ingress-less, runtimes are optimal when the cluster with the Codefresh Runtime is not exposed to the internet.
85+
Tunnel-based hybrid runtimes use tunneling instead of ingress controllers to control communication between the Codefresh Runtime in the customer cluster and the Codefresh Platform. Tunnel-based runtimes are optimal when the cluster with the Codefresh Runtime is not exposed to the internet.
8686

8787
{% include
8888
image.html

_docs/runtime/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ The access mode for the runtime, which can be one of the following:
133133

134134
* CLI wizard: Select the access mode from the list displayed.
135135
* Silent install:
136-
* For tunnel-based, see [Tunnel-based (ingress-less) runtime flags](#tunnel-based-ingress-less-runtime-flags)
136+
* For tunnel-based, see [Tunnel-based runtime flags](#tunnel-based-runtime-flags)
137137
* For ingress-based, add the [Ingress controller flags](#ingress-controller-flags)
138138

139139
>If you don't specify any flags, tunnel-based access is automatically selected.
@@ -148,7 +148,7 @@ The Git repository per runtime account with shared configuration manifests.
148148
</br>
149149
{:/}
150150

151-
#### Tunnel-based (ingress-less) runtime flags
151+
#### Tunnel-based runtime flags
152152

153153
**IP allowlist**
154154

_docs/runtime/monitor-manage-runtimes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Manage provisioned runtimes:
3333
* [Upgrade Codefresh CLI](#upgrade-codefresh-cli)
3434
* [Uninstall provisioned runtimes](#uninstall-provisioned-runtimes)
3535
* [Update Git tokens for runtimes](#update-git-tokens-for-runtimes)
36-
<!--* [Migrate ingress-less hybrid runtimes](#hybrid-migrate-ingress-less-runtimes) -->
36+
<!--* [Migrate access mode for hybrid runtimes](#hybrid-migrate-runtimes) -->
3737

3838
> Unless specified otherwise, management options are common to both hybrid and hosted runtimes. If an option is valid only for hybrid runtimes, it is indicated as such.
3939

_docs/whats-new/whats-new.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ Built on Argo, the world’s most popular and fastest-growing open source softwa
1919
#### Tunnel-based hybrid runtimes
2020
Simplify installation without compromising on security with our tunnel-based installation option for hybrid runtimes.
2121

22-
Tunnel-based runtimes use tunneling for communication between the customer cluster and the Codefresh platform, with the customer cluster initiating the tunneling request. Simply add the flag `--access-mode` with `tunnel` as the value and you have your tunnel-based, ingress-less runtime.
22+
Tunnel-based runtimes use tunneling for communication between the customer cluster and the Codefresh platform, with the customer cluster initiating the tunneling request. Simply add the flag `--access-mode` with `tunnel` as the value and you have your tunnel-based runtime without an ingress controller.
2323

24-
See [Tunnel-based runtime architecture]({{site.baseurl}}/docs/getting-started/architecture/#tunnel-based-hybrid-runtime-architecture) and [Tunnel-based runtime flags]({{site.baseurl}}/docs/runtime/installation/#tunnel-based-ingress-less-runtime-flags).
24+
See [Tunnel-based runtime architecture]({{site.baseurl}}/docs/getting-started/architecture/#tunnel-based-hybrid-runtime-architecture) and [Tunnel-based runtime flags]({{site.baseurl}}/docs/runtime/installation/#tunnel-based-runtime-flags).
2525

2626
{::nomarkdown}
2727
<br>

0 commit comments

Comments
 (0)