Skip to content

Commit

Permalink
Merge pull request #66 from razo7/far-limitation
Browse files Browse the repository at this point in the history
FAR Network Connectivity Limitation
  • Loading branch information
razo7 authored Feb 1, 2024
2 parents 3bdf4b2 + 7c6a702 commit a7fa408
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ parent: Remediation
Generally Available
{: .label .label-green }

The [Fence Agents Remediation](https://github.com/medik8s/fence-agents-remediation#readme) (FAR) is a Kubernetes operator that uses well-known agents to fence and remediate unhealthy nodes.
[Fence Agents Remediation](https://github.com/medik8s/fence-agents-remediation#readme) (FAR) is a Kubernetes operator that uses well-known agents to fence and remediate unhealthy nodes.
The remediation includes rebooting the unhealthy node using a fence agent and then evicting workloads from the unhealthy node.

FAR is available in the Kubernetes community, [OperatorHub.io](https://operatorhub.io/operator/fence-agents-remediation), or it can be installed manually as mentioned in [FAR documentation](https://github.com/medik8s/fence-agents-remediation#installation).
Expand Down
1 change: 1 addition & 0 deletions remediation/fence-agents-remediation/limitations.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ nav_order: 3
# Limitations

1. Currently, FAR supports running a fence agent with only the *reboot* [action](https://github.com/ClusterLabs/fence-agents/blob/main/doc/FenceAgentAPI.md#agent-operations-and-return-values).
2. The fence agent in the FAR pod needs network connectivity to the unhealthy node's management interface. On some platforms, the pod network lacks this kind of connectivity.

0 comments on commit a7fa408

Please sign in to comment.