Skip to content

Commit 6d0dee1

Browse files
gman0ntnn
authored andcommitted
few fixes
On-behalf-of: @SAP robert.vasek@sap.com Signed-off-by: Robert Vasek <rvasek01@gmail.com>
1 parent 681ca60 commit 6d0dee1

2 files changed

Lines changed: 10 additions & 8 deletions

File tree

how-to-guides/onboard-managed-service.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,13 @@ kubectl get managedprovider my-service -n platform-mesh-system -w
5252
Expected progression:
5353

5454
```
55-
NAME PHASE READY
56-
my-service WaitingForProvider False
57-
my-service CopyingKubeconfig False
58-
my-service Deploying False
59-
my-service Deployed True
55+
NAME PHASE READY
56+
my-service Pending False
57+
my-service WaitingForPlatformMesh False
58+
my-service WaitingForProvider False
59+
my-service CopyingKubeconfig False
60+
my-service Deploying False
61+
my-service Ready True
6062
```
6163

6264
If the phase stalls, check the `conditions` field on the resource:
@@ -73,7 +75,7 @@ kubectl logs -n platform-mesh-system -l app=platform-mesh-operator --tail=50
7375

7476
## Step 3: Verify the kubeconfig Secret
7577

76-
Once `Deployed`, the controller writes a kubeconfig Secret into the runtime cluster. Verify it exists:
78+
Once `Ready`, the controller writes a kubeconfig Secret into the runtime cluster. Verify it exists:
7779

7880
```bash
7981
kubectl get secret my-service-provider-kubeconfig -n platform-mesh-system
@@ -96,7 +98,7 @@ kubectl get pods -n platform-mesh-system -l app.kubernetes.io/name=my-service-op
9698
| Stuck at `WaitingForProvider` | The `Provider` has not yet reached `Ready` — check the Provider controller logs for workspace or kubeconfig provisioning errors |
9799
| Stuck at `CopyingKubeconfig` | The Provider workspace is ready but the kubeconfig copy failed — check the ManagedProvider controller logs for Secret write errors |
98100
| Stuck at `Deploying` | The OCM component version does not exist in the registry, or FluxCD is not reconciling — check HelmRelease status in the namespace |
99-
| `Deployed` but pods not running | The operator chart values may be misconfigured — check the HelmRelease events and operator pod logs |
101+
| `Ready` but pods not running | The operator chart values may be misconfigured — check the HelmRelease events and operator pod logs |
100102

101103
## Related
102104

reference/components/platform-mesh-operator.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ The operator reports per-subroutine conditions on the status subresource:
8787

8888
## Controllers
8989

90-
The operator runs two independent controllers:
90+
The operator binary provides the following controllers:
9191

9292
| Controller | Watches | Purpose |
9393
|------------|---------|---------|

0 commit comments

Comments
 (0)