-
Notifications
You must be signed in to change notification settings - Fork 135
DOCS-2826: Docs for CC projects #2508
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,59 @@ | ||
| --- | ||
| description: About projects | ||
| --- | ||
|
|
||
| import Screenshot from '/src/___new___/components/Screenshot'; | ||
|
|
||
|
|
||
| # Projects | ||
|
|
||
| You can use projects to organize your managed clusters into logical groupings. | ||
|
|
||
| <Screenshot src="/img/calico-cloud/calico-cloud-projects.png" alt="Project page" /> | ||
|
|
||
| ## About projects | ||
|
|
||
| In $[prodname], a *project* is a logical grouping of one or more managed clusters. | ||
| You can use projects to organize your managed clusters in ways that are useful for your organization. | ||
| For example, you can use projects to segregate clusters by product teams, or by geo location. | ||
|
Check failure on line 18 in calico-cloud/tutorials/calico-cloud-features/projects.mdx
|
||
|
|
||
| When you view observability tools in Calico Cloud, you see only what is available for the current project. | ||
|
|
||
| All Calico Cloud organizations start with a single default project. | ||
| You can have up to three projects at a given time. | ||
|
|
||
| ## Create a project | ||
|
|
||
| **Prerequisites** | ||
|
|
||
| * You have Admin or Owner privileges. | ||
|
|
||
| **Procedure** | ||
|
|
||
| 1. From any page in the web console, click the **Project** menu and then click **Manage Projects**. | ||
| 1. On the **Projects** page, click **Add Project**. | ||
| 1. Enter a name and description for the project, and then click the **Add Project** button. | ||
|
|
||
| Provisioning the new project takes a few minutes. | ||
| When provisioning is complete, you can begin connecting clusters. | ||
|
|
||
| ## Connect a cluster to a project | ||
|
|
||
| * To connect a cluster to a specific project, make sure you have selected the project you want as you follow the procedure to [connect your cluster to Calico Cloud](../../get-started/install-cluster.mdx). | ||
|
|
||
| ## Move a managed cluster to another project | ||
|
|
||
| You can move a managed cluster to another project by removing it from the original project and connecting it to the new project. | ||
|
|
||
| :::warning | ||
| Log data held by Calico Cloud will be deleted when you remove your cluster from the original project. | ||
| When you reconnect your cluster to Calico Cloud as part of the new project, flow logs will start to be collected again. | ||
| You will not be able to restore access to the old logs. | ||
|
|
||
| If you need to retain logs, contact [our support team](https://tigeraio.my.site.com/community/s/login/). | ||
| ::: | ||
|
|
||
| 1. To remove your cluster from Calico Cloud, find your cluster on the **Managed Clusters** page, and then click **Actions > Delete**. | ||
| After a moment, the cluster is removed from the list. | ||
| 1. Move to the new project by clicking the **Projects** menu and selecting your project. | ||
| 1. To reconnect your cluster, follow the guide to [connect your cluster to Calico Cloud](../../get-started/install-cluster.mdx). | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
59 changes: 59 additions & 0 deletions
59
...-cloud_versioned_docs/version-22-2/tutorials/calico-cloud-features/projects.mdx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,59 @@ | ||
| --- | ||
| description: About projects | ||
| --- | ||
|
|
||
| import Screenshot from '/src/___new___/components/Screenshot'; | ||
|
|
||
|
|
||
| # Projects | ||
|
|
||
| You can use projects to organize your managed clusters into logical groupings. | ||
|
|
||
| <Screenshot src="/img/calico-cloud/calico-cloud-projects.png" alt="Project page" /> | ||
|
|
||
| ## About projects | ||
|
|
||
| In $[prodname], a *project* is a logical grouping of one or more managed clusters. | ||
| You can use projects to organize your managed clusters in ways that are useful for your organization. | ||
| For example, you can use projects to segregate clusters by product teams, or by geo location. | ||
|
Check failure on line 18 in calico-cloud_versioned_docs/version-22-2/tutorials/calico-cloud-features/projects.mdx
|
||
|
|
||
| When you view observability tools in Calico Cloud, you see only what is available for the current project. | ||
|
|
||
| All Calico Cloud organizations start with a single default project. | ||
| You can have up to three projects at a given time. | ||
|
|
||
| ## Create a project | ||
|
|
||
| **Prerequisites** | ||
|
|
||
| * You have Admin or Owner privileges. | ||
|
|
||
| **Procedure** | ||
|
|
||
| 1. From any page in the web console, click the **Project** menu and then click **Manage Projects**. | ||
| 1. On the **Projects** page, click **Add Project**. | ||
| 1. Enter a name and description for the project, and then click the **Add Project** button. | ||
|
|
||
| Provisioning the new project takes a few minutes. | ||
| When provisioning is complete, you can begin connecting clusters. | ||
|
|
||
| ## Connect a cluster to a project | ||
|
|
||
| * To connect a cluster to a specific project, make sure you have selected the project you want as you follow the procedure to [connect your cluster to Calico Cloud](../../get-started/install-cluster.mdx). | ||
|
|
||
| ## Move a managed cluster to another project | ||
|
|
||
| You can move a managed cluster to another project by removing it from the original project and connecting it to the new project. | ||
|
|
||
| :::warning | ||
| Log data held by Calico Cloud will be deleted when you remove your cluster from the original project. | ||
| When you reconnect your cluster to Calico Cloud as part of the new project, flow logs will start to be collected again. | ||
| You will not be able to restore access to the old logs. | ||
|
|
||
| If you need to retain logs, contact [our support team](https://tigeraio.my.site.com/community/s/login/). | ||
| ::: | ||
|
|
||
| 1. To remove your cluster from Calico Cloud, find your cluster on the **Managed Clusters** page, and then click **Actions > Delete**. | ||
| After a moment, the cluster is removed from the list. | ||
| 1. Move to the new project by clicking the **Projects** menu and selecting your project. | ||
| 1. To reconnect your cluster, follow the guide to [connect your cluster to Calico Cloud](../../get-started/install-cluster.mdx). | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.