Skip to content

Commit f92c0a3

Browse files
committed
remove howdoi.website (it no longer works)
1 parent cabf376 commit f92c0a3

File tree

16 files changed

+40
-42
lines changed

16 files changed

+40
-42
lines changed

docs/howtos/other/certificate_issuers.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -146,9 +146,9 @@ Example:
146146
name: epinio
147147
namespace: epinio
148148
spec:
149-
commonName: epinio.172.27.0.2.omg.howdoi.website
149+
commonName: epinio.172.27.0.2.sslip.io
150150
dnsNames:
151-
- epinio.172.27.0.2.omg.howdoi.website
151+
- epinio.172.27.0.2.sslip.io
152152
issuerRef:
153153
kind: ClusterIssuer
154154
name: epinio-ca
@@ -163,9 +163,9 @@ Example:
163163
type: kubernetes.io/tls
164164
metadata:
165165
annotations:
166-
cert-manager.io/alt-names: epinio.172.27.0.2.omg.howdoi.website
166+
cert-manager.io/alt-names: epinio.172.27.0.2.sslip.io
167167
cert-manager.io/certificate-name: epinio
168-
cert-manager.io/common-name: epinio.172.27.0.2.omg.howdoi.website
168+
cert-manager.io/common-name: epinio.172.27.0.2.sslip.io
169169
cert-manager.io/ip-sans: ""
170170
cert-manager.io/issuer-group: ""
171171
cert-manager.io/issuer-kind: ClusterIssuer
@@ -196,7 +196,7 @@ Example:
196196
namespace: epinio
197197
spec:
198198
rules:
199-
- host: epinio.172.27.0.2.omg.howdoi.website
199+
- host: epinio.172.27.0.2.sslip.io
200200
http:
201201
paths:
202202
- backend:
@@ -208,7 +208,7 @@ Example:
208208
pathType: ImplementationSpecific
209209
tls:
210210
- hosts:
211-
- epinio.172.27.0.2.omg.howdoi.website
211+
- epinio.172.27.0.2.sslip.io
212212
secretName: epinio-tls
213213
```
214214

docs/howtos/other/port_forwarding.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Application: samplejava
4747
| StageId | cac0d6fec92e0a1f |
4848
| Age | 2m50s |
4949
| Active Routes | |
50-
| | samplejava.172.19.0.4.omg.howdoi.website |
50+
| | samplejava.172.19.0.4.sslip.io |
5151
| Desired Instances | 1 |
5252
| Bound Configurations | |
5353
| Environment | |

docs/howtos/use-develop/app_recover.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ spec:
6666
origin:
6767
path: /home/work/SUSE/dev/epinio/assets/sample-app
6868
routes:
69-
- fox.172.18.0.4.omg.howdoi.website
70-
- foxy.172.18.0.4.omg.howdoi.website
69+
- fox.172.18.0.4.sslip.io
70+
- foxy.172.18.0.4.sslip.io
7171
stageid: 1642fcf755ab41e8
7272
```
7373
@@ -154,8 +154,8 @@ The ingresses for an application `<name>` are named `r<name>-...` and the listed
154154
```bash
155155
% kubectl get ingress -n workspace
156156
NAME CLASS HOSTS [...]
157-
rfox-fox1721804omghowd-5af9c73b3c19f041d061042e158408a5275b015e traefik fox.172.18.0.4.omg.howdoi.website [...]
158-
rfox-foxy1721804omghow-22ecdc59ff0c5c7b0f328802c6abea7739c2a388 traefik foxy.172.18.0.4.omg.howdoi.website [...]
157+
rfox-fox1721804omghowd-5af9c73b3c19f041d061042e158408a5275b015e traefik fox.172.18.0.4.sslip.io [...]
158+
rfox-foxy1721804omghow-22ecdc59ff0c5c7b0f328802c6abea7739c2a388 traefik foxy.172.18.0.4.sslip.io [...]
159159
```
160160

161161
Not recoverable is the `origin` data. It is stored nowhere else in the system.

docs/installation/other_inst_scenarios/install_epinio_on_k3s.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Then, continue with the [Epinio installation process](../../installation/install
4343

4444
If you experience issues with DNS resolution, if, for example, you have something like this in your logs:
4545
```
46-
dial tcp: lookup epinio-registry.192.168.1.10.omg.howdoi.website on 10.43.0.10:53: no such host
46+
dial tcp: lookup epinio-registry.192.168.1.10.sslip.io on 10.43.0.10:53: no such host
4747
```
4848

4949
You can try to install K3s with this known-to-work DNS server:

docs/installation/other_inst_scenarios/install_epinio_on_rke.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Perform the following steps on your RKE2 node before installing Epinio:
7979

8080
## Installation
8181

82-
For evaluation environments we recommend that you setup Epinio Ingress resources with a wildcard DNS service such as `omg.howdoi.website`, `sslip.io`, or `nip.io` that points to the `INTERNAL-IP` address of your kubernetes node.
82+
For evaluation environments we recommend that you setup Epinio Ingress resources with a wildcard DNS service such as `sslip.io`, `sslip.io`, or `nip.io` that points to the `INTERNAL-IP` address of your kubernetes node.
8383

8484
For production environments you should configure an external load-balancer solution.
8585
It should listen on a public IP with an associated public FQDN domain.
@@ -91,7 +91,7 @@ There are two ways of installing DNS for Epinio:
9191
9292
For test environments.
9393
This should work on any kubernetes distribution.
94-
Epinio will try to create a magic wildcard DNS domain, for example, **10.0.0.1.omg.howdoi.website**.
94+
Epinio will try to create a magic wildcard DNS domain, for example, **10.0.0.1.sslip.io**.
9595
9696
1. [DNS setup](../../installation/dns_setup.md)
9797

docs/installation/wildcardDNS_setup.md

+4-5
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,14 @@ By "wildcard" we mean a domain that will always resolve to the IP address that i
1515
So, it is a record in a DNS zone that will match requests for non-existent sub-domains.
1616
There are a variety of free services doing this:
1717

18-
- omg.howdoi.website
1918
- sslip.io
2019
- nip.io
2120

2221
As examples, all the following domains resolve to `127.0.0.1`:
2322

24-
- `127.0.0.1.omg.howdoi.website`
25-
- `subdomain.127.0.0.1.omg.howdoi.website`
26-
- `subsub.subdomain.127.0.0.1.omg.howdoi.website`
23+
- `127.0.0.1.sslip.io`
24+
- `subdomain.127.0.0.1.sslip.io`
25+
- `subsub.subdomain.127.0.0.1.sslip.io`
2726

2827
You can use domains like these as a wildcard system domain for Epinio.
2928

@@ -44,7 +43,7 @@ This stops a malicious website from probing the local network for hosts.
4443

4544
This includes anything using [dnsmasq](https://thekelleys.org.uk/dnsmasq/docs/dnsmasq-man.html) with `stop-dns-rebind`. Examples are [pfSense](https://docs.netgate.com/pfsense/en/latest/services/dns/rebinding.html) or NetworkManager.
4645

47-
If you still want to use the default wildcard DNS, you'll have to whitelist `omg.howdoi.website`, or other providers, in your local DNS server.
46+
If you still want to use the default wildcard DNS, you'll have to whitelist `sslip.io`, or other providers, in your local DNS server.
4847

4948
### Cluster running in a VM
5049

docs/references/authentication_oidc.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ epinio login --oidc https://epinio.mydomain.com
1616
If you are using the `epinio` cli on a machine without a browser you can provide the `--prompt` flag. This will give you the url of a web page where you can authenticate even on a different machine. After logging in and pressing the `Grant Access` button the page will return the authorization code that you have to copy and paste back to the `epinio` cli input to finish the authentication process.
1717

1818
```bash
19-
epinio login --oidc --prompt https://epinio.172.21.0.4.omg.howdoi.website
19+
epinio login --oidc --prompt https://epinio.172.21.0.4.sslip.io
2020
```
2121

2222
By default, only the local connector is setup with two users (`[email protected]` and `[email protected]`).

docs/references/settings.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ The `token` combines the `access_token` and `refresh_token`.
5151

5252
If a token is present, it will be used to authenticate and takes precedence over the username and password.
5353

54-
The installation uses the wildcard domain `omg.howdoi.website` and the
54+
The installation uses the wildcard domain `sslip.io` and the
5555
`epinio-ca` issuer by default.
5656

5757
The `epinio login [URL]` checks if the associated certificate is signed by an

versioned_docs/version-1.11.0/howtos/other/certificate_issuers.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -146,9 +146,9 @@ Example:
146146
name: epinio
147147
namespace: epinio
148148
spec:
149-
commonName: epinio.172.27.0.2.omg.howdoi.website
149+
commonName: epinio.172.27.0.2.sslip.io
150150
dnsNames:
151-
- epinio.172.27.0.2.omg.howdoi.website
151+
- epinio.172.27.0.2.sslip.io
152152
issuerRef:
153153
kind: ClusterIssuer
154154
name: epinio-ca
@@ -163,9 +163,9 @@ Example:
163163
type: kubernetes.io/tls
164164
metadata:
165165
annotations:
166-
cert-manager.io/alt-names: epinio.172.27.0.2.omg.howdoi.website
166+
cert-manager.io/alt-names: epinio.172.27.0.2.sslip.io
167167
cert-manager.io/certificate-name: epinio
168-
cert-manager.io/common-name: epinio.172.27.0.2.omg.howdoi.website
168+
cert-manager.io/common-name: epinio.172.27.0.2.sslip.io
169169
cert-manager.io/ip-sans: ""
170170
cert-manager.io/issuer-group: ""
171171
cert-manager.io/issuer-kind: ClusterIssuer
@@ -196,7 +196,7 @@ Example:
196196
namespace: epinio
197197
spec:
198198
rules:
199-
- host: epinio.172.27.0.2.omg.howdoi.website
199+
- host: epinio.172.27.0.2.sslip.io
200200
http:
201201
paths:
202202
- backend:
@@ -208,7 +208,7 @@ Example:
208208
pathType: ImplementationSpecific
209209
tls:
210210
- hosts:
211-
- epinio.172.27.0.2.omg.howdoi.website
211+
- epinio.172.27.0.2.sslip.io
212212
secretName: epinio-tls
213213
```
214214

versioned_docs/version-1.11.0/howtos/other/port_forwarding.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Application: samplejava
4747
| StageId | cac0d6fec92e0a1f |
4848
| Age | 2m50s |
4949
| Active Routes | |
50-
| | samplejava.172.19.0.4.omg.howdoi.website |
50+
| | samplejava.172.19.0.4.sslip.io |
5151
| Desired Instances | 1 |
5252
| Bound Configurations | |
5353
| Environment | |

versioned_docs/version-1.11.0/howtos/use-develop/app_recover.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ spec:
6666
origin:
6767
path: /home/work/SUSE/dev/epinio/assets/sample-app
6868
routes:
69-
- fox.172.18.0.4.omg.howdoi.website
70-
- foxy.172.18.0.4.omg.howdoi.website
69+
- fox.172.18.0.4.sslip.io
70+
- foxy.172.18.0.4.sslip.io
7171
stageid: 1642fcf755ab41e8
7272
```
7373
@@ -154,8 +154,8 @@ The ingresses for an application `<name>` are named `r<name>-...` and the listed
154154
```bash
155155
% kubectl get ingress -n workspace
156156
NAME CLASS HOSTS [...]
157-
rfox-fox1721804omghowd-5af9c73b3c19f041d061042e158408a5275b015e traefik fox.172.18.0.4.omg.howdoi.website [...]
158-
rfox-foxy1721804omghow-22ecdc59ff0c5c7b0f328802c6abea7739c2a388 traefik foxy.172.18.0.4.omg.howdoi.website [...]
157+
rfox-fox1721804omghowd-5af9c73b3c19f041d061042e158408a5275b015e traefik fox.172.18.0.4.sslip.io [...]
158+
rfox-foxy1721804omghow-22ecdc59ff0c5c7b0f328802c6abea7739c2a388 traefik foxy.172.18.0.4.sslip.io [...]
159159
```
160160

161161
Not recoverable is the `origin` data. It is stored nowhere else in the system.

versioned_docs/version-1.11.0/installation/other_inst_scenarios/install_epinio_on_k3s.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Then, continue with the [Epinio installation process](../../installation/install
4343

4444
If you experience issues with DNS resolution, if, for example, you have something like this in your logs:
4545
```
46-
dial tcp: lookup epinio-registry.192.168.1.10.omg.howdoi.website on 10.43.0.10:53: no such host
46+
dial tcp: lookup epinio-registry.192.168.1.10.sslip.io on 10.43.0.10:53: no such host
4747
```
4848

4949
You can try to install K3s with this known-to-work DNS server:

versioned_docs/version-1.11.0/installation/other_inst_scenarios/install_epinio_on_rke.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Perform the following steps on your RKE2 node before installing Epinio:
7979

8080
## Installation
8181

82-
For evaluation environments we recommend that you setup Epinio Ingress resources with a wildcard DNS service such as `omg.howdoi.website`, `sslip.io`, or `nip.io` that points to the `INTERNAL-IP` address of your kubernetes node.
82+
For evaluation environments we recommend that you setup Epinio Ingress resources with a wildcard DNS service such as `sslip.io`, `sslip.io`, or `nip.io` that points to the `INTERNAL-IP` address of your kubernetes node.
8383

8484
For production environments you should configure an external load-balancer solution.
8585
It should listen on a public IP with an associated public FQDN domain.
@@ -91,7 +91,7 @@ There are two ways of installing DNS for Epinio:
9191
9292
For test environments.
9393
This should work on any kubernetes distribution.
94-
Epinio will try to create a magic wildcard DNS domain, for example, **10.0.0.1.omg.howdoi.website**.
94+
Epinio will try to create a magic wildcard DNS domain, for example, **10.0.0.1.sslip.io**.
9595
9696
1. [DNS setup](../../installation/dns_setup.md)
9797

versioned_docs/version-1.11.0/installation/wildcardDNS_setup.md

+4-5
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,14 @@ By "wildcard" we mean a domain that will always resolve to the IP address that i
1515
So, it is a record in a DNS zone that will match requests for non-existent sub-domains.
1616
There are a variety of free services doing this:
1717

18-
- omg.howdoi.website
1918
- sslip.io
2019
- nip.io
2120

2221
As examples, all the following domains resolve to `127.0.0.1`:
2322

24-
- `127.0.0.1.omg.howdoi.website`
25-
- `subdomain.127.0.0.1.omg.howdoi.website`
26-
- `subsub.subdomain.127.0.0.1.omg.howdoi.website`
23+
- `127.0.0.1.sslip.io`
24+
- `subdomain.127.0.0.1.sslip.io`
25+
- `subsub.subdomain.127.0.0.1.sslip.io`
2726

2827
You can use domains like these as a wildcard system domain for Epinio.
2928

@@ -44,7 +43,7 @@ This stops a malicious website from probing the local network for hosts.
4443

4544
This includes anything using [dnsmasq](https://thekelleys.org.uk/dnsmasq/docs/dnsmasq-man.html) with `stop-dns-rebind`. Examples are [pfSense](https://docs.netgate.com/pfsense/en/latest/services/dns/rebinding.html) or NetworkManager.
4645

47-
If you still want to use the default wildcard DNS, you'll have to whitelist `omg.howdoi.website`, or other providers, in your local DNS server.
46+
If you still want to use the default wildcard DNS, you'll have to whitelist `sslip.io`, or other providers, in your local DNS server.
4847

4948
### Cluster running in a VM
5049

versioned_docs/version-1.11.0/references/authentication_oidc.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ epinio login --oidc https://epinio.mydomain.com
1616
If you are using the `epinio` cli on a machine without a browser you can provide the `--prompt` flag. This will give you the url of a web page where you can authenticate even on a different machine. After logging in and pressing the `Grant Access` button the page will return the authorization code that you have to copy and paste back to the `epinio` cli input to finish the authentication process.
1717

1818
```bash
19-
epinio login --oidc --prompt https://epinio.172.21.0.4.omg.howdoi.website
19+
epinio login --oidc --prompt https://epinio.172.21.0.4.sslip.io
2020
```
2121

2222
By default, only the local connector is setup with two users (`[email protected]` and `[email protected]`).

versioned_docs/version-1.11.0/references/settings.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ The `token` combines the `access_token` and `refresh_token`.
5151

5252
If a token is present, it will be used to authenticate and takes precedence over the username and password.
5353

54-
The installation uses the wildcard domain `omg.howdoi.website` and the
54+
The installation uses the wildcard domain `sslip.io` and the
5555
`epinio-ca` issuer by default.
5656

5757
The `epinio login [URL]` checks if the associated certificate is signed by an

0 commit comments

Comments
 (0)