Skip to content

Commit

Permalink
Update CSV description
Browse files Browse the repository at this point in the history
Improve FAR CSV description to include that it provide HA and it is done automatically
  • Loading branch information
razo7 committed Aug 23, 2023
1 parent 3e0294e commit 6e1f9e2
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ metadata:
categories: OpenShift Optional
containerImage: ""
createdAt: ""
description: Fence Agents Remediation Operator for remediating nodes using upstream
fence-agents.
description: Fence Agents Remediation Operator provides high availability between
nodes by automatically remediating nodes using well-known fence-agents.
olm.skipRange: '>=0.0.1'
operators.operatorframework.io/builder: operator-sdk-v1.30.0
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
Expand Down Expand Up @@ -117,13 +117,16 @@ spec:
displayName: Shared Parameters
path: template.spec.sharedparameters
version: v1alpha1
description: "Fence Agents Remediation Operator (FAR)\n\nThe operator will remediate/fence
a node when a FenceAgentsRemediation (far) custom resource exists with the node's
name.\nFAR uses an existing set of upstream fencing agents for environments with
a \ntraditional API end-point (e.g., IPMI) for power cycling cluster nodes.\n\nThe
operator is recommended to be used with Node Healthcheck Operator for easier and
smoother experience,\nbut it can also work as a standalonde remediator for the
more advanced user.\n"
description: |
Fence Agents Remediation (FAR) Operator provides high availability for Kubernetes nodes in an automatic manner.
FAR runs a fence-agent to remediate a node from an unhealthy state by power-cycling the node (using a management interface or traditional API)
FAR uses fence agent which is a software code that uses a management interface to perform fencing, moving a node to safe state by isolating it.
This is mostly acheived by power based fencing which enables power-cycling, reset, or turning off the computer.
FAR includes numerous fence agents to choose from, such as the fence agent fence_ipmilan for IPMI environments.
The operator is recommended to be used with the Node Healthcheck Operator for easier and
smoother experience, but it can also work as a standalonde remediator for the more advanced user.
displayName: Fence Agents Remediation Operator
icon:
- base64data: base64EncodedIcon
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ metadata:
categories: OpenShift Optional
containerImage: ""
createdAt: ""
description: Fence Agents Remediation Operator for remediating nodes using upstream
fence-agents.
description: Fence Agents Remediation Operator provides high availability between
nodes by automatically remediating nodes using well-known fence-agents.
olm.skipRange: '>=0.0.1'
repository: https://github.com/medik8s/fence-agents-remediation
support: Medik8s
Expand Down Expand Up @@ -76,13 +76,16 @@ spec:
displayName: Shared Parameters
path: template.spec.sharedparameters
version: v1alpha1
description: "Fence Agents Remediation Operator (FAR)\n\nThe operator will remediate/fence
a node when a FenceAgentsRemediation (far) custom resource exists with the node's
name.\nFAR uses an existing set of upstream fencing agents for environments with
a \ntraditional API end-point (e.g., IPMI) for power cycling cluster nodes.\n\nThe
operator is recommended to be used with Node Healthcheck Operator for easier and
smoother experience,\nbut it can also work as a standalonde remediator for the
more advanced user.\n"
description: |
Fence Agents Remediation (FAR) Operator provides high availability for Kubernetes nodes in an automatic manner.
FAR runs a fence-agent to remediate a node from an unhealthy state by power-cycling the node (using a management interface or traditional API)
Fence agent is a software code that uses a management interface to perform fencing, moving a node to safe state by isolating it, mostly power
based fencing which enables power-cycling, reset, or turning off the computer. FAR includes numerous fence agents to choose from,
such as the fence agent fence_ipmilan for IPMI environments.
The operator is recommended to be used with Node Healthcheck Operator for easier and
smoother experience,but it can also work as a standalonde remediator for the more advanced user.
displayName: Fence Agents Remediation Operator
icon:
- base64data: base64EncodedIcon
Expand Down

0 comments on commit 6e1f9e2

Please sign in to comment.