From 035e32e0fc2c80a14e2a89d7964cdb13e68c80ac Mon Sep 17 00:00:00 2001 From: Lenny Chen <55669665+lennessyy@users.noreply.github.com> Date: Fri, 31 Jan 2025 12:56:03 -0800 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Rafael Polanco <6497491+rrpolanco@users.noreply.github.com> Co-authored-by: Ben Radstone <56587332+benradstone@users.noreply.github.com> --- .../deployment-modes/agent-mode/install-agent-host.md | 2 +- docs/docs-content/troubleshooting/edge.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/docs-content/deployment-modes/agent-mode/install-agent-host.md b/docs/docs-content/deployment-modes/agent-mode/install-agent-host.md index a693d0c579..77046ec837 100644 --- a/docs/docs-content/deployment-modes/agent-mode/install-agent-host.md +++ b/docs/docs-content/deployment-modes/agent-mode/install-agent-host.md @@ -154,7 +154,7 @@ Palette. You will then create a cluster profile and use the registered host to d semodule --install rsync_dac_override.pp ``` - 7. (Optional) If you are using Cilium, issue the following commands to configure the appropriate firewalld rules. + 7. (Optional) If you are using Firewalld and Cilium, issue the following commands to configure the appropriate firewalld rules. ```shell # Kubernetes API Server diff --git a/docs/docs-content/troubleshooting/edge.md b/docs/docs-content/troubleshooting/edge.md index 2cd1531d9b..320088ba2e 100644 --- a/docs/docs-content/troubleshooting/edge.md +++ b/docs/docs-content/troubleshooting/edge.md @@ -417,8 +417,8 @@ issue, reset the SELinux context of the Kubelet environment variable to its defa ## Scenario - Agent Mode Deployments CNI Folder Permission Issues -Agent mode clusters that use PKX-E as the Kubernetes layer have the contents of the `/opt/cni/bin` folder set in -correctly. This prevents the CNI from operating. +Agent mode clusters that use PKX-E as the Kubernetes layer have the contents of the `/opt/cni/bin` folder set +incorrectly. This prevents the CNI from operating. ### Debug Steps