Skip to content

Commit

Permalink
Update example ClusterSet SVG for Multi-cluster quick-start
Browse files Browse the repository at this point in the history
Add a quick start guide.
Update the user guide with Multi-cluster Gateway.

Signed-off-by: Lan Luo <luola@vmware.com>
Signed-off-by: Jianjun Shen <shenj@vmware.com>
  • Loading branch information
luolanzone authored and jianjuns committed Jun 6, 2022
1 parent ad490a5 commit 3240a57
Showing 1 changed file with 14 additions and 19 deletions.
33 changes: 14 additions & 19 deletions docs/multicluster/quick-start.md
Expand Up @@ -59,21 +59,18 @@ $sed 's/changeme/antrea-multicluster/g' antrea-multicluster-leader-namespaced.ym
$kubectl apply -f https://github.com/antrea-io/antrea/releases/download/$TAG/antrea-multicluster-member.yml
```

Verify the overall deployment status via `kubectl get all -A -l="component=antrea-mc-controller"`. A sample
output is like below:
You can run the following command to verify the the leader and member
`antrea-mc-controller` Pods are deployed and running:

```text
```bash
$kubectl get all -A -l="component=antrea-mc-controller"
NAMESPACE NAME READY STATUS RESTARTS AGE
antrea-multicluster pod/antrea-mc-controller-cd7bf8f68-kh4kz 1/1 Running 0 3d20h
kube-system pod/antrea-mc-controller-85dbf58b75-pjj48 1/1 Running 0 3d20h
antrea-multicluster pod/antrea-mc-controller-cd7bf8f68-kh4kz 1/1 Running 0 50s
kube-system pod/antrea-mc-controller-85dbf58b75-pjj48 1/1 Running 0 48s

NAMESPACE NAME READY UP-TO-DATE AVAILABLE AGE
antrea-multicluster deployment.apps/antrea-mc-controller 1/1 1 1 3d20h
kube-system deployment.apps/antrea-mc-controller 1/1 1 1 3d20h
NAMESPACE NAME DESIRED CURRENT READY AGE
antrea-multicluster replicaset.apps/antrea-mc-controller-cd7bf8f68 1 1 1 3d20h
kube-system replicaset.apps/antrea-mc-controller-85dbf58b75 1 1 1 3d20h
antrea-multicluster deployment.apps/antrea-mc-controller 1/1 1 1 50s
kube-system deployment.apps/antrea-mc-controller 1/1 1 1 48s
```

### Step 2 - initialize ClusterSet
Expand Down Expand Up @@ -140,18 +137,16 @@ Namespace `kube-system`.
$kubectl apply -f https://github.com/antrea-io/antrea/releases/download/$TAG/antrea-multicluster-member.yml
```

Verify the overall deployment status via `kubectl get all -A -l="component=antrea-mc-controller"`. A sample
output is like below:
You can run the following command to verify the `antrea-mc-controller` Pod is
deployed and running:

```text
```bash
$kubectl get all -A -l="component=antrea-mc-controller"
NAMESPACE NAME READY STATUS RESTARTS AGE
kube-system pod/antrea-mc-controller-85dbf58b75-pjj48 1/1 Running 0 3d20h
kube-system pod/antrea-mc-controller-85dbf58b75-pjj48 1/1 Running 0 40s

NAMESPACE NAME READY UP-TO-DATE AVAILABLE AGE
kube-system deployment.apps/antrea-mc-controller 1/1 1 1 3d20h
NAMESPACE NAME DESIRED CURRENT READY AGE
kube-system replicaset.apps/antrea-mc-controller-85dbf58b75 1 1 1 3d20h
kube-system deployment.apps/antrea-mc-controller 1/1 1 1 40s
```

### Step 2 - initialize ClusterSet
Expand Down

0 comments on commit 3240a57

Please sign in to comment.