Skip to content

Commit 46c66dd

Browse files
committed
📚 Sync docs from alaudadevops/connectors-operator on cfc715d72aca3113a8a6c335b30b4ea0743c369e
Source: support connectors ui (#95) Author: chengjingtao Ref: refs/heads/main Commit: cfc715d72aca3113a8a6c335b30b4ea0743c369e This commit automatically syncs documentation changes from the source-docs repository. 🔗 View source commit: AlaudaDevops/connectors-operator@cfc715d 🤖 Synced on 2025-07-07 03:37:17 UTC
1 parent 1d017d8 commit 46c66dd

File tree

2 files changed

+31
-3
lines changed

2 files changed

+31
-3
lines changed

‎.github/SYNC_INFO.md‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Documentation Sync Information
22

3-
- **Last synced**: 2025-07-04 09:03:39 UTC
3+
- **Last synced**: 2025-07-07 03:37:17 UTC
44
- **Source repository**: alaudadevops/connectors-operator
5-
- **Source commit**: [2d22a370792524a82ebb5b6f9d3ec6b2e18410d7](https://github.com/alaudadevops/connectors-operator/commit/2d22a370792524a82ebb5b6f9d3ec6b2e18410d7)
5+
- **Source commit**: [cfc715d72aca3113a8a6c335b30b4ea0743c369e](https://github.com/alaudadevops/connectors-operator/commit/cfc715d72aca3113a8a6c335b30b4ea0743c369e)
66
- **Triggered by**: chengjingtao
7-
- **Workflow run**: [#1](https://github.com/alaudadevops/connectors-operator/actions/runs/16070083914)
7+
- **Workflow run**: [#2](https://github.com/alaudadevops/connectors-operator/actions/runs/16106973390)
88

99
## Files synced:
1010
- docs/
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# Install Connectors UI
2+
3+
## Prerequisites
4+
5+
- Kubernetes cluster
6+
- Connectors operator installed
7+
8+
## Install Connectors UI
9+
10+
```
11+
cat <<EOF | kubectl apply -f -
12+
apiVersion: operator.connectors.alauda.io/v1alpha1
13+
kind: ConnectorsCore
14+
metadata:
15+
name: connectors-core
16+
namespace: connectors-system
17+
spec:
18+
additionalManifests: /kodata/ui/frontend.yaml
19+
EOF
20+
```
21+
22+
**Note:** if you are build operator by KO, the `additionalManifests` path is `/var/run/ko/ui/frontend.yaml`
23+
24+
## Uninstall Connectors UI
25+
26+
```
27+
kubectl delete connectorscore connectors-core -n connectors-system
28+
```

0 commit comments

Comments
 (0)