-
Notifications
You must be signed in to change notification settings - Fork 209
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
add cattle-cluster-agent debug logs #842
Closed
felipe-colussi
wants to merge
63
commits into
rancher:2023-Q3-v2.7x
from
felipe-colussi:add-cattle-cluster-agent-logs-doc
Closed
add cattle-cluster-agent debug logs #842
felipe-colussi
wants to merge
63
commits into
rancher:2023-Q3-v2.7x
from
felipe-colussi:add-cattle-cluster-agent-logs-doc
Conversation
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
…--protect-kernel-defaults and updating notes
…--protect-kernel-defaults and updating notes
While testing a build, I noticed that the self-assment guide redirects weren't resolving from pages-for-subheaders/rancher-hardening-guides.md. I updated the links on that page to point to the current name for those pages. When I tested the links in docusaurus.config, it seemed like the redirects were formatted correctly and pointed to the right paths. I know we had a similar issue some months ago with other redirects. Updating the links on pages-for-subheaders/rancher-hardening-guides.md is a quick fix -- we still need to look into why the redirects weren't resolving.
* rancher#755 Update CIS Benchmark note * Update docs/how-to-guides/advanced-user-guides/cis-scan-guides/install-rancher-cis-benchmark.md Co-authored-by: Billy Tat <[email protected]> * syncing version-2.7 --------- Co-authored-by: Billy Tat <[email protected]>
rancher#420 SEO Improvements: pages-for-subheaders
Sync 'Updated contribute-to-rancher' (700f07) to versioned docs
Co-authored-by: Marty Hernandez Avedon <[email protected]>
* canonicized manage-project-resource-quotas * canonicized manage-projects
* Fix typo: vSphere port is required. * Update versioned_docs/version-2.7/reference-guides/cluster-configuration/downstream-cluster-configuration/node-template-configuration/vsphere.md --------- Co-authored-by: Marty Hernandez Avedon <[email protected]>
Add v2.7.6 entry to versions table
Co-authored-by: Guilherme Macedo <[email protected]>
Co-authored-by: Guilherme Macedo <[email protected]>
) * added ui instructions for cluster list to access-clusters * re-org access-clusters so that 'Cluster List' becomes a searchable heading * rewording * added instructions and links for Global Settings * added global config + retitle/rephrase retitle to disambiguate global settings from global config listed some relevant global config items that need more info * correction: updated access-clusters page in /docs, not /versioned_docs * added Nodes UI instructions * download kubeconfig UI instructions added/modified one file contained correct instructions but they were somewhat convoluted, as you can download the file from a page mentioned earlier in the suggested instructions and the button thery describe is an icon, not labeled with any text * restoring formatting * updated pathway for image list downloads * finding rancher-images.txt * added instructions for Apps Marketplace * link pointing to v1 monitoring * link pointing to v1 dashboards * added links for v1 notifiers, logging tools * global dns entries, global dns providers, catalog links added * Rancher portal > Rancher UI * updated access-clusters page * rm note & add third way to access cluster dashboard * heading levels * addressed comments in global-configuration * addressed comments for nodes-and-node-pools * addressed comment on authorized-cluster-endpoint * rm'd create apps steps * updated kubeconfig download instructions * adjusting headers * updated images list instructions as version # is now an About link * restored intro to monitoring-and-alerting * KubeConfig > kubeconfig (except for naming the UI label) * left navigation sidebar > left navigation * Update docs/how-to-guides/new-user-guides/manage-clusters/access-clusters/authorized-cluster-endpoint.md Co-authored-by: Billy Tat <[email protected]> * applied changes to v2.7 docs --------- Co-authored-by: Billy Tat <[email protected]>
* clarified location of project ID field * v2.7 page sync --------- Co-authored-by: martyav <[email protected]>
…is-1.7 Update k3s-hardening-guide based on CIS-1.24 and CIS-1.7
…IS-1.24 and CIS-1.7 (rancher#838)
Updates the webhook docs to point toward the docs for individual checks, and adds docs for common issues/version specific issues
Updating webhook docs
- Remove latest to cis-1.7 version - Improve wording Co-authored-by: Marty Hernandez Avedon <[email protected]>
* rancher#793 RKE2 cluster templates rancher#793 * syncing 2.6 after testing confirmed
…cis-1.7 Update rke-hardening-guide based on CIS-1.24 and CIS-1.7
…cis-1.7 Update rke2-hardening-guide based on CIS-1.24 and CIS-1.7
…ded (rancher#761) * 686 clarify when values should be raw or manually base64 encoded * rm'd section as duplicate of https://ranchermanager.docs.rancher.com/reference-guides/backup-restore-configuration/backup-configuration#example-credentialsecret * UI instructions for finding Backup: Create + link to how-to on secret creation * sync language * Apply suggestions from code review Co-authored-by: Billy Tat <[email protected]> --------- Co-authored-by: Billy Tat <[email protected]>
* added PR template, made all templates consistent with format seen in Release Notes repo template * Apply suggestions from code review Co-authored-by: Sunil Singh <[email protected]> * Update .github/pull_request_template.md Co-authored-by: Billy Tat <[email protected]> * Update request-an-update.md - spacing + connected > related * Update request-a-new-feature.md - consistent wording * updated PR template with link to readme, removed comment tags from reminder section as readme link wouldn't be clickable otherwise --------- Co-authored-by: Sunil Singh <[email protected]> Co-authored-by: Billy Tat <[email protected]>
…ancher#820) * Added page about moving/renaming docs, new headings for readme * added navigation section * revised README * revised moving-or-renaming-docs * Apply suggestions from code review Co-authored-by: Lucas Saintarbor <[email protected]> * Update moving-or-renaming-docs.md - revamping schema example * json > js * typos, extra explanation * json > js * various changes --------- Co-authored-by: Lucas Saintarbor <[email protected]>
Fix broken links and update Chinese docs
* Adjust command to install cert-manager The directory `cert-manager` is not created when using `helm install` instead of `helm template --output-dir .`. Also, the CRDs are downloaded in the current directory, so adjust the commands as well. * Convert helm template to helm upgrade/install Since we're using Helm hooks, we cannot use `helm template`, otherwise things will break. The commands are updated to use `helm install` and `helm upgrade`.
martyav
suggested changes
Sep 14, 2023
Co-authored-by: Marty Hernandez Avedon <[email protected]>
Co-authored-by: Marty Hernandez Avedon <[email protected]>
Co-authored-by: Marty Hernandez Avedon <[email protected]>
Co-authored-by: Marty Hernandez Avedon <[email protected]>
Trying to merge unnecessary commits to wrong branch, @felipe-colussi will open a new PR. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Fixes: There is no issue that this fix.
It adds documentation for the fix created on this issue: rancher/rancher#42241
Description
Add to the logs doc the possibility of using Environment Variables to get logs out of the cattle-cluster-agent.