Skip to content

Commit d286b4f

Browse files
authored
Merge pull request #15 from mbaldessari/couple-of-fixes
Couple of spellcheck fixes
2 parents 768178b + 20aae21 commit d286b4f

File tree

2 files changed

+38
-10
lines changed

2 files changed

+38
-10
lines changed

Diff for: .wordlist.txt

+29
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
abcdefghijklmnopqrstuvwxyz
2+
ack
23
acm
34
activedeadlineseconds
45
additionaltopics
@@ -8,8 +9,11 @@ ansible
89
apiversion
910
architecting
1011
argocd
12+
argocd’s
1113
argocds
14+
argocd's
1215
argoproj
16+
auth
1317
autogenerated
1418
awscreds
1519
backend
@@ -24,12 +28,20 @@ ceph
2428
cgj
2529
charset
2630
chartversion
31+
checking files matching specified outlined in >.spellcheck.yml<
2732
checking files matching specified outlined in >.spellcheck.yml<
33+
cis
2834
cli
2935
clusterdomains
3036
clustergroup
37+
clustergroupname
38+
clusterplatform
3139
clusterpools
3240
clustersecretstore
41+
clusterversion
42+
cn
43+
coffeeshop
44+
compiling dictionary...
3345
compiling dictionary...
3446
concurrencypolicy
3547
config
@@ -47,14 +59,17 @@ cronjob
4759
cronjobname
4860
cronjobs
4961
csi
62+
cte
5063
custompolicy
5164
cyberark
5265
datafrom
5366
declaratively
5467
declarativesync
5568
decrypt
5669
dev
70+
devops
5771
djp
72+
dn
5873
dockerfiles
5974
encryptedsecrets
6075
entrypoint
@@ -84,6 +99,8 @@ ignoremissingvaluefiles
8499
iib
85100
imagepullpolicy
86101
ini
102+
installplanapproval
103+
ishubcluster
87104
jobname
88105
jobtemplate
89106
jrickard
@@ -96,6 +113,7 @@ kubeconform
96113
kubectl
97114
kubernetes
98115
kustomize
116+
ldap
99117
letsencrypt
100118
lifecycle
101119
linter
@@ -109,6 +127,7 @@ mcgo
109127
modularity
110128
multiargos
111129
multicloud
130+
multicluster
112131
multipleargos
113132
multipleclusters
114133
multisource
@@ -151,8 +170,10 @@ publickey
151170
pullsecret
152171
pwx
153172
py
173+
quarkuscoffeeshop
154174
readme
155175
redhat
176+
redhatlabs
156177
repo
157178
repofork
158179
repos
@@ -167,6 +188,7 @@ rollout
167188
roughedges
168189
rsa
169190
running spellchecking on the tree
191+
running task: markdown...
170192
running task: markdown...
171193
schemas
172194
scm
@@ -182,23 +204,30 @@ selfcontained
182204
sig
183205
sigs
184206
soluto
207+
supersecret
185208
syncfail
209+
syncpolicy
186210
syncwave
187211
syncwaves
188212
targetrevision
189213
techslide
190214
templating
191215
tesoro
216+
thebutlers
192217
tmp
193218
todo
194219
topicheader
195220
tradeoffs
196221
ui
222+
uid
197223
uncomment
198224
unittest
199225
unsealvault
226+
usecsv
200227
usernum
228+
using aspell to spellcheck markdown
201229
using aspell to spellcheck markdown
230+
using pyspelling on configuration outlined in >.spellcheck.yml<
202231
using pyspelling on configuration outlined in >.spellcheck.yml<
203232
utils
204233
ux

Diff for: documentation/modules/ROOT/pages/multipleClusters.adoc

+9-10
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ image::multicluster-challenges.png[]
2525

2626
* This increase of clusters presents challenges to organizations responsible for managing these clusters.
2727
* The infrastructure/operations teams that are responsible for ensuring the deployment, configuration and management of these clusters will need the proper tools.
28-
* The DevOps teams will need clusters to develop their applications and will have increasing requests for more resources and consistency across clusters.
29-
* The Organization as a whole will need to have multiple target environments in which to deploy clusters.
30-
* In high volume scenarios the clusters might need to be created in cloud providers depending on cost and resource availability.
31-
* This presents a challenge where a central management tool is needed to ensure that operators can deploy, maintain and manage resources.
28+
* The DevOps teams will need clusters to develop their applications and will have increasing requests for more resources and consistency across clusters.
29+
* The Organization as a whole will need to have multiple target environments in which to deploy clusters.
30+
* In high volume scenarios the clusters might need to be created in cloud providers depending on cost and resource availability.
31+
* This presents a challenge where a central management tool is needed to ensure that operators can deploy, maintain and manage resources.
3232

3333

3434
[#options]
@@ -37,7 +37,7 @@ image::multicluster-challenges.png[]
3737
* You can do it manually using custom scripts
3838
** This presents many challenges as scripts are homegrown and maintainability can become an issue.
3939
* You can use ArgoCD to a degree
40-
** ArgoCDs forte is to declaratively deploy applications onto a Kubernetes cluster not manage clusters.
40+
** ArgoCD's forte is to declaratively deploy applications onto a Kubernetes cluster not manage clusters.
4141
* Use {rhacm} which is built to manage multiple clusters
4242

4343
[#rhacm]
@@ -49,19 +49,18 @@ For more information visit: link:https://www.redhat.com/en/technologies/manageme
4949

5050
image::multicluster-rhacm-value.png[]
5151

52-
* Multi-Cluster Lifecycle Environment:
53-
** You can centrally create, update and delete Kubernetes clusters across multiple private and public clouds
52+
* Multi-Cluster Lifecycle Environment:
53+
** You can centrally create, update and delete Kubernetes clusters across multiple private and public clouds
5454
** Search, find and modify any kubernetes resource across the entire domain.
5555
** Quickly troubleshoot and resolve issues across your federated domain
5656

5757
* Policy Driven Governance
5858
** Centrally set & enforce policies for security, applications, & infrastructure
59-
** Quickly visualize detailed auditing on configuration of apps and clusters
59+
** Quickly visualize detailed auditing on configuration of apps and clusters
6060
** Built-in CIS compliance policies and audit checks
6161
** Immediate visibility into your compliance posture based on your defined standards
6262

6363
* Advanced Application Lifecycle
64-
** Easily Deploy Applications at Scale
64+
** Easily Deploy Applications at Scale
6565
** Deploy Applications from Multiple Sources
6666
** Quickly visualize application relationships across clusters and those that span clusters
67-

0 commit comments

Comments
 (0)