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:
@@ -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
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user