Skip to content

Commit

Permalink
Merge pull request #5154 from killianmuldoon/fix/caep-cluster-class-f…
Browse files Browse the repository at this point in the history
…ormatting

🐛 Fix formatting error in ClusterClass proposal
  • Loading branch information
k8s-ci-robot authored Aug 25, 2021
2 parents f48bd73 + bd404ef commit 7b97cea
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -346,9 +346,9 @@ There are cases where we must consider whether two ClusterClasses are compatible
2. Where a user updates a ClusterClass currently in use by a Cluster.
To establish compatibility between two ClusterClasses:
- All the references must be in the same namespace of `metadata.Namespace` - the same namespace as the existing clusterClass.
- `spec.workers.machineDeployments` must not remove any deployment classes (adding new or modifying existing classes is supported).
- `spec.controlPlane.localobjecttemplate`, `spec.controlplane.machineinfrastructure`, `spec.infrastructure`, `spec.workers.machineDeployments[].template.infrastructure.ref` must not change apiGroup or Kind.
- All the references must be in the same namespace of `metadata.Namespace` - the same namespace as the existing clusterClass.
- `spec.workers.machineDeployments` must not remove any deployment classes (adding new or modifying existing classes is supported).
- `spec.controlPlane.localobjecttemplate`, `spec.controlplane.machineinfrastructure`, `spec.infrastructure`, `spec.workers.machineDeployments[].template.infrastructure.ref` must not change apiGroup or Kind.
#### Behaviors
This section lists out the behavior for Cluster objects using `ClusterClass` in case of creates and updates.
Expand Down

0 comments on commit 7b97cea

Please sign in to comment.