Skip to content

Commit a4780c4

Browse files
authored
Merge pull request aws-samples#425 from arun-gupta/efk
Fix issue aws-samples#287
2 parents 0c7d646 + 3b8a4de commit a4780c4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

02-path-working-with-clusters/204-cluster-logging-with-EFK/readme.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ In terms of architecture, Fluentd is deployed as a DaemonSet with the CloudWatch
1616

1717
== Prerequisites
1818

19-
This chapter uses a cluster with 3 master nodes and 5 worker nodes as described here: link:../cluster-install#multi-master-multi-node-multi-az-gossip-based-cluster[multi-master, multi-node gossip based cluster].
19+
This chapter uses a cluster with 3 master nodes and 5 worker nodes as described here: link:../../01-path-basics/102-your-first-cluster#single-master-cluster[single master cluster].
2020

21-
All configuration files for this chapter are in the `cluster-logging` directory. Make sure you change to that directory before giving any commands in this chapter.
21+
All configuration files for this chapter are in the `02-path-working-with-clusters/204-cluster-logging-with-EFK` directory. Make sure you change to that directory before giving any commands in this chapter.
2222

2323
== Provision an Amazon Elasticsearch cluster
2424

02-path-working-with-clusters/204-cluster-logging-with-EFK/templates/fluentd-ds.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ spec:
1919
spec:
2020
containers:
2121
- name: fluentd
22-
image: quay.io/coreos/fluentd-kubernetes:v0.12-cloudwatch
22+
image: quay.io/coreos/fluentd-kubernetes:v0.12.33-cloudwatch
2323
imagePullPolicy: Always
2424
command: ["fluentd", "-c", "/fluentd/etc/fluentd.conf", "-p", "/fluentd/plugins"]
2525
env:

0 commit comments

Comments
 (0)