Skip to content

Commit

Permalink
(migration_policies) fix wrong spec indentation
Browse files Browse the repository at this point in the history
Signed-off-by: Damien Dassieu <[email protected]>
  • Loading branch information
damsien committed Nov 20, 2024
1 parent e89accc commit cafaa87
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/cluster_admin/migration_policies.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ MigrationConfiguration (in the future more configurations that aren't part of Ku
```yaml
apiVersion: migrations.kubevirt.io/v1alpha1
kind: MigrationPolicy
spec:
spec:
allowAutoConverge: true
bandwidthPerMigration: 217Ki
completionTimeoutPerGiB: 23
Expand All @@ -60,7 +60,7 @@ are the following.
```yaml
apiVersion: migrations.kubevirt.io/v1alpha1
kind: MigrationPolicy
spec:
spec:
selectors:
namespaceSelector:
hpc-workloads: true # Matches a key and a value
Expand All @@ -70,7 +70,7 @@ kind: MigrationPolicy
```yaml
apiVersion: migrations.kubevirt.io/v1alpha1
kind: MigrationPolicy
spec:
spec:
selectors:
virtualMachineInstanceSelector:
workload-type: db # Matches a key and a value
Expand All @@ -80,7 +80,7 @@ kind: MigrationPolicy
```yaml
apiVersion: migrations.kubevirt.io/v1alpha1
kind: MigrationPolicy
spec:
spec:
selectors:
namespaceSelector:
hpc-workloads: true
Expand Down

0 comments on commit cafaa87

Please sign in to comment.