diff --git a/plugins/pytorch/workspace/install.yaml b/plugins/pytorch/workspace/install.yaml index 1b6f39007ac48cfda9a9bfe629b9318f3d9b62a6..a00e6666d0091be283f8aaeb0bdc65d80e4d3e0a 100644 --- a/plugins/pytorch/workspace/install.yaml +++ b/plugins/pytorch/workspace/install.yaml @@ -16,4 +16,3 @@ - name: Apply the Kubernetes deployment using kubectl command: cmd: kubectl apply -f "/tmp/{{ kubectl_apply }}" - warn: false \ No newline at end of file diff --git a/plugins/pytorch/workspace/uninstall.yaml b/plugins/pytorch/workspace/uninstall.yaml index 269d7fb5c1c162d1352098ea5eed3e65ec2f7f3b..746b439afc993a9879c98228390a55f8e4cd47b2 100644 --- a/plugins/pytorch/workspace/uninstall.yaml +++ b/plugins/pytorch/workspace/uninstall.yaml @@ -5,4 +5,3 @@ - name: uninstall the Pytorch using kubectl command: cmd: kubectl delete -f "/tmp/{{ kubectl_apply }}" - warn: false \ No newline at end of file diff --git a/plugins/tensorflow/workspace/install.yaml b/plugins/tensorflow/workspace/install.yaml index 52896adbcb5fbc851166b4ff2c7f03c2a30ab85c..3308619b382dd1bc4e43242ca4d3747396564511 100644 --- a/plugins/tensorflow/workspace/install.yaml +++ b/plugins/tensorflow/workspace/install.yaml @@ -16,4 +16,3 @@ - name: Apply the Kubernetes deployment using kubectl command: cmd: kubectl apply -f "/tmp/{{ kubectl_apply }}" - warn: false diff --git a/plugins/tensorflow/workspace/uninstall.yaml b/plugins/tensorflow/workspace/uninstall.yaml index 7f7d0709195d1a2edbb1eee4855c9bb263994285..ea39d78dfce1e7d665b1d6e503aa681292fe7439 100644 --- a/plugins/tensorflow/workspace/uninstall.yaml +++ b/plugins/tensorflow/workspace/uninstall.yaml @@ -5,4 +5,3 @@ - name: uninstall the TensorFlow using kubectl command: cmd: kubectl delete -f "/tmp/{{ kubectl_apply }}" - warn: false