Update resource list (#236)
Co-authored-by: Mario Manno <mario.manno@suse.com>
This commit is contained in:
parent
3b277da39d
commit
6dc5255119
|
|
@ -371,6 +371,8 @@ The reference to the chart can be either:
|
||||||
- a [go-getter URL](https://github.com/hashicorp/go-getter?tab=readme-ov-file#url-format),
|
- a [go-getter URL](https://github.com/hashicorp/go-getter?tab=readme-ov-file#url-format),
|
||||||
specified by `chart`. This can be used to download a tarball
|
specified by `chart`. This can be used to download a tarball
|
||||||
of the chart. go-getter also allows to download a chart from a Git repo.
|
of the chart. go-getter also allows to download a chart from a Git repo.
|
||||||
|
- OCI chart URL, specified by `chart`. This can be used to download a chart
|
||||||
|
directly from a OCI server. It uses the Helm SDK to download the chart.
|
||||||
- a Helm repository, specified by `repo` and optionally `version`.
|
- a Helm repository, specified by `repo` and optionally `version`.
|
||||||
- an OCI Helm repository, specified by `repo` and optionally `version`.
|
- an OCI Helm repository, specified by `repo` and optionally `version`.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,10 +1,11 @@
|
||||||
# List of Deployed Resources
|
# List of Deployed Resources
|
||||||
|
|
||||||
After installing Fleet in Rancher these resources are created in the upstream cluster.
|
After installing Fleet in Rancher these resources are created in the upstream cluster.
|
||||||
|
Also see [Namespaces](namespaces).
|
||||||
|
|
||||||
|
## From Helm, Intial Setup
|
||||||
| Type | Name | Namespace |
|
| Type | Name | Namespace |
|
||||||
| ----- | ----------- | --------- |
|
| ----- | ----------- | --------- |
|
||||||
| From Helm, intial setup: | | |
|
|
||||||
| ClusterRole | fleet-controller | - |
|
| ClusterRole | fleet-controller | - |
|
||||||
| ClusterRole | gitjob | - |
|
| ClusterRole | gitjob | - |
|
||||||
| ClusterRoleBinding | fleet-controller | - |
|
| ClusterRoleBinding | fleet-controller | - |
|
||||||
|
|
@ -19,18 +20,55 @@ After installing Fleet in Rancher these resources are created in the upstream cl
|
||||||
| Service | gitjob | cattle-fleet-system |
|
| Service | gitjob | cattle-fleet-system |
|
||||||
| ServiceAccount | fleet-controller | cattle-fleet-system |
|
| ServiceAccount | fleet-controller | cattle-fleet-system |
|
||||||
| ServiceAccount | gitjob | cattle-fleet-system |
|
| ServiceAccount | gitjob | cattle-fleet-system |
|
||||||
| Generated: | | |
|
|
||||||
|
## Generated By Bootstrap
|
||||||
|
| Type | Name | Namespace |
|
||||||
|
| ----- | ----------- | --------- |
|
||||||
| clusters.fleet.cattle.io | local | fleet-local |
|
| clusters.fleet.cattle.io | local | fleet-local |
|
||||||
| clusters.provisioning.cattle.io | local | fleet-local |
|
| clusters.provisioning.cattle.io | local | fleet-local |
|
||||||
| clusters.management.cattle.io | local | - |
|
| clusters.management.cattle.io | local | - |
|
||||||
| ClusterGroup | default | fleet-local |
|
| ClusterGroup | default | fleet-local |
|
||||||
| Bundle | fleet-agent-local | fleet-local |
|
| Bundle | fleet-agent-local | fleet-local |
|
||||||
| For each registered cluster: | | |
|
|
||||||
|
## For Each Registered Cluster
|
||||||
|
| Type | Name | Namespace |
|
||||||
|
| ----- | ----------- | --------- |
|
||||||
| clusters.provisioning.cattle.io | | by default fleet-default |
|
| clusters.provisioning.cattle.io | | by default fleet-default |
|
||||||
| clusters.management.cattle.io | generated | - |
|
| clusters.management.cattle.io | generated | - |
|
||||||
| clusters.fleet.cattle.io | fleet-default | |
|
| clusters.fleet.cattle.io | | fleet-default |
|
||||||
| Bundle | fleet-default | |
|
| Secret, opaque | kubeconfig | fleet-default |
|
||||||
| BundleDeployment | cluster-fleet-local-local-ID | fleet-agent-local
|
| ClusterRegistrationToken | | fleet-default |
|
||||||
|
| ServiceAccount | import | fleet-default |
|
||||||
|
| RoleBinding | request | fleet-default |
|
||||||
|
| RoleBinding | request | cluster-fleet-default |
|
||||||
|
| Role | request | cluster-fleet-default |
|
||||||
|
| Secret, service-account-token | import-token | fleet-default |
|
||||||
|
| Namespace | cluster-fleet-default | - |
|
||||||
|
| ClusterRegistration | fleet-default | |
|
||||||
|
| ServiceAccount | request | fleet-default |
|
||||||
|
| Secret, agent-credential | c-ID | fleet-default |
|
||||||
|
| Secret, service-account-token | request-token | fleet-default |
|
||||||
|
| Bundle | fleet-agent-name | fleet-name |
|
||||||
|
| BundleDeployment | fleet-agent-name | cluster-fleet-default |
|
||||||
|
|
||||||
|
## For Each Bundle, Per Cluster
|
||||||
|
| Type | Name | Namespace |
|
||||||
|
| ----- | ----------- | --------- |
|
||||||
|
| Bundle | name | fleet-default |
|
||||||
|
| Secret, bundle| name | fleet-default |
|
||||||
|
| BundleDeployment | name | cluster-fleet-default |
|
||||||
|
| Secret, bundle-deployment | name | cluster-fleet-default |
|
||||||
|
| Secret, opaque (content-access) | name | cluster-fleet-default |
|
||||||
|
| Content | - | - |
|
||||||
|
|
||||||
|
## For Each GitRepo
|
||||||
|
| Type | Name | Namespace |
|
||||||
|
| ----- | ----------- | --------- |
|
||||||
|
| ServiceAccount | name | fleet-default |
|
||||||
|
| Role | name | fleet-default |
|
||||||
|
| RoleBinding | name | fleet-default |
|
||||||
|
| Job | name | fleet-default |
|
||||||
|
| ConfigMap | name-config | fleet-default |
|
||||||
|
| Secret | name-cabundle | fleet-default |
|
||||||
|
|
||||||
|
|
||||||
Also see [namespaces]
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue