Change docs of kubernetes for curl commands in README (#661)

* change docs for curl commands in README.
Signed-off-by: zhlsunshine <huailong.zhang@intel.com>

* The Namespace 'CT' is invalid.
Signed-off-by: zhlsunshine <huailong.zhang@intel.com>
This commit is contained in:
Steve Zhang
2024-08-27 19:36:37 +08:00
committed by GitHub
parent 10c81f1c57
commit 4133757642
7 changed files with 8 additions and 9 deletions

View File

@@ -11,9 +11,8 @@ In the below example we illustrate on Xeon.
1. Create the desired namespace if it does not already exist and deploy the application
```bash
export APP_NAMESPACE=CT
export APP_NAMESPACE=visualqna
kubectl create ns $APP_NAMESPACE
sed -i "s|namespace: visualqna|namespace: $APP_NAMESPACE|g" ./visualqna_xeon.yaml
kubectl apply -f ./visualqna_xeon.yaml
```