Skip to content
Snippets Groups Projects

Integration of TE component

Merged Lluis Gifre Renom requested to merge feat/te-service into develop
2 files
+ 11
1
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 8
1
@@ -67,6 +67,13 @@ The docker image must be built from the root of the Teraflow project:
$ kubectl --namespace tfs exec -ti $(kubectl --namespace tfs get pods --selector=app=teservice -o name) -c server -- /tfte/bin/tfte remote_console
## Show Logs
### Show Logs
$ kubectl --namespace tfs logs $(kubectl --namespace tfs get pods --selector=app=teservice -o name) -c server
## Teraflow
To build and deploy the TE service as part of Teraflow, the following line must be added or uncomented in your `my_deploy.sh`:
export TFS_COMPONENTS="${TFS_COMPONENTS} te"
Loading