You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+29-10Lines changed: 29 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -160,6 +160,25 @@ ingress:
160
160
existingSecret: ""
161
161
```
162
162
163
+
- If you have [Gateway API](https://gateway-api.sigs.k8s.io/) installed, you may specify `.Values.httpRoute` with `.Values.httpRoute.parentRefs` to create `HTTPRoute` resource.
164
+
For example, if you have `Traefik` installed as Gateway API (named `traefik-gateway` in `traefik` namespace), you may use the following configuration:
165
+
166
+
```yaml
167
+
# -- HTTPRoute
168
+
httpRoute:
169
+
# -- Enable the HTTPRoute
170
+
enabled: true
171
+
# -- Set annotations for HTTPRoute.
172
+
annotations: {}
173
+
# -- Set labels for HTTPRoute
174
+
labels: {}
175
+
# -- Required! List of parent Gateway references this HTTPRoute should attach to
For Windows runtimes, you must perform the following steps:
2686
2705
2687
-
1. Obtain a node registration token (you can generate it in any account with the "privateNodes" feature enabled).
2688
-
2. Prepare the following parameters (the same for all Windows nodes):
2689
-
* The node registration token
2690
-
* The correct Docker root path (may vary)
2691
-
* The platform API address
2692
-
3. On each Windows node, one by one:
2693
-
* Run the following PowerShell script:
2694
-
[docker-vm/hybrid/gen-docker-certs.ps1 at master · codefresh-io/docker-vm](https://github.com/codefresh-io/docker-vm/blob/master/hybrid/gen-docker-certs.ps1)
2695
-
* Provide the IP address of the specific node when running the script.
2706
+
1. Obtain a node registration token (you can generate it in any account with the "privateNodes" feature enabled).
2707
+
2. Prepare the following parameters (the same for all Windows nodes):
2708
+
* The node registration token
2709
+
* The correct Docker root path (may vary)
2710
+
* The platform API address
2711
+
3. On each Windows node, one by one:
2712
+
* Run the following PowerShell script:
2713
+
[docker-vm/hybrid/gen-docker-certs.ps1 at master · codefresh-io/docker-vm](https://github.com/codefresh-io/docker-vm/blob/master/hybrid/gen-docker-certs.ps1)
2714
+
* Provide the IP address of the specific node when running the script.
2696
2715
4. After the script completes, restart the Docker service on the node to ensure the new certificates are applied.
2697
2716
2698
-
Repeat these steps for every Windows node in the runtime.
2717
+
Repeat these steps for every Windows node in the runtime.
2699
2718
2700
2719
### Consul Error: Refusing to rejoin cluster because the server has been offline for more than the configured server_rejoin_age_max
Copy file name to clipboardExpand all lines: README.md.gotmpl
+29-10Lines changed: 29 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -161,6 +161,25 @@ ingress:
161
161
existingSecret: ""
162
162
```
163
163
164
+
- If you have [Gateway API](https://gateway-api.sigs.k8s.io/) installed, you may specify `.Values.httpRoute`with`.Values.httpRoute.parentRefs` to create `HTTPRoute` resource.
165
+
For example, if you have `Traefik` installed as Gateway API (named `traefik-gateway` in `traefik` namespace), you may use the following configuration:
166
+
167
+
```yaml
168
+
# -- HTTPRoute
169
+
httpRoute:
170
+
# -- Enable the HTTPRoute
171
+
enabled: true
172
+
# -- Set annotations for HTTPRoute.
173
+
annotations: {}
174
+
# -- Set labels for HTTPRoute
175
+
labels: {}
176
+
# -- Required! List of parent Gateway references this HTTPRoute should attach to
For Windows runtimes, you must perform the following steps:
2702
2721
2703
-
1. Obtain a node registration token (you can generate it in any account with the "privateNodes" feature enabled).
2704
-
2. Prepare the following parameters (the same for all Windows nodes):
2705
-
* The node registration token
2706
-
* The correct Docker root path (may vary)
2707
-
* The platform API address
2708
-
3. On each Windows node, one by one:
2709
-
* Run the following PowerShell script:
2710
-
[docker-vm/hybrid/gen-docker-certs.ps1 at master · codefresh-io/docker-vm](https://github.com/codefresh-io/docker-vm/blob/master/hybrid/gen-docker-certs.ps1)
2711
-
* Provide the IP address of the specific node when running the script.
2722
+
1. Obtain a node registration token (you can generate it in any account with the "privateNodes" feature enabled).
2723
+
2. Prepare the following parameters (the same for all Windows nodes):
2724
+
* The node registration token
2725
+
* The correct Docker root path (may vary)
2726
+
* The platform API address
2727
+
3. On each Windows node, one by one:
2728
+
* Run the following PowerShell script:
2729
+
[docker-vm/hybrid/gen-docker-certs.ps1 at master · codefresh-io/docker-vm](https://github.com/codefresh-io/docker-vm/blob/master/hybrid/gen-docker-certs.ps1)
2730
+
* Provide the IP address of the specific node when running the script.
2712
2731
4. After the script completes, restart the Docker service on the node to ensure the new certificates are applied.
2713
2732
2714
-
Repeat these steps for every Windows node in the runtime.
2733
+
Repeat these steps for every Windows node in the runtime.
2715
2734
2716
2735
### Consul Error: Refusing to rejoin cluster because the server has been offline for more than the configured server_rejoin_age_max
0 commit comments