-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: document the rhel fips known issue #3043
Merged
Merged
Changes from 8 commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
1c2300a
docs: document the rhel fips known issue
lennessyy 84fccb3
remove accidental commit
lennessyy 89184a8
restore release notes
lennessyy 78b783a
docs: remove accidental change
lennessyy 6531af8
docs: add windows key combination
lennessyy c625b94
Merge branch '4-4-rl-notes' into rh-fips-issue
lennessyy 13c879f
docs: added changes from rl branch
lennessyy 429c7db
docs: merge
lennessyy 97ddc6e
Update docs/docs-content/troubleshooting/edge.md
lennessyy bf536b9
docs: add entry to global known issues
lennessyy cc0c078
Merge branch 'rh-fips-issue' of https://github.com/spectrocloud/libra…
lennessyy c310c92
docs: fix crosslink
lennessyy File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ The following are common scenarios that you may encounter when using Edge. | |
|
||
If you need to override or reconfigure the read-only file system, you can do so using the following steps. | ||
|
||
## Debug Steps | ||
### Debug Steps | ||
|
||
1. Power on the Edge host. | ||
|
||
|
@@ -136,3 +136,25 @@ issues or not being available. Use the following steps to troubleshoot and resol | |
|
||
7. If you continue to encounter issues, contact our support team by emailing | ||
[[email protected]](mailto:[email protected]) so that we can provide you with further guidance. | ||
|
||
## Scenario - systemd-resolved.service Enters Failed State | ||
|
||
When you create a cluster with an Edge host that operates the FIPS-compliant RHEL Operating System (OS), you may | ||
encounter an error where the `systemd-resolved.service` process enters the **failed** state. This prevents the | ||
nameserver from being configured, which will result in cluster deployment failure. | ||
|
||
### Debug Steps | ||
|
||
1. Establish an SSH connection to the Edge host. A | ||
lennessyy marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
Alternatively, press the keys **Fn + Ctrl +Cmd + F1** on a keyboard that is connected to the Edge host to log in to | ||
the terminal. If you are on Windows, press **Fn + Ctrl + Alt + F1**. | ||
|
||
2. Issue the following command. | ||
|
||
```shell | ||
chmod a+rwxt /var/tmp | ||
systemctl enable --now systemd-resolved.service | ||
``` | ||
|
||
This will start the `systemd-resolved.service` process and move the cluster creation process forward. |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I thin this sentence got cut off by mistake