Fix broken links for 0.13
Static images are referenced through relative paths, which needed to be adjusted.
This commit is contained in:
parent
47badcb2e5
commit
62465537ad
|
|
@ -11,7 +11,7 @@ Using an OCI registry helps you:
|
|||
* Reduce etcd load by offloading large bundle content.
|
||||
* Use a standardized storage backend for large manifests or Helm charts.
|
||||
|
||||

|
||||

|
||||
|
||||
:::note
|
||||
Fleet checks for the integrity of OCI artifacts and Fleet tags OCI artifact as `latest`.
|
||||
|
|
@ -117,4 +117,4 @@ To decrypt your secret, you can run:
|
|||
|
||||
`kubectl get secret ocistorage -n fleet-local -o json | jq '.data | map_values(@base64d)`
|
||||
|
||||

|
||||

|
||||
|
|
|
|||
|
|
@ -43,7 +43,7 @@ Fleet rolls out deployments in batches of up to 50 clusters per partition, regar
|
|||
|
||||
The following diagram displays how Fleet handles rollout:
|
||||
|
||||

|
||||

|
||||
|
||||
Various limits that can be configured in Fleet:
|
||||
|
||||
|
|
@ -93,7 +93,7 @@ Fleet then:
|
|||
|
||||
The following diagram illustrates how Fleet handles rollout across multiple partitions, including readiness checks and deployment flow:
|
||||
|
||||

|
||||

|
||||
|
||||
:::note
|
||||
MaxNew is always 50. A bundle change can only stage 50 `BundleDeployments` at a time.
|
||||
|
|
@ -101,7 +101,7 @@ MaxNew is always 50. A bundle change can only stage 50 `BundleDeployments` at a
|
|||
|
||||
Within each partition, Fleet rolls out up to 50 `BundleDeployments` at a time. The diagram below shows how Fleet determines whether to proceed or wait during this process:
|
||||
|
||||

|
||||

|
||||
|
||||
:::note
|
||||
Fleet recommends labeling clusters so you can use those labels to assign clusters to specific partitions.
|
||||
|
|
@ -177,7 +177,7 @@ rolloutStrategy:
|
|||
|
||||
The following diagram illustrates how Fleet handles 50 clusters in a single partition:
|
||||
|
||||

|
||||

|
||||
|
||||
### Scenario: 100 Clusters (Single Partition)
|
||||
|
||||
|
|
@ -233,7 +233,7 @@ rolloutStrategy:
|
|||
|
||||
The following diagram describes how Fleet handles whether to continue or pause rollout.
|
||||
|
||||

|
||||

|
||||
|
||||
This ensures full readiness and staged rollout across all 200 clusters. Use this approach when you need precise rollout sequencing and full cluster readiness before advancing.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue