From d3d2cffffa794761e0df1be85611b1adad309105 Mon Sep 17 00:00:00 2001 From: prubenda Date: Mon, 30 Nov 2020 09:26:50 -0500 Subject: [PATCH] Adding a couple of docs layout updates --- docs/node_scenarios.md | 4 ++-- docs/time_scenarios.md | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/node_scenarios.md b/docs/node_scenarios.md index 8b1e01c0..550a7c60 100644 --- a/docs/node_scenarios.md +++ b/docs/node_scenarios.md @@ -15,11 +15,11 @@ Following node chaos scenarios are supported: **NOTE**: node_start_scenario, node_stop_scenario, node_stop_start_scenario, node_termination_scenario, node_reboot_scenario and stop_start_kubelet_scenario are supported only on AWS and GCP as of now. -####AWS +#### AWS **NOTE**: For clusters with AWS make sure [AWS CLI](https://docs.aws.amazon.com/cli/latest/userguide/install-cliv2.html) is installed and properly [configured](https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-quickstart.html) using an AWS account -####GCP +#### GCP **NOTE**: For clusters with GCP make sure [GCP CLI](https://cloud.google.com/sdk/docs/install#linux) is installed. A google service account is required to give proper authentication to GCP for node actions. See [here](https://cloud.google.com/docs/authentication/getting-started) for how to create a service account. diff --git a/docs/time_scenarios.md b/docs/time_scenarios.md index 4f1344d3..b407f863 100644 --- a/docs/time_scenarios.md +++ b/docs/time_scenarios.md @@ -26,4 +26,5 @@ time_scenarios: namespace: openshift-apiserver - action: skew_date object_type: node - label_selector: node-role.kubernetes.io/worker``` \ No newline at end of file + label_selector: node-role.kubernetes.io/worker +``` \ No newline at end of file