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: README.md
+13-13
Original file line number
Diff line number
Diff line change
@@ -304,12 +304,12 @@ To provisioning multi-cloud infrastructures with CB-TB, it is necessary to regis
304
304
- [A guide to quickly create a Multi-Cloud Infra](https://github.com/cloud-barista/cb-tumblebug/discussions/1570)
305
305
306
306
- Using individual APIs
307
-
- Create resources required for VM provisioning by using MCIR(multi-cloud infrastructure resources) management APIs
308
-
- [Create VM spec object](https://cloud-barista.github.io/api/?url=https://raw.githubusercontent.com/cloud-barista/cb-tumblebug/main/src/api/rest/docs/swagger.yaml#/%5BInfra%20resource%5D%20MCIR%20Spec%20management/post_ns__nsId__resources_spec)
309
-
- [Create VM image object](https://cloud-barista.github.io/api/?url=https://raw.githubusercontent.com/cloud-barista/cb-tumblebug/main/src/api/rest/docs/swagger.yaml#/%5BInfra%20resource%5D%20MCIR%20Image%20management/post_ns__nsId__resources_image)
- [Create security group object](https://cloud-barista.github.io/api/?url=https://raw.githubusercontent.com/cloud-barista/cb-tumblebug/main/src/api/rest/docs/swagger.yaml#/%5BInfra%20resource%5D%20MCIR%20Security%20group%20management/post_ns__nsId__resources_securityGroup)
- Create resources required for VM provisioning by using Resource(multi-cloud infrastructure resources) management APIs
308
+
- [Create VM spec object](https://cloud-barista.github.io/api/?url=https://raw.githubusercontent.com/cloud-barista/cb-tumblebug/main/src/api/rest/docs/swagger.yaml#/%5BInfra%20resource%5D%20Resource%20Spec%20management/post_ns__nsId__resources_spec)
309
+
- [Create VM image object](https://cloud-barista.github.io/api/?url=https://raw.githubusercontent.com/cloud-barista/cb-tumblebug/main/src/api/rest/docs/swagger.yaml#/%5BInfra%20resource%5D%20Resource%20Image%20management/post_ns__nsId__resources_image)
- [Create security group object](https://cloud-barista.github.io/api/?url=https://raw.githubusercontent.com/cloud-barista/cb-tumblebug/main/src/api/rest/docs/swagger.yaml#/%5BInfra%20resource%5D%20Resource%20Security%20group%20management/post_ns__nsId__resources_securityGroup)
./create-k8scluster-only.sh -n tb -f ../testSet.env -x 1 -z 1`# Create K8s cluster (-x maximum number of nodes, -z additional name for K8s node group and K8s cluster)
449
449
./get-k8scluster.sh -n tb -f ../testSet.env -z 1`# Get K8s cluster information
450
450
./add-k8snodegroup.sh -n tb -f ../testSet.env -x 1 -z 1`# Add a new K8s node group to the K8s cluster
@@ -454,7 +454,7 @@ To provisioning multi-cloud infrastructures with CB-TB, it is necessary to regis
454
454
./remove-k8snodegroup.sh -n tb -f ../testSet.env -z 1`# Delete the newly created K8s node group
455
455
./clean-k8scluster-only.sh -n tb -f ../testSet.env -z 1`# Delete the created K8s cluster
456
456
./force-clean-k8scluster-only.sh -n tb -f ../testSet.env -z 1`# Force delete the created K8s cluster if deletion fails
457
-
./clean-mcir-ns-cloud.h -n tb -f ../testSet.env`# Delete the created MCIR
457
+
./clean-resource-ns-cloud.h -n tb -f ../testSet.env`# Delete the created Resource
0 commit comments