diff --git a/deploy/README.md b/deploy/README.md index 3d150d2967..b46adc16f6 100644 --- a/deploy/README.md +++ b/deploy/README.md @@ -3,8 +3,9 @@ ## Rre-requests * Make sure a Kubernetes cluster is created and you can use `kubectl` to access it. +* Make sure Kubernetes cluster enable the DNS service ([steps](https://kubernetes.io/docs/concepts/services-networking/connect-applications-service/#dns)) * Create HTTP source(s) in your Sumo Logic account and get HTTP Source URL(s). -* Run `echo -n '' | base64` to encode URL. +* Run `echo -n '' | base64` to encode the URL with base-64. ## Setting up Fluentd