Skip to content
Snippets Groups Projects
Commit bb2313c6 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Merge branch 'develop' into 'master'

Clarifications and corrections applied to release v1

See merge request teraflow-h2020/controller!96
parents e4ba021f 6c8f7184
No related branches found
No related tags found
No related merge requests found
......@@ -13,4 +13,5 @@
# See the License for the specific language governing permissions and
# limitations under the License.
kubectl --namespace ofc22 logs deployment/deviceservice
K8S_NAMESPACE="ofc22"
kubectl --namespace $K8S_NAMESPACE logs deployment/deviceservice
......@@ -13,4 +13,5 @@
# See the License for the specific language governing permissions and
# limitations under the License.
kubectl --namespace ofc22 logs deployment/monitoringservice -c server
K8S_NAMESPACE="ofc22"
kubectl --namespace $K8S_NAMESPACE logs deployment/monitoringservice -c server
......@@ -13,4 +13,5 @@
# See the License for the specific language governing permissions and
# limitations under the License.
kubectl --namespace ofc22 logs deployment/serviceservice
K8S_NAMESPACE="ofc22"
kubectl --namespace $K8S_NAMESPACE logs deployment/serviceservice
......@@ -13,4 +13,5 @@
# See the License for the specific language governing permissions and
# limitations under the License.
kubectl --namespace ofc22 logs deployment/webuiservice -c server
K8S_NAMESPACE="ofc22"
kubectl --namespace $K8S_NAMESPACE logs deployment/webuiservice -c server
Flask==2.0.1
Flask==2.0.2
Flask-WTF==1.0.0
flask-healthz==0.0.3
flask-unittest==0.1.2
grpcio==1.43.0
grpcio-health-checking==1.43.0
protobuf==3.17.3
prometheus-client==0.11.0
protobuf==3.19.3
prometheus-client==0.13.0
pytest==6.2.5
pytest-benchmark==3.4.1
lorem-text==2.1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment