Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/blog/2022-10-12-acm-provisioning.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ should be delivered to the cluster.

`.labels` tells ACM how to decide which clusters get this site configuration. If
you were building and [importing
clusters](https://validatedpatterns.io/industrial-edge/factory/) yourself,
clusters](https://validatedpatterns.io/patterns/industrial-edge/) yourself,
these are the labels you would need to specify during the import process. You
can specify different and/or additional labels, but the default is to use
`clusterGroup={name of the group}`
Expand Down
2 changes: 1 addition & 1 deletion content/contribute/background-on-pattern-development.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,6 @@ Some of the validated patterns use configuration files (for now), while others,

While many enterprise Cloud Native applications are open source, many of the products used require licenses or subscriptions. Policies help enforce license and subscription management and the channels needed to get access to those licenses or subscriptions.

Similarly, in multicloud deployments and complex edge deployments, policies can help define and select the correct GitOps workflows that need to be managed for various sites or clusters. E.g. defining an OpenShift Cluster as a "Factory" in the https://validatedpatterns.io/industrial-edge/factory/[Industrial Edge] validated pattern provides a simple trigger to roll-out the entire Factory deployment. Policy is a powerful tool in automation.
Similarly, in multicloud deployments and complex edge deployments, policies can help define and select the correct GitOps workflows that need to be managed for various sites or clusters. E.g. defining an OpenShift Cluster as a "Factory" in the https://validatedpatterns.io/patterns/industrial-edge/[Industrial Edge] validated pattern provides a simple trigger to roll-out the entire Factory deployment. Policy is a powerful tool in automation.

Validated patterns use https://www.redhat.com/en/technologies/management/advanced-cluster-management[Red Hat Advanced Cluster Management for Kubernetes] to control clusters and applications from a single console, with built-in security policies.
Loading