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
* Update README.md
Added Windows runtimes cert renewal procedure
* Apply suggestion from @masontikhonov
Co-authored-by: Zhenya Tikhonov <masontikhonov@gmail.com>
* Add the Windows RE case according to the recommendations
---------
Co-authored-by: Zhenya Tikhonov <masontikhonov@gmail.com>
Co-authored-by: Alex Aladov <alexaladov@Alexs-MacBook-Pro.local>
For Windows runtimes, you must perform the following steps:
2686
+
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.
2696
+
4. After the script completes, restart the Docker service on the node to ensure the new certificates are applied.
2697
+
2698
+
Repeat these steps for every Windows node in the runtime.
2683
2699
2684
2700
### Consul Error: Refusing to rejoin cluster because the server has been offline for more than the configured server_rejoin_age_max
For Windows runtimes, you must perform the following steps:
2702
+
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.
2712
+
4. After the script completes, restart the Docker service on the node to ensure the new certificates are applied.
2713
+
2714
+
Repeat these steps for every Windows node in the runtime.
2699
2715
2700
2716
### Consul Error: Refusing to rejoin cluster because the server has been offline for more than the configured server_rejoin_age_max
0 commit comments