Merge pull request #85 from rancher/list-of-deployed-resources
Add list of deployed resources
This commit is contained in:
commit
da24ee64d5
|
|
@ -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.
|
| 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 | |
|
||||||
|
|
|
||||||
|
|
@ -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.
|
||||||
|
|
||||||
|

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