Closed privacywill closed 16 hours ago
please make it a draft PR if it's WIP :)
Please try to remove the global Config
entirely, and have ReconcilerConfig (or TEEBackendConfig), and APIConfig (or it's even better to just add the config fields into the structs
This PR solves https://github.com/manatee-project/manatee/issues/4
Changes
pkg/config
.pkg/conf
in bazel.--debug
parameters todeploy.sh
. By defaultdebug
set to false. If thedebug
set to true, the confidential space won't be terminated, so the job status should always beVM Running
. You can delete the instance manually at gcp console.Caveats
kubectl delete pod -n $namespace
orhelm uninstall data-clean-room-helm -n $namespace
Testing
./deploy.sh --namespace=xx --debug=true
works as expected.