diff --git a/k8s/docs/08-reference/node-repaving-for-tigergraph-on-k8s.md b/k8s/docs/08-reference/node-repaving-for-tigergraph-on-k8s.md index be672552..17c7badc 100644 --- a/k8s/docs/08-reference/node-repaving-for-tigergraph-on-k8s.md +++ b/k8s/docs/08-reference/node-repaving-for-tigergraph-on-k8s.md @@ -136,67 +136,69 @@ In this section, we demonstrate how to repave a node in Amazon EKS using a manag - Deploy a TigerGraph Cluster with HA and Topology Spread Constraints Here we skip the TigerGraph Operator installation process, you can refer to the document [Deploy TigerGraph on AWS EKS](../03-deploy/tigergraph-on-eks.md) for the details. - ```bash - export CLUSTER_NAME= - export LICENSE= - export NAMESPACE= - export STORAGE_CLASS= + ```bash +#!/bin/bash - cat < +export LICENSE= +export NAMESPACE= +export STORAGE_CLASS= + +cat <