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: docs/modules/ROOT/partials/guided-setup/cloudscale-decommission.adoc
+5-65Lines changed: 5 additions & 65 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,6 @@
27
27
* <<step-25,And I delete the cluster's OpsGenie heartbeat>>
28
28
* <<step-26,And I delete the cluster from Lieutenant>>
29
29
* <<step-27,And I delete the Keycloak service>>
30
-
* <<step-28,And I remove the cluster from openshift4-clusters>>
31
30
32
31
[[step-1]]
33
32
=== Given I have all prerequisites installed
@@ -70,7 +69,7 @@ if which aws >/dev/null 2>&1 ; then { echo "✅ aws (AWS CLI) is installed."; }
70
69
71
70
if which restic >/dev/null 2>&1 ; then { echo "✅ restic (Backup CLI) is installed."; } ; else { echo "❌ restic (Backup CLI) is not installed. Please install restic to proceed."; exit 1; } ; fi
72
71
73
-
if which emergency-credentials-receive >/dev/null 2>&1 ; then { echo "✅ emergency-credentials-receive (Cluster emergency access helper) is installed."; } ; else { echo "❌ emergency-credentials-receive is not installed. Please install it from https://github.com/vshn/emergency-credentials-receive ."; exit 1; } ; fi
72
+
if which kharon >/dev/null 2>&1 ; then { echo "✅ kharon (Cluster access helper) is installed."; } ; else { echo "❌ kharon is not installed. Please install it from https://github.com/vshn/kharon ."; exit 1; } ; fi
74
73
75
74
if which commodore >/dev/null 2>&1 ; then { echo "✅ commodore (Project Syn) is installed."; } ; else { echo "❌ commodore (Project Syn) is not installed. Please install it with 'uv tool install syn-commodore && commodore tool install --missing' ."; exit 1; } ; fi
76
75
@@ -314,11 +313,6 @@ This step ensures the emergency credentials for the cluster have been retrieved
314
313
315
314
==== Inputs
316
315
317
-
* `cluster_domain`: Domain of the cluster - the part after `api` or `apps`, respectively.
318
-
319
-
Usually of the form `<CLUSTER_ID>.<BASE_DOMAIN>`
320
-
321
-
322
316
* `passbolt_passphrase`: Your password for Passbolt.
323
317
324
318
This is required to access the encrypted emergency credentials.
@@ -336,16 +330,15 @@ This is required to access the encrypted emergency credentials.
Copy file name to clipboardExpand all lines: docs/modules/ROOT/partials/guided-setup/cloudscale.adoc
+6-111Lines changed: 6 additions & 111 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,8 +35,7 @@
35
35
* <<step-33,And I schedule the first maintenance>>
36
36
* <<step-34,Then I configure apt-dater groups for the LoadBalancers>>
37
37
* <<step-35,And I remove the bootstrap bucket>>
38
-
* <<step-36,And I add the cluster to openshift4-clusters>>
39
-
* <<step-37,And I wait for maintenance to complete>>
38
+
* <<step-36,And I wait for maintenance to complete>>
40
39
41
40
[[step-1]]
42
41
=== Given I have all prerequisites installed
@@ -79,7 +78,7 @@ if which aws >/dev/null 2>&1 ; then { echo "✅ aws (AWS CLI) is installed."; }
79
78
80
79
if which restic >/dev/null 2>&1 ; then { echo "✅ restic (Backup CLI) is installed."; } ; else { echo "❌ restic (Backup CLI) is not installed. Please install restic to proceed."; exit 1; } ; fi
81
80
82
-
if which emergency-credentials-receive >/dev/null 2>&1 ; then { echo "✅ emergency-credentials-receive (Cluster emergency access helper) is installed."; } ; else { echo "❌ emergency-credentials-receive is not installed. Please install it from https://github.com/vshn/emergency-credentials-receive ."; exit 1; } ; fi
81
+
if which kharon >/dev/null 2>&1 ; then { echo "✅ kharon (Cluster access helper) is installed."; } ; else { echo "❌ kharon is not installed. Please install it from https://github.com/vshn/kharon ."; exit 1; } ; fi
83
82
84
83
if which commodore >/dev/null 2>&1 ; then { echo "✅ commodore (Project Syn) is installed."; } ; else { echo "❌ commodore (Project Syn) is not installed. Please install it with 'uv tool install syn-commodore && commodore tool install --missing' ."; exit 1; } ; fi
85
84
@@ -2256,7 +2255,6 @@ This step ensures the emergency credentials for the cluster can be retrieved.
2256
2255
==== Inputs
2257
2256
2258
2257
* `kubeconfig_path`
2259
-
* `cluster_domain`
2260
2258
* `commodore_cluster_id`
2261
2259
* `passbolt_passphrase`: Your password for Passbolt.
2262
2260
@@ -2275,7 +2273,6 @@ This is required to access the encrypted emergency credentials.
Copy file name to clipboardExpand all lines: docs/modules/ROOT/partials/guided-setup/exoscale-decommission.adoc
+5-65Lines changed: 5 additions & 65 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,6 @@
23
23
* <<step-21,And I delete the cluster's OpsGenie heartbeat>>
24
24
* <<step-22,And I delete the cluster from Lieutenant>>
25
25
* <<step-23,And I delete the Keycloak service>>
26
-
* <<step-24,And I remove the cluster from openshift4-clusters>>
27
26
28
27
[[step-1]]
29
28
=== Given I have all prerequisites installed
@@ -76,7 +75,7 @@ if which virt-edit >/dev/null 2>&1 ; then { echo "✅ virt-edit (VM image editin
76
75
77
76
if which cpio >/dev/null 2>&1 ; then { echo "✅ cpio (file archiving) is installed."; } ; else { echo "❌ cpio (file archiving) is not installed. Please install cpio to proceed."; exit 1; } ; fi
78
77
79
-
if which emergency-credentials-receive >/dev/null 2>&1 ; then { echo "✅ emergency-credentials-receive (Cluster emergency access helper) is installed."; } ; else { echo "❌ emergency-credentials-receive is not installed. Please install it from https://github.com/vshn/emergency-credentials-receive ."; exit 1; } ; fi
78
+
if which kharon >/dev/null 2>&1 ; then { echo "✅ kharon (Cluster access helper) is installed."; } ; else { echo "❌ kharon is not installed. Please install it from https://github.com/vshn/kharon ."; exit 1; } ; fi
80
79
81
80
echo "✅ All prerequisites are met."
82
81
@@ -319,11 +318,6 @@ This step ensures the emergency credentials for the cluster have been retrieved
319
318
320
319
==== Inputs
321
320
322
-
* `cluster_domain`: Domain of the cluster - the part after `api` or `apps`, respectively.
323
-
324
-
Usually of the form `<CLUSTER_ID>.<BASE_DOMAIN>`
325
-
326
-
327
321
* `passbolt_passphrase`: Your password for Passbolt.
328
322
329
323
This is required to access the encrypted emergency credentials.
@@ -341,16 +335,15 @@ This is required to access the encrypted emergency credentials.
0 commit comments