Adding a couple of docs layout updates

This commit is contained in:
prubenda
2020-11-30 09:26:50 -05:00
parent 8a6c9fe0c0
commit d3d2cffffa
2 changed files with 4 additions and 3 deletions

View File

@@ -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.

View File

@@ -26,4 +26,5 @@ time_scenarios:
namespace: openshift-apiserver
- action: skew_date
object_type: node
label_selector: node-role.kubernetes.io/worker```
label_selector: node-role.kubernetes.io/worker
```