Skip to content
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.

Commit

Permalink
Merge pull request #142 from vincent-pli/correct-manifest-path
Browse files Browse the repository at this point in the history
Correct manifest path since the file name has been changed in previously ccommit
  • Loading branch information
k8s-ci-robot authored Jun 19, 2021
2 parents ce11f3e + 46f65fd commit 7922cae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions virtualcluster/doc/demo.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ kubectl apply -f https://raw.githubusercontent.com/kubernetes-sigs/cluster-api-p
To create all VirtualCluster components:

```bash
kubectl apply -f https://raw.githubusercontent.com/kubernetes-sigs/cluster-api-provider-nested/master/virtualcluster/config/setup/all_in_one.yaml
kubectl apply -f https://raw.githubusercontent.com/kubernetes-sigs/cluster-api-provider-nested/master/virtualcluster/config/setup/all_in_one_capi.yaml
```

Let's check out what we've installed:
Expand Down Expand Up @@ -339,7 +339,7 @@ Of course, you can delete all others VirtualCluster objects too to clean up ever
kubectl delete -f https://raw.githubusercontent.com/kubernetes-sigs/cluster-api-provider-nested/master/virtualcluster/config/sampleswithspec/clusterversion_v1_nodeport.yaml

# The Virtual Cluster components
kubectl delete -f https://raw.githubusercontent.com/kubernetes-sigs/cluster-api-provider-nested/master/virtualcluster/config/setup/all_in_one.yaml
kubectl delete -f https://raw.githubusercontent.com/kubernetes-sigs/cluster-api-provider-nested/master/virtualcluster/config/setup/all_in_one_capi.yaml

# The ValidatingWebhookConfiguration which generated runtime and is cluster-scoped resource
kubectl delete ValidatingWebhookConfiguration virtualcluster-validating-webhook-configuration
Expand Down
2 changes: 1 addition & 1 deletion virtualcluster/experiment/doc/demo.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ kubectl apply -f https://raw.githubusercontent.com/kubernetes-sigs/cluster-api-p
Install vc-manager and vc-scheduler in the vc-manager namespacing using the following command:

```bash
kubectl apply -f https://raw.githubusercontent.com/kubernetes-sigs/cluster-api-provider-nested/master/virtualcluster/experiment/config/setup/all_in_one.yaml
kubectl apply -f https://raw.githubusercontent.com/kubernetes-sigs/cluster-api-provider-nested/master/virtualcluster/experiment/config/setup/all_in_one_capi.yaml
```

Although the per super cluster syncer will be installed in the meta cluster, its configuration relies on the super cluster deployment. We will describe
Expand Down

0 comments on commit 7922cae

Please sign in to comment.