Add list of deployed resources

This commit is contained in:
Mario Manno 2023-07-28 11:50:11 +02:00
parent b2c08e3a1d
commit 939fe3ff27
3 changed files with 36 additions and 5 deletions

View File

@ -1,5 +1,30 @@
# Custom Resources
# List of Deployed Resources
This shows the resources, also the internal ones, involved in creating a deployment from a git repository.
![Resources](/img/FleetResources.svg)
| Type | Name | Namespace |
| ----- | ----------- | --------- |
| From Helm, intial setup: | | |
| ClusterRole | fleet-controller | - |
| ClusterRole | gitjob | - |
| ClusterRoleBinding | fleet-controller | - |
| ClusterRoleBinding | gitjob-binding | - |
| ConfigMap | fleet-controller | cattle-fleet-system |
| Deployment | fleet-controller | cattle-fleet-system |
| Deployment | gitjob | cattle-fleet-system |
| Role | fleet-controller | cattle-fleet-system |
| Role | gitjob | cattle-fleet-system |
| RoleBinding | fleet-controller | cattle-fleet-system |
| RoleBinding | gitjob | cattle-fleet-system |
| Service | gitjob | cattle-fleet-system |
| ServiceAccount | fleet-controller | cattle-fleet-system |
| ServiceAccount | gitjob | cattle-fleet-system |
| Generated: | | |
| clusters.fleet.cattle.io | local | fleet-local |
| clusters.provisioning.cattle.io | local | fleet-local |
| clusters.management.cattle.io | local | - |
| ClusterGroup | default | fleet-local |
| Bundle | fleet-agent-local | fleet-local |
| For each registered cluster: | | |
| clusters.provisioning.cattle.io | | by default fleet-default |
| clusters.management.cattle.io | generated | - |
| clusters.fleet.cattle.io | fleet-default | |
| Bundle | fleet-default | |

View File

@ -0,0 +1,5 @@
# Custom Resources During Deployment
This shows the resources, also the internal ones, involved in creating a deployment from a git repository.
![Resources](/img/FleetResources.svg)

View File

@ -21,7 +21,7 @@ module.exports = {
'ref-bundle-stages',
'gitrepo-content',
'namespaces',
'ref-resources',
'resources-during-deployment',
],
},
{
@ -70,6 +70,7 @@ module.exports = {
{type:'doc', id:'cluster-bundles-state'},
'ref-registration',
'ref-configuration',
'ref-resources',
"ref-crds",
'ref-fleet-yaml',
'ref-gitrepo',