Skip to content

Commit 99364ea

Browse files
committed
Replace remaining coreos.com links
1 parent d857427 commit 99364ea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

architecture/understanding-development.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ link:https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/[daemon
297297
You can also run a daemon set on a subset of nodes, based on node labels.
298298
* Require life-cycle management. When you want to hand off your application so
299299
that others can use it, consider creating an
300-
link:https://coreos.com/operators/[Operator]. Operators let you build in
300+
link:https://www.openshift.com/learn/topics/operators[Operator]. Operators let you build in
301301
intelligence, so it can handle things like backups and upgrades automatically.
302302
Coupled with the Operator Lifecycle Manager (OLM), cluster managers can expose
303303
Operators to selected namespaces so that users in the cluster can run them.

modules/compliance-review.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ status:
3535

3636
The remediation payload is stored in the `spec.current` attribute. The payload can be any Kubernetes object, but because this remediation was produced by a node scan, the remediation payload in the above example is a `MachineConfig` object. For Platform scans, the remediation payload is often a different kind of an object (for example, a `ConfigMap` or `Secret` object), but typically applying that remediation is up to the administrator, because otherwise the Compliance Operator would have required a very broad set of permissions to manipulate any generic Kubernetes object. An example of remediating a Platform check is provided later in the text.
3737

38-
To see exactly what the remediation does when applied, the `MachineConfig` object contents use the Ignition objects for the configuration. Refer to the link:https://coreos.com/ignition/docs/latest/configuration-v2_2.html[Ignition specification] for further information about the format. In our example, `the spec.config.storage.files[0].path` attribute specifies the file that is being create by this remediation (`/etc/sysctl.d/75-sysctl_net_ipv4_conf_all_accept_redirects.conf`) and the `spec.config.storage.files[0].contents.source` attribute specifies the contents of that file.
38+
To see exactly what the remediation does when applied, the `MachineConfig` object contents use the Ignition objects for the configuration. Refer to the link:https://coreos.github.io/ignition/specs/[Ignition specification] for further information about the format. In our example, `the spec.config.storage.files[0].path` attribute specifies the file that is being create by this remediation (`/etc/sysctl.d/75-sysctl_net_ipv4_conf_all_accept_redirects.conf`) and the `spec.config.storage.files[0].contents.source` attribute specifies the contents of that file.
3939

4040
[NOTE]
4141
====

0 commit comments

Comments
 (0)