Skip to content
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

Doc Updates #686

Merged
merged 41 commits into from
Jul 30, 2020
Merged
Show file tree
Hide file tree
Changes from 39 commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
c32e1ba
Initial commit. Docs refactoring.
frankreno May 27, 2020
f47af9d
some tweaks and fixes.
frankreno May 27, 2020
0f0216f
some tweaks and fixes.
frankreno May 27, 2020
cb618f9
some tweaks and fixes.
frankreno May 28, 2020
85f65a9
Fixes from some feedback
frankreno Jun 1, 2020
ec1200e
Final updates to Helm Install
frankreno Jun 19, 2020
7d5beaa
use sections better
frankreno Jun 19, 2020
588a6aa
fix typo
frankreno Jun 19, 2020
1daf587
fix typo
frankreno Jun 19, 2020
f439192
add note on upgrading from pre 1.x
frankreno Jun 22, 2020
bba06b5
formatting
frankreno Jun 22, 2020
139c699
update non-helm insatllation
frankreno Jun 22, 2020
d9d8cc0
fix typos
frankreno Jun 22, 2020
b021173
fix typos
frankreno Jun 22, 2020
ed15872
Update docs for existing prometheues operator install
frankreno Jun 22, 2020
d9dde0b
more tweaks, add troubleshooting section
frankreno Jun 22, 2020
19b3aa2
add pointer to merge where relevant
frankreno Jun 22, 2020
1f16282
add pre-req and TOC
frankreno Jun 22, 2020
32fb07e
Update standalone prometheus
frankreno Jun 22, 2020
b83a964
Remove legacy Helm3 doc
frankreno Jun 22, 2020
1fbc540
SideBySide install as well as consistent validaton step
frankreno Jun 22, 2020
9246d69
make other methods more clear
frankreno Jun 22, 2020
97f4d09
Add missing props
frankreno Jun 22, 2020
8ac01a3
For remoteWrite, refer to values.yaml
frankreno Jun 22, 2020
56475b9
Update deploy/docs/Installation_with_Helm.md
frankreno Jun 22, 2020
ec3b090
fix conflicts
frankreno Jun 22, 2020
a3ca43d
fix issue from conflict merge
frankreno Jun 22, 2020
b2b7384
delete old helm3 doc and update root README.
frankreno Jun 22, 2020
7d018db
Update Installation_with_Helm.md
drduke1 Jun 23, 2020
db4b217
Update SideBySidePrometheus.md
drduke1 Jun 23, 2020
b3ee9b5
Update existingPrometheusDoc.md
drduke1 Jun 23, 2020
3744d8c
Update standAlonePrometheus.md
drduke1 Jun 23, 2020
84dc52f
Helm3 has fixed the namespace issue so update steps. Also port in mi…
frankreno Jun 23, 2020
2c1a944
Fix formatting
frankreno Jun 23, 2020
e6951b9
Incorporate some feedback
frankreno Jun 24, 2020
76782d3
Update deploy/docs/Non_Helm_Installation.md
perk-sumo Jul 17, 2020
1c289ae
Update deploy/docs/Non_Helm_Installation.md
perk-sumo Jul 17, 2020
8b79d2b
Update deploy/docs/Non_Helm_Installation.md
perk-sumo Jul 17, 2020
e0e8786
Update deploy/docs/Non_Helm_Installation.md
perk-sumo Jul 17, 2020
da80f01
Add reference to proxy based installation.
frankreno Jul 23, 2020
b1ee98c
Last tweaks
frankreno Jul 29, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions deploy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@ K8s with AKS | 1.12.8
Helm | 2.14.13 (Linux)
kubectl | 1.15.0

NOTE: Helm 3 compatibility is in the early stages and is not fully tested or supported. Please refer to this [guide](docs/Helm3.md) for more information on Helm 3. We recommend you thoroughly test the use of Helm 3 in your pre-production environments before use.

The following matrix displays the tested package versions for our Helm chart.

Sumo Logic Helm Chart | Prometheus Operator | Fluent Bit | Falco | Metrics Server
Expand Down
4 changes: 1 addition & 3 deletions deploy/docs/Additional_Fluentd_Plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ To add additional Fluentd plugins, you can modify `values.yaml` or create a new
__Note__: If your plugin requires additional system libraries, it cannot be installed this way.

```yaml
# ...
fluentd:
# ...
additionalPlugins:
- fluent-plugin-route
- fluent-plugin-aws-elasticsearch-service
Expand All @@ -23,7 +21,7 @@ __Note__: You will want to update `<RELEASE>` to the [docker tag](https://hub.do
FROM sumologic/kubernetes-fluentd:<RELEASE>

USER root
# Here goes your changes
# Add the plugins you wish to install below.
RUN gem install fluent-plugin-route
RUN gem install fluent-plugin-aws-elasticsearch-service

Expand Down
85 changes: 0 additions & 85 deletions deploy/docs/Helm3.md

This file was deleted.

Loading