From e8d8b1e13574b76f3cb5a9edf55ff5822f718724 Mon Sep 17 00:00:00 2001 From: Ian Howell Date: Tue, 31 Aug 2021 11:04:15 -0500 Subject: [PATCH] AIAP: Remove `tty` setting from libvirt container The `tty` setting may be required in some instances dependent upon the environment in which AIAP is deployed. However, these instances are much less frequent than successful deployments when the setting is set to false. Further investigation will be needed to determine when it is appropriate to use this flag. Change-Id: Ibbd44cbf0697a71f8081cd170dbdf5f7b4e4f106 --- tools/airship-in-a-pod/examples/base/airship-in-a-pod.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tools/airship-in-a-pod/examples/base/airship-in-a-pod.yaml b/tools/airship-in-a-pod/examples/base/airship-in-a-pod.yaml index bb9af2b2c..3160715b0 100644 --- a/tools/airship-in-a-pod/examples/base/airship-in-a-pod.yaml +++ b/tools/airship-in-a-pod/examples/base/airship-in-a-pod.yaml @@ -21,10 +21,6 @@ spec: - name: libvirt image: quay.io/airshipit/libvirt:aiap-v1 - # Set to true for debugging - # 18June2021 : reverting #578 fix due to erratic behaviour - # for “setctty: operation not permitted" error, set tty:false - tty: true securityContext: privileged: true #SYS_ADMIN required for systemd, need to work out reqs for libvirt