You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/builds-using-build-volumes.adoc
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ endif::[]
9
9
[id="builds-using-build-volumes_{context}"]
10
10
= Using build volumes
11
11
12
-
You can mount build volumes to give running builds access to information that you don't want to persist in the output container image.
12
+
You can mount build volumes to give running builds access to information that you do not want to persist in the output container image.
13
13
14
14
Build volumes provide sensitive information, such as repository credentials, that the build environment or configuration only needs at build time. Build volumes are different from xref:../../cicd/builds/creating-build-inputs.adoc#builds-define-build-inputs_creating-build-inputs[build inputs], whose data can persist in the output container image.
15
15
@@ -55,7 +55,7 @@ spec:
55
55
attribute: value
56
56
----
57
57
<1> Required. A unique name.
58
-
<2> Required. The absolute path of the mount point. It must not contain `..` or `:` and doesn't collide with the destination path generated by the builder. The `/opt/app-root/src` is the default home directory for many Red Hat S2I-enabled images.
58
+
<2> Required. The absolute path of the mount point. It must not contain `..` or `:` and does not collide with the destination path generated by the builder. The `/opt/app-root/src` is the default home directory for many Red Hat S2I-enabled images.
59
59
<3> Required. The type of source, `ConfigMap`, `Secret`, or `CSI`.
60
60
<4> Required. The name of the source.
61
61
<5> Required. The driver that provides the ephemeral CSI volume.
@@ -105,7 +105,7 @@ spec:
105
105
----
106
106
107
107
<1> Required. A unique name.
108
-
<2> Required. The absolute path of the mount point. It must not contain `..` or `:` and doesn't collide with the destination path generated by the builder. The `/opt/app-root/src` is the default home directory for many Red Hat S2I-enabled images.
108
+
<2> Required. The absolute path of the mount point. It must not contain `..` or `:` and does not collide with the destination path generated by the builder. The `/opt/app-root/src` is the default home directory for many Red Hat S2I-enabled images.
109
109
<3> Required. The type of source, `ConfigMap`, `Secret`, or `CSI`.
110
110
<4> Required. The name of the source.
111
111
<5> Required. The driver that provides the ephemeral CSI volume.
Copy file name to clipboardExpand all lines: modules/cluster-cloud-controller-config-osp.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -191,7 +191,7 @@ This option is unsupported if you use {rh-openstack} earlier than version 17 wit
191
191
// | The id of the loadbalancer flavor to use. Uses octavia default if not set.
192
192
193
193
// | `availability-zone`
194
-
// | The name of the loadbalancer availability zone to use. The Octavia availability zone capabilities will not be used if it is not set. The parameter will be ignored if the Octavia version doesn't support availability zones yet.
194
+
// | The name of the loadbalancer availability zone to use. The Octavia availability zone capabilities will not be used if it is not set. The parameter will be ignored if the Octavia version does not support availability zones yet.
195
195
196
196
| `LoadBalancerClass "ClassName"`
197
197
a| This is a config section that comprises a set of options:
Copy file name to clipboardExpand all lines: modules/cluster-logging-exported-fields-top-level-fields.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,7 +79,7 @@ The following values come from link:http://sourceware.org/git/?p=glibc.git;a=blo
79
79
The two following values are not part of `syslog.h` but are widely used:
80
80
81
81
* `8` = `trace`, trace-level messages, which are more verbose than `debug` messages.
82
-
* `9` = `unknown`, when the logging system gets a value it doesn't recognize.
82
+
* `9` = `unknown`, when the logging system gets a value it does not recognize.
83
83
84
84
Map the log levels or priorities of other logging systems to their nearest match in the preceding list. For example, from link:https://docs.python.org/2.7/library/logging.html#logging-levels[python logging], you can match `CRITICAL` with `crit`, `ERROR` with `err`, and so on.
Copy file name to clipboardExpand all lines: modules/dynamic-plugin-api.adoc
+20-20Lines changed: 20 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -122,7 +122,7 @@ Component for displaying an error status popover.
122
122
|Parameter Name |Description
123
123
|`title` |(optional) status text
124
124
|`iconOnly` |(optional) if true, only displays icon
125
-
|`noTooltip` |(optional) if true, tooltip won't be displayed
125
+
|`noTooltip` |(optional) if true, tooltip is not displayed
126
126
|`className` |(optional) additional class name for the component
127
127
|`popoverTitle` |(optional) title for popover
128
128
|===
@@ -143,7 +143,7 @@ Component for displaying an information status popover.
143
143
|Parameter Name |Description
144
144
|`title` |(optional) status text
145
145
|`iconOnly` |(optional) if true, only displays icon
146
-
|`noTooltip` |(optional) if true, tooltip won't be displayed
146
+
|`noTooltip` |(optional) if true, tooltip is not displayed
147
147
|`className` |(optional) additional class name for the component
148
148
|`popoverTitle` |(optional) title for popover
149
149
|===
@@ -164,7 +164,7 @@ Component for displaying a progressing status popover.
164
164
|Parameter Name |Description
165
165
|`title` |(optional) status text
166
166
|`iconOnly` |(optional) if true, only displays icon
167
-
|`noTooltip` |(optional) if true, tooltip won't be displayed
167
+
|`noTooltip` |(optional) if true, tooltip is not displayed
168
168
|`className` |(optional) additional class name for the component
169
169
|`popoverTitle` |(optional) title for popover
170
170
|===
@@ -185,7 +185,7 @@ Component for displaying a success status popover.
185
185
|Parameter Name |Description
186
186
|`title` |(optional) status text
187
187
|`iconOnly` |(optional) if true, only displays icon
188
-
|`noTooltip` |(optional) if true, tooltip won't be displayed
188
+
|`noTooltip` |(optional) if true, tooltip is not displayed
189
189
|`className` |(optional) additional class name for the component
190
190
|`popoverTitle` |(optional) title for popover
191
191
|===
@@ -219,7 +219,7 @@ Hook that provides information about user access to a given resource. It returns
219
219
220
220
React hook for consuming Console extensions with resolved `CodeRef` properties. This hook accepts the same argument(s) as `useExtensions` hook and returns an adapted list of extension instances, resolving all code references within each extension's properties.
221
221
222
-
Initially, the hook returns an empty array. After the resolution is complete, the React component is re-rendered with the hook returning an adapted list of extensions. When the list of matching extensions changes, the resolution is restarted. The hook will continue to return the previous result until the resolution completes.
222
+
Initially, the hook returns an empty array. After the resolution is complete, the React component is re-rendered with the hook returning an adapted list of extensions. When the list of matching extensions changes, the resolution is restarted. The hook continues to return the previous result until the resolution completes.
223
223
224
224
The hook's result elements are guaranteed to be referentially stable across re-renders. It returns a tuple containing a list of adapted extension instances with resolved code references, a boolean flag indicating whether the resolution is complete, and a list of errors detected during the resolution.
225
225
@@ -364,7 +364,7 @@ A hook that provides a list of user-selected active TableColumns.
364
364
TableColumns
365
365
366
366
|`\{boolean} [options.showNamespaceOverride]` |(optional) If true, a
367
-
namespace column will be included, regardless of column management
367
+
namespace column is included, regardless of column management
368
368
selections
369
369
370
370
|`\{string} [options.columnManagementID]` |(optional) A unique ID
|`initResources` |Resources must be watched as key-value pair,
760
-
wherein key will be unique to resource and value will be options needed
760
+
wherein key is unique to resource and value is options needed
761
761
to watch for the respective resource.
762
762
|===
763
763
@@ -837,8 +837,8 @@ model. In case of failure, the promise gets rejected with HTTP error response.
837
837
838
838
|`options.model` |k8s model
839
839
840
-
|`options.name` |The name of the resource, if not provided then it will
841
-
look for all the resources matching the model.
840
+
|`options.name` |The name of the resource, if not provided then it
841
+
looks for all the resources matching the model.
842
842
843
843
|`options.ns` | The namespace to look into, should not be specified
844
844
for cluster-scoped resources.
@@ -949,7 +949,7 @@ request headers, method, redirect, etc. See link:{power-bi-url}[Interface Reques
949
949
950
950
951
951
|`options.json` |Can control garbage collection of resources
952
-
explicitly if provided else will default to model's "propagationPolicy".
952
+
explicitly if provided or else it defaults to the model's "propagationPolicy".
953
953
|===
954
954
955
955
[discrete]
@@ -990,7 +990,7 @@ Provides apiVersion for a k8s model.
990
990
[discrete]
991
991
== `getGroupVersionKindForResource`
992
992
993
-
Provides a group, version, and kind for a resource. It returns the group, version, kind for the provided resource. If the resource does not have an API group, group "core" will be returned. If the resource has an invalid apiVersion, then it will throw an Error.
993
+
Provides a group, version, and kind for a resource. It returns the group, version, kind for the provided resource. If the resource does not have an API group, group "core" is returned. If the resource has an invalid apiVersion, then it throws an Error.
994
994
995
995
[cols=",",options="header",]
996
996
|===
@@ -1001,7 +1001,7 @@ Provides a group, version, and kind for a resource. It returns the group, versio
1001
1001
[discrete]
1002
1002
== `getGroupVersionKindForModel`
1003
1003
1004
-
Provides a group, version, and kind for a k8s model. This returns the group, version, kind for the provided model. If the model does not have an apiGroup, group "core" will be returned.
1004
+
Provides a group, version, and kind for a k8s model. This returns the group, version, kind for the provided model. If the model does not have an apiGroup, group "core" is returned.
1005
1005
1006
1006
[cols=",",options="header",]
1007
1007
|===
@@ -1294,7 +1294,7 @@ the editor. This prop is used only during the initial render
1294
1294
1295
1295
|`header` |Add a header on top of the YAML editor
1296
1296
1297
-
|`onSave` |Callback for the Save button. Passing it will override the
1297
+
|`onSave` |Callback for the Save button. Passing it overrides the
1298
1298
default update performed on the resource by the editor
1299
1299
|===
1300
1300
@@ -1404,7 +1404,7 @@ Component that allows to receive contributions from other plugins for the `conso
1404
1404
[discrete]
1405
1405
== `NamespaceBar`
1406
1406
1407
-
A component that renders a horizontal toolbar with a namespace dropdown menu in the leftmost position. Additional components can be passed in as children and will be rendered to the right of the namespace dropdown. This component is designed to be used at the top of the page. It should be used on pages where the user needs to be able to change the active namespace, such as on pages with k8s resources.
1407
+
A component that renders a horizontal toolbar with a namespace dropdown menu in the leftmost position. Additional components can be passed in as children and is rendered to the right of the namespace dropdown. This component is designed to be used at the top of the page. It should be used on pages where the user needs to be able to change the active namespace, such as on pages with k8s resources.
1408
1408
1409
1409
.Example
1410
1410
[source,text]
@@ -1429,7 +1429,7 @@ namespace option is selected. It accepts the new namespace in the form
1429
1429
of a string as its only argument. The active namespace is updated
1430
1430
automatically when an option is selected, but additional logic can be
1431
1431
applied via this function. When the namespace is changed, the namespace
1432
-
parameter in the URL will be changed from the previous namespace to the
1432
+
parameter in the URL is changed from the previous namespace to the
1433
1433
newly selected namespace.
1434
1434
1435
1435
|`isDisabled` |(optional) A boolean flag that disables the namespace
@@ -1493,14 +1493,14 @@ A component that renders a graph of the results from a Prometheus PromQL query a
1493
1493
|`customDataSource` |(optional) Base URL of an API endpoint that handles PromQL queries. If provided, this is used instead of the default API for fetching data.
1494
1494
|`defaultSamples` |(optional) The default number of data samples plotted for each data series. If there are many data series, QueryBrowser might automatically pick a lower number of data samples than specified here.
1495
1495
|`defaultTimespan` |(optional) The default timespan for the graph in milliseconds - defaults to 1,800,000 (30 minutes).
1496
-
|`disabledSeries` |(optional) Disable (don't display) data series with these exact label / value pairs.
1496
+
|`disabledSeries` |(optional) Disable (do not display) data series with these exact label / value pairs.
1497
1497
|`disableZoom` |(optional) Flag to disable the graph zoom controls.
1498
1498
|`filterLabels` |(optional) Optionally filter the returned data series to only those that match these label / value pairs.
1499
1499
|`fixedEndTime` |(optional) Set the end time for the displayed time range rather than showing data up to the current time.
1500
1500
|`formatSeriesTitle` |(optional) Function that returns a string to use as the title for a single data series.
1501
1501
|`GraphLink` |(optional) Component for rendering a link to another page (for example getting more information about this query).
1502
1502
|`hideControls` |(optional) Flag to hide the graph controls for changing the graph timespan, and so on.
1503
-
|`isStack` |(optional) Flag to display a stacked graph instead of a line graph. If showStackedControl is set, it will still be possible for the user to switch to a line graph.
1503
+
|`isStack` |(optional) Flag to display a stacked graph instead of a line graph. If showStackedControl is set, it is still possible for the user to switch to a line graph.
1504
1504
|`namespace` |(optional) If provided, data is only returned for this namespace (only series that have this namespace label).
1505
1505
|`onZoom` |(optional) Callback called when the graph is zoomed.
1506
1506
|`pollInterval` |(optional) If set, determines how often the graph is updated to show the latest data (in milliseconds).
Copy file name to clipboardExpand all lines: modules/gitops-release-notes-1-4-0.adoc
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ The current release adds the following improvements.
24
24
25
25
* As an administrative user, when you give Argo CD access to a namespace by using the `argocd.argoproj.io/managed-by` label, it assumes namespace-admin privileges. These privileges are an issue for administrators who provide namespaces to non-administrators, such as development teams, because the privileges enable non-administrators to modify objects such as network policies.
26
26
+
27
-
With this update, administrators can configure a common cluster role for all the managed namespaces. In role bindings for the Argo CD application controller, the Operator refers to the `CONTROLLER_CLUSTER_ROLE` environment variable. In role bindings for the Argo CD server, the Operator refers to the `SERVER_CLUSTER_ROLE` environment variable. If these environment variables contain custom roles, the Operator doesn't create the default admin role. Instead, it uses the existing custom role for all managed namespaces. link:https://issues.redhat.com/browse/GITOPS-1290[GITOPS-1290]
27
+
With this update, administrators can configure a common cluster role for all the managed namespaces. In role bindings for the Argo CD application controller, the Operator refers to the `CONTROLLER_CLUSTER_ROLE` environment variable. In role bindings for the Argo CD server, the Operator refers to the `SERVER_CLUSTER_ROLE` environment variable. If these environment variables contain custom roles, the Operator does not create the default admin role. Instead, it uses the existing custom role for all managed namespaces. link:https://issues.redhat.com/browse/GITOPS-1290[GITOPS-1290]
28
28
29
29
* With this update, the *Environments* page in the {product-title} *Developer* perspective displays a broken heart icon to indicate degraded resources, excluding ones whose status is `Progressing`, `Missing`, and `Unknown`. The console displays a yellow yield sign icon to indicate out-of-sync resources. link:https://issues.redhat.com/browse/GITOPS-1307[GITOPS-1307]
30
30
@@ -37,9 +37,9 @@ The following issues have been resolved in the current release:
37
37
38
38
* Before this update, setting a resource quota in the namespace of the Argo CD custom resource might cause the setup of the Red Hat SSO (RH SSO) instance to fail. This update fixes this issue by setting a minimum resource request for the RH SSO deployment pods. link:https://issues.redhat.com/browse/GITOPS-1297[GITOPS-1297]
39
39
40
-
* Before this update, if you changed the log level for the `argocd-repo-server` workload, the Operator didn't reconcile this setting. The workaround was to delete the deployment resource so that the Operator recreated it with the new log level. With this update, the log level is correctly reconciled for existing `argocd-repo-server` workloads. link:https://issues.redhat.com/browse/GITOPS-1387[GITOPS-1387]
40
+
* Before this update, if you changed the log level for the `argocd-repo-server` workload, the Operator did not reconcile this setting. The workaround was to delete the deployment resource so that the Operator recreated it with the new log level. With this update, the log level is correctly reconciled for existing `argocd-repo-server` workloads. link:https://issues.redhat.com/browse/GITOPS-1387[GITOPS-1387]
41
41
42
-
* Before this update, if the Operator managed an Argo CD instance that lacked the `.data` field in the `argocd-secret` Secret, the Operator on that instance crashed. This update fixes the issue so that the Operator doesn't crash when the `.data` field is missing. Instead, the secret regenerates and the `gitops-operator-controller-manager` resource is redeployed. link:https://issues.redhat.com/browse/GITOPS-1402[GITOPS-1402]
42
+
* Before this update, if the Operator managed an Argo CD instance that lacked the `.data` field in the `argocd-secret` Secret, the Operator on that instance crashed. This update fixes the issue so that the Operator does not crash when the `.data` field is missing. Instead, the secret regenerates and the `gitops-operator-controller-manager` resource is redeployed. link:https://issues.redhat.com/browse/GITOPS-1402[GITOPS-1402]
43
43
44
44
* Before this update, the `gitopsservice` service was annotated as an internal object. This update removes the annotation so you can update or delete the default Argo CD instance and run GitOps workloads on infrastructure nodes by using the UI. link:https://issues.redhat.com/browse/GITOPS-1429[GITOPS-1429]
0 commit comments